Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
mnBatchNo_ICU | ICU | MATH_NUMERIC | REQ | INPUT |
A number that identifies a group of transactions that the system processes and balances as a unit. When you enter a batch, you can either
assign a batch number or let the system assign it using the Next Numbers program. |
mnContractNo_DOCO | DOCO | MATH_NUMERIC | REQ | INPUT |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
and so on. |
szContractDocType_DCTO | DCTO | char | REQ | INPUT |
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
reserved document type codes for vouchers, invoices, receipts, and time sheets, which create automatic offset entries during the post
program. (These entries are not self-balancing when you originally enter them.)
The following document types are defined by J.D. Edwards and
should not be changed:
P
Accounts Payable documents
R
Accounts Receivable documents
T
Payroll documents
I
Inventory documents
O
Purchase Order Processing documents
J
General Accounting/Joint Interest Billing documents
S
Sales Order Processing documents
|
szContractKeyCo_KCOO | KCOO | char | REQ | INPUT |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
sales order, and so on).
If you use the Next Numbers by Company/Fiscal Year facility, the Automatic Next Numbers program (X0010) uses the
order company to retrieve the correct next number for that company. If two or more order documents have the same order number and order
type, the order company lets you locate the desired document.
If you use the regular Next Numbers facility, the order company is not used to
assign a next number. In this case, you probably would not use the order company to locate the document. |
szContractChgOrder_COCH | COCH | char | OPT | INPUT |
The change number of the contract. The change order number of the base contract is always initialized to 000. Each time you enter a
change order for a contract, the system automatically increases the change order number by one.
For example, the base contract is the change
order number 000, the first change order is 001, the second is 002, and so on. |
mnApplicationNo_APPL | APPL | MATH_NUMERIC | REQ | INPUT |
The last or current application number for the specified contract. (The system assigns a new application number each time an invoice is
issued for the contract.)
|
mnAdjustmentNo_ADJN | ADJN | MATH_NUMERIC | REQ | INPUT |
A number used to control changes to closed applications. Closed applications represent invoices that have been sent. This number is
always zero unless you reopen a previous application. |
cCurrencyMode_CRRM | CRRM | char | OPT | INPUT |
An option that specifies whether the system displays amounts in the domestic or foreign currency.
On
The system displays amounts in the
foreign currency of the transaction.
Off
The system displays amounts in the domestic currency of the transaction.
|
szBaseCurrency_CRCD | CRCD | char | OPT | INPUT |
A code that identifies the currency of a transaction.
|
szBillCurrency_CRCF | CRCF | char | OPT | INPUT |
The currency code of the insured amount. |
mnPriorRetAmt_RTNP | RTNP | MATH_NUMERIC | REQ | INPUT |
Retainage Amount through the last application or adjustment for a specific contract. |
mnForPriorRetAmt_FTNP | FTNP | MATH_NUMERIC | OPT | INPUT |
Retainage Amount through the last application or adjustment for a specific contract. |
mnCurrentRetainageAmt_RTNG | RTNG | MATH_NUMERIC | REQ | INPUT |
This field is the retained dollars for a contract line. |
mnForCurrentRetainageAmt_FTNG | FTNG | MATH_NUMERIC | OPT | INPUT |
xThis field is the retained dollars for a contract line. |
cRetainageControlFlag_RCTL | RCTL | char | REQ | INPUT |
An option that determines whether the retainage amount is stored in the Accounts Receivable or General Accounting system and whether
tax is calculated on the whole amount, including the retainage, or on each amount as it is billed. Valid values are:
Blank
The retainage is
stored in the Accounts Receivable system and the tax is computed from the total taxable amount.
1
The retainage is stored in the Accounts
Receivable system and the tax on the retainage amount is calculated and then subtracted from the total tax amount. This tax on retainage is
deferred until the retainage is released.
2
The retainage is stored in the General Accounting system and the tax is computed from the total taxable
amount.
3
The retainage is stored in the General Accounting system and the tax on the retainage amount is calculated and then subtracted from
the total tax amount. This tax on retainage is deferred until the retainage is released. |
mnTotBillableAmtToDate_ATXA | ATXA | MATH_NUMERIC | OPT | INPUT |
The amount on which taxes are assessed. |
mnForTotBillableAmtToDate_FATX | FATX | MATH_NUMERIC | OPT | INPUT |
|
szCallingProgramId_PID | PID | char | REQ | INPUT |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
interactive program is P4210, and the number of the Print Invoices batch process report is R42565.
The program ID is a variable length value.
It is assigned according to a structured syntax in the form TSSXXX, where:
T
The first character of the number is alphabetic and identifies the
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a
program.
SS
The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210
indicates that this program belongs to system 42, which is the Sales Order Processing system.
XXX
The remaining characters of the numer are
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry
program.
|
cReleaseLevel_EV01 | EV01 | char | REQ | INPUT |
An option that specifies the type of processing for an event.
|
cErrorCode_EV01 | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event.
|