Functional Description
Purpose
This business function returns the prior year net postings and the balance forward amount for a
specified account, thru date, ledger type, subledger, and currency code. It also can accumulate the
amounts for all subledgers and currencies.
Setup Notes and Prerequisites
To roll up the amounts for all the subledgers of an account pass in an '*' in the subledger input
parameter. To roll up the amounts for all currency codes for an account, pass in an '*' in the currency
code input parameter.
Technical Specification
Get fiscal year and century for specified thru date
Setup the key for the F0902
Retrieve and accumulate all prior year net postings and balance forward amounts that pertain to
input parameters
D0900050 - Accumulate Balance Forward and Prior Year Postings
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szAccountID | AID | char | NONE | NONE |
Special Input Expected
| ||||
szCompany | CO | char | NONE | NONE |
Special Input Expected
| ||||
szLedgerType | LT | char | NONE | NONE |
Special Input Expected
| ||||
jdThruDate | DGJ | JDEDATE | NONE | NONE |
Special Input Expected
| ||||
szSubledger | SBL | char | NONE | NONE |
Special Input Expected
| ||||
cSubledgerType | SBLT | char | NONE | NONE |
Special Input Expected
| ||||
szCurrencyCode | CRCD | char | NONE | NONE |
Special Input Expected
| ||||
mnBalanceForward | APYC | MATH_NUMERIC | NONE | NONE |
Special Output Returned | ||||
mnPriorYearNetPostings | APYN | MATH_NUMERIC | NONE | NONE |
Special Output Returned
|
X0903 Fiscal Date Edits + |
F0902 Account Balances |