1. Functional Description
1.1 Purpose
The purpose of this multi-index cache business function is to store all the "To" values in an assignment
from fhe F1611 and to manipulate the sequencing. This function is used for the Audit Trail Repors (R16111,
R16112, R16113, and R16114).
2. Technical Specifications
2.1 Parameters:
Data Item Data Structure Description I/O Required Notes
2.4 Processing
Perform setup functions:
Initialize cache to get handle
Retrieve cursor (either from data pointer or new Cache cursor)
Return Cache cursor upon request.
Set Data structure cache Error code = '0'.
If not successful, set error "32E" - Error Processing Cache.
Processing based on Action Code.
1. If Action Code is '1' - Get:
D1600350 - Cache F1611 Inquiry Total Amounts
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szToActivityCode | TATB | char | OPT | NONE |
This code indicates the activity code in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
szToSubledger | TSB | char | OPT | NONE |
This code indicates the subledger in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
cToSubledgerType | TSBT | char | OPT | NONE |
This code indicates the subledger type in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
mnToItemNumber | TITM | MATH_NUMERIC | OPT | NONE |
This code indicates the item number in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
szToLedgerType9 | LTT | char | OPT | NONE |
This code indicates the ledger type of the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
mnToCenturyFiscalYear | TCFY | MATH_NUMERIC | OPT | NONE |
This code indicates the century/fiscal year in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
mnToPeriodNumber | TPN | MATH_NUMERIC | OPT | NONE |
The period number of the Cost Analyzer Balance (F1602) record that was applied "To" by the cost assignment. | ||||
szToManagerialAnalysisCode1 | TAB1 | char | OPT | NONE |
This is Cost Object 1
| ||||
szToManagerialAnalysisCode2 | TAB2 | char | OPT | NONE |
This code indicates the cost object in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
szToManagerialAnalysisCode3 | TAB3 | char | OPT | NONE |
This code indicates the cost object in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
szToManagerialAnalysisCode4 | TAB4 | char | OPT | NONE |
This code indicates the cost object in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
cToManagerialAnalysisType1 | TAT1 | char | OPT | NONE |
This code indicates the cost object type in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
cToManagerialAnalysisType2 | TAT2 | char | OPT | NONE |
This code indicates the cost object type in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
cToManagerialAnalysisType3 | TAT3 | char | OPT | NONE |
This code indicates the cost object type in the cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
cToManagerialAnalysisType4 | TAT4 | char | OPT | NONE |
This code indicates the cost object type in the Cost Analyzer Balance table (F1602) to which the cost assignment is applied. | ||||
szCompany | CO | char | OPT | NONE |
A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company
| ||||
szCostCenter | MCU | char | OPT | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
szObjectAccount | OBJ | char | OPT | NONE |
The portion of a general ledger account that refers to the division of the Cost Code (for example, labor, materials, and equipment) into
| ||||
szAccountId | AID | char | OPT | NONE |
A number that the system assigns to each general ledger account in the Account Master table (F0901) to uniquely identify it. | ||||
szAcctNoInputMode | ANI | char | OPT | NONE |
A value that identifies an account in the general ledger. Use one of the following formats to enter account numbers:
o Standard account
| ||||
mnAmountField | AA | MATH_NUMERIC | OPT | 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
| ||||
mnPeriodTotal | AA | MATH_NUMERIC | OPT | 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
| ||||
cCacheActionCode | EV01 | char | OPT | NONE |
Cache Action Codes:
| ||||
nNumberOfKeys | INT01 | integer | OPT | NONE |
Number of Days in Future to Query for Responses Due. | ||||
cReturnCursor | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
idCursor | GENLNG | ID | OPT | NONE |
General purpose ID variable. | ||||
cCacheCodeError | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cSuppressErrorMessage | SUPPS | char | OPT | NONE |
To suppress the error message pass in a "1"
| ||||
szErrorMessageID | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
mnJobNumber | JOBS | MATH_NUMERIC | OPT | NONE |
The job number (work station ID) which executed the particular job. | ||||
mnAssignmentNumber | ASNM | MATH_NUMERIC | OPT | NONE |
A number that uniquely identifies a cost assignment definition. Use this number to select definitions you want to process during assignment
| ||||
mnSequenceNumber | SEQ | MATH_NUMERIC | OPT | NONE |
A number that specifies the sequence of information. | ||||
szActivityDescription | DL01 | char | OPT | NONE |
A user defined name or remark. | ||||
mnLineNumber | LNID | MATH_NUMERIC | OPT | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
mnPeriodNumber | PN | MATH_NUMERIC | OPT | NONE |
A number indicating the current accounting period. This number, used in conjunction with the Company Constants table (F0010) and the
| ||||
nIndexNumber | INT01 | integer | OPT | NONE |
Number of Days in Future to Query for Responses Due. | ||||
szSubsidiary | SUB | char | OPT | NONE |
A subset of an object account. Subsidiary accounts include detailed records of the accounting activity for an object account. |
None |
None |