Functional Description
Purpose
This business function will get the next journal entry line number that can be used to write a unique
transaction record to the F0911 table. The journal entry line number is used to make each
transaction within a document unique. All other index fields must be passed into this business function. This
business function will start with the jorunal entry line number passed or line number 1 if zero is
passed. The Line Extension field is intentionally left out of the index used in this business function
because the record must be unique for all line extensions.
Setup Notes and Prerequisites
Special Logic
Technical Specification
D0000009 - Get Next Journal Entry Line Number
^
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
| ||||
mnDocumentNumber | 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
| ||||
szCompanyKey | KCO | char | NONE | NONE |
A number that, with the document number, document type and G/L date, uniquely identifies an original document, such as invoice, voucher,
| ||||
jdTransactionDate | DGJ | JDEDATE | NONE | NONE |
A date that identifies the financial period to which the transaction will be posted. You define financial periods for a date pattern code that you
| ||||
mnJournalEntryLineNumber | 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. |
None |
F0911 Account Ledger |