Functional Description
Purpose
This function was written for the Account Ledger application. The function takes the key values from
the f0911 record in the grid and does a fetch key with a different ledger type. If the function
finds that ledger type match it will pull back the amount and populate the amount in the grid.
Technical Specification
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
dctDocument TypeRequired
docDocument NumberRequired
kcoCompany KeyRequired
dgjDateRequired
ltLedger TypeRequired
extlExtension LineRequired
jelnJournal Line NumberRequired
aaAmountNot Required
2.2Related Tables
Table Table Description
F0911Account Ledger
2.3Related Business Functions
Source NameFunction Name
None
2.4 Processing
Open the F0911 table with values form required data items (listed above).
Retrieve Matching foreign Ledger Type (F0911).
Copy in the Foreign Amount to be used in the grid.
^
D0900059 - Account Ledger Foreign Ledger Type Match
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
| ||||
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,
| ||||
jdDateforglandvoucherjulia | 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
| ||||
szLedgertype | LT | char | NONE | NONE |
A user defined code (09/LT) that specifies the type of ledger, such as AA (Actual Amounts), BA (Budget Amount), or AU (Actual Units). You
| ||||
szLineextensioncode | EXTL | char | NONE | NONE |
Line Extension Code | ||||
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. | ||||
mnAmountfield | AA | MATH_NUMERIC | NONE | NONE |
A number that identifies the amount that the system will add to the account balance of the associated account number. Enter credits with a
|
None |
F0911 Account Ledger |