Functional Description
Purpose
This function will cache the unposted entries in the F0911 for a particular account number. It was
created for the R14115, G/L Budget Checking Report.
The cache items may be added, deleted or inquiry.
Technical Specification
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
ActionCode2Required
LineNumber
AIDAccountId
AAAmountField
LTLedgerType
DGYJDateForGLandVoucherJULIA
DOCDocVoucherInvoiceE
DOCTDocumentType
KCOCompanyKey
2.2Related Tables
Table Table Description
F0911Account Ledger
2.3Related Business Functions
Source NameFunction Name
jdeCacheAdd
jdeCacheTerminateAll
jdeCacheFetch
jdeCacheCloseCursor
jdeCacheUpdate
jdeCacheDelete
2.4 Processing
Check action code.
If action code is equal to "A", add, copy the values from the F0911 to the cache.
If the action code is equal to "I", inquiry, fetch the records in the existing cache.
If the action code is equal to "D", delete, use jdeCacheTerminateAll to delete all the cache items.
D1400014 - CacheTransactionsForGLBudgetChecking
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cActionCode2 | ACTN | char | NONE | NONE |
A code that specifies the action that is performed. Valid values are: A Add C Change | ||||
mnLineNumber | LNID | MATH_NUMERIC | NONE | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
szAccountId | AID | char | NONE | NONE |
A number that the system assigns to each general ledger account in the Account Master table (F0901) to uniquely identify it. | ||||
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
| ||||
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
| ||||
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
| ||||
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
| ||||
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
| ||||
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,
|
None |
None |