1.Functional Description
1.1Purpose
The Hours and Quantities Journal Entries business function is used to create journal entries. It
will be called by the Hours and Quantities Update (R31422) UBE if the processing option is set to write
journal entries. The functionality contained within N3102030 will perform similar to some of the
functionality found in the Manufacturing Journal Entries (R31802) UBE for creating Hours and Quantities
journal entries.
2.Technical Specifications
2.4Processing
Initialize Variables
If FI Flex Accounting flag = '1'
Clear error message
F4095 Retrieve Distribution AAI using FI values passed in, return account number, cost objects and
types.
(Override MCU used to look up AAI, use charge to Cost Center instead)
If error message ID <> blank;
Process Batch Errors to the JDEM system
Establish Subsidiary
If AAI Subsidiary = blank;
F0901 Edit Account Number
If SV Error_Status== CO ERROR;
Process Batch errors to the JDEM System
Assign VA PPAT Error Flag = '1'
If Account Number == blank;
If Error Message ID == blank;
Processing Mode = '1'
Edit Flag = '1'
Type of Doc = 'J'
Account Mode = '2'
Bypass Edit Flag = '1'
Bill Code ='Z' (already billed)
and other fields from the FI data structure
D3102030B - Hours and Quantities Journal Entries Edit Line
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnOrderNumber | DOCO | MATH_NUMERIC | OPT | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
mnJobNumber | JOBS | MATH_NUMERIC | OPT | NONE |
The job number (work station ID) which executed the particular job. | ||||
cSuppressErrorMessage | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
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
| ||||
idPPATPointer | GENLNG | ID | OPT | NONE |
General purpose ID variable. | ||||
cFlexAccounting | EV02 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szWOOrderType | DCTO | char | OPT | 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
| ||||
szWOCompany | 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
| ||||
szWOBranch | MMCU | char | OPT | NONE |
A code that represents a high-level business unit. Use this code to refer to a branch or plant that might have departments or jobs, which
| ||||
szWOWorkCenter | 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
| ||||
szWOSubsidiary | SUB | char | OPT | NONE |
A subset of an object account. Subsidiary accounts include detailed records of the accounting activity for an object account. | ||||
mnWOShortItemNumber | ITM | MATH_NUMERIC | OPT | NONE |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szJEDocumentType | DCT | char | OPT | NONE |
A user defined code (00/DT) that identifies the origin and purpose of the transaction. PeopleSoft reserves several prefixes for document
| ||||
mnJELineNumber | JELN | MATH_NUMERIC | OPT | NONE |
A number that designates a line within a journal entry. The system uses this field to sequence the journal entry lines for inquiry purposes. | ||||
mnAAITableNumber | ANUM | MATH_NUMERIC | OPT | NONE |
A number used to specify sequence and retrieve accounting information. | ||||
szAAIDocumentType | DCT | char | OPT | NONE |
A user defined code (00/DT) that identifies the origin and purpose of the transaction. PeopleSoft reserves several prefixes for document
| ||||
szAAICostType | COST | char | OPT | NONE |
A code that designates each element of cost for an item. Examples of the cost object types are:
o A1 Purchased raw material
o B1
| ||||
szGLCategory | GLPT | char | OPT | NONE |
A user defined code (41/9) that identifies the G/L offset that system uses when it searches for the account to which it posts the transaction. If
| ||||
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
| ||||
mnGLAmount | 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
| ||||
mnGLUnits | PMU1 | MATH_NUMERIC | OPT | NONE |
An amount that appears as part of a log line, for example, the potential rent for a unit, the square footage, or the amount of insurance
| ||||
szGLUnitsUOM | UM | char | OPT | NONE |
A user defined code (00/UM) that identifies the unit of measurement for an amount or quantity. For example, it can represent a barrel, box,
| ||||
szRoutingWorkCenter | 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
| ||||
szRoutingTypeOperation | OPSC | char | OPT | NONE |
A user defined code (30/OT) that indicates the type of operation. Valid values include: A Alternate routing TT Travel time IT Idle time T Text | ||||
mnRoutingOperationSeq | OPSQ | MATH_NUMERIC | OPT | NONE |
A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the
| ||||
cIHErrorFlag | EV04 | char | OPT | NONE |
PeopleSoft event point processing flag 04. | ||||
szSerialTagNumber | ASID | char | OPT | NONE |
A 25-character alphanumeric number that you can use as an alternate asset identification number. You might use this number to track
|
None |
None |