Purpose
To create totals for processing reports. The totals are determined by the type (AD, DE, Company, Grand), ledger type, sub-ledger.
The Grand Totals contains no company or account information. Total by ledger type, subledger type.
The Company totals contain no account information. Total by ledger type, subledger type.
The Account totals contains ledger type, and subledger information.
If subledger is not required, use a '*" or Blank to default to a single ledger type. The type can be user defined. When fetching on Account, 5 keys will
be used.
The error determines the successful cache processing.
Setup Notes and Prerequisites
The cache will be set up by the business function
The function needs to be called for each type desired
Type:
DE - Depreciation Expense Account (Fetch by 5 Keys) User Defined
IT - Item used only within the same sequence with level breaks
CO - Company (hard coded) 2Keys fields
GT - Grand Total (hard coded) 1Key field
Special Logic
Attach on UBE - "Do Section" or APPL - "Write Grid Line" of totals that are retrieved for processing
D1200008 - Fixed Asset Totals
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szType | DCTO | char | REQ | NONE |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
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
| ||||
szBusinessUnit | 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
| ||||
szSubsidiary | SUB | char | OPT | NONE |
A subset of an object account. Subsidiary accounts include detailed records of the accounting activity for an object account. | ||||
szLedgerType | LT | char | REQ | 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
| ||||
szSubledger | SBL | char | OPT | NONE |
A code that identifies a detailed, auxiliary account within a general ledger account. A subledger can be an equipment item number or an
| ||||
cSubledgerType | SBLT | char | OPT | NONE |
A user defined code (00/ST) that is used with the Subledger field to identify the subledger type and how the system performs subledger
| ||||
cErrorFlag | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cFetchbyTypeOnly | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
mnTotal_1 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_2 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_3 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_4 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_5 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_6 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_7 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_8 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_9 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
mnTotal_10 | A12OW | MATH_NUMERIC | OPT | NONE |
Fixed Asset column for amounts. The editing of this column, for example,including or excluding commas, can be performed through data
| ||||
szDescription | DL01 | char | OPT | NONE |
A user defined name or remark. | ||||
mnAssetItemNumber | NUMB | MATH_NUMERIC | OPT | NONE |
An 8-digit number that uniquely identifies an asset. |
None |
None |