Functional Description :
Create Dynamic Account
Purpose :
To allow the creation of journal entries for invalid accounts. The creation dynamic account function is called
when you enter an account number that starts with a "#".
Example : #90.8115.BEAR.
Technical Spefications :
Validate the account number from Account Master ( F0901) and seperate the account number into Cost
Center (MCU) , Object (OBJ) and Subsidiary (SUB).
If it is an invalid account, retrieve company ($CO) from cost center from the Cost Center file ( F0006).
If the employee is handled by Payroll Processing only : Record Type equals "1" then assign :
Company ($CO) to the Timecard Company field.
Cost Center (MCU) to the Timecard Cost Center field.
Object (OBJ) to the Timecard Object field.
Subsidiary (SUB) to the Timecard Subsidiary field.
If the employee is handled by Recharge Processing : Record Type other than "1" then assign :
Company ($CO) to the Timecard Recharge Company field.
Cost Center (MCU) to the Timecard Recharge Cost Center field.
Object (OBJ) to the Timecard Recharge Object field.
Subsidiary (SUB) to the Timecard Subsidiary field.
Assign a "2' to the Timecard Account Mode - G/L which denotes a Standard long account number.
DN0500013C - Dynamic Account Creation
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
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
| ||||
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
| ||||
szRechargeCostCenter | GMCU | char | OPT | NONE |
A Business Unit is an accounting entity required for management reporting. It can be thought of as a profit center, department, warehouse
| ||||
szRechargeObjectAccount | GOBJ | char | OPT | NONE |
A synonym for the General Ledger Account Number. In the Job Cost system, the term "object account" and "type account" are used
| ||||
szRechargeSubsidiary | GSUB | char | OPT | NONE |
An accounting term referring to an account which is a subdivision of an object account. You may establish subsidiary accounts to keep
| ||||
szCostCenterChargeout | MCUO | char | OPT | NONE |
A value that represents the location in which the employee worked. You can use this value to specify that an employee worked at this
| ||||
cAccountFlag | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cAccountModeGL | AM | char | OPT | NONE |
A code that indicates which of the three general ledger account numbers is being used for data entry. Valid codes are:
1 The short
| ||||
cRechargeCode | RCCD | char | OPT | NONE |
A code that identifies whether the employee is to be handled through the Recharge processing option for the Payroll Journal Entry
| ||||
szSubsidiary | SUB | char | OPT | NONE |
A subset of an object account. Subsidiary accounts include detailed records of the accounting activity for an object account. | ||||
szRechargeCompany | RCO | char | OPT | NONE |
For Payroll purposes, this Company represents the distribution account where the recharge (billing) amounts are to be posted. The only
|
None |
None |