Functional Description
Purpose
This function will use the parameters Document Number and Document Type and check to see if that 
record already exists in the F0912 table.
Setup Notes and Prerequisites
If the record exists an error will be set.  Note: the parameters for Company and Journal Entry Line 
Number are no longer being used and are not required.
Special Logic
Technical Specification
If the form mode is ADD
   Open F0912 Recurring Journal Entries table
   Fetch record from F0912 based on two part key (DOC, DCT)
   If record exists
      Set Error
   Close table
^
D0900486 - Checks for the existence of a F0912 record
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| szDocumenttype | DCT | char | NONE | NONE | 
A user defined code (00/DT) that identifies the origin and purpose of the transaction.  PeopleSoft reserves several prefixes for document 
  | ||||
| mnDocvoucherinvoicee | DOC | MATH_NUMERIC | NONE | NONE | 
A number that identifies the original document, such as a voucher, invoice, or journal entry. On entry forms, you can assign the document 
  | ||||
| mnJournalentrylineno | JELN | MATH_NUMERIC | NONE | NONE | 
A number that designates a line within a journal entry. The system uses this field to sequence the journal entry lines for inquiry purposes.  | ||||
| szCompany | CO | char | NONE | NONE | 
A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company 
  | ||||
| None | 
| F0912 Cost Allocations/Flex Budgeting |