Functional Description
Purpose
This Account Reconciliations specific function, processes the F09UI006 header file to maintain totals
for outstanding debits, outstanding credits, book balance, and the thru date. Mode = U means update
totals, Mode = R means retrieve totals
Technical Specification
This function is specific to Manual Reconciliation and updates the Account Reconciliation Header File
(F0911R1).
Depending on the mode passed in the business function calls either one of the two internal function.
One internal function update the Account Reconciliation Header File and the other retrieve the record
from the Account reconciliation Header File.
D0900056 - Process Reconciliations Header
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cMode | EV01 | char | NONE | NONE |
Special Input Expected
| ||||
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. | ||||
mnOutstandingDebits | AA1 | MATH_NUMERIC | NONE | NONE |
This parameter is both input and output
| ||||
mnOutstandingCredits | AA2 | MATH_NUMERIC | NONE | NONE |
This parameter is both input and output
| ||||
mnBookBalance | AA | MATH_NUMERIC | NONE | NONE |
This parameter is both input and output
| ||||
jdThruDate | DTE | JDEDATE | NONE | NONE |
You can enter a date with or without slashes (/) or dashes (-) as separators.
If you leave a date entry field blank, the system supplies the
| ||||
mnBankStatementBalance | BSEB | MATH_NUMERIC | NONE | NONE |
This parameter is both input and output
| ||||
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
| ||||
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
| ||||
szCurrencycodefrom | CRCD | char | NONE | NONE |
A code that identifies the currency of a transaction. | ||||
cReconciled | RCND | char | NONE | NONE |
FUTURE USE
|
None |
F0911R1 Account Reconciliations Header - OneWorld ONLY |