This funtion will determine whether all lines of a Purchase Order are less than, equal to or greater than a given status
code. The Purchase Order detail line NEXT status code is checked against the status code provided in the data structure
of the business function.
This business function will read through ALL the lines of a purchase order and should therefore be used with caution^
D4300260 - VerifyPOLinesStatusCode
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szOrderType | DCTO | char | NONE | 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
| ||||
mnOrderNumber | DOCO | MATH_NUMERIC | NONE | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szOrderCompany | KCOO | char | NONE | NONE |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
szOrderSuffix | SFXO | char | NONE | NONE |
In the A/R and A/P systems, a code that corresponds to the pay item. In the Sales Order and Procurement systems, this code identifies
| ||||
szEvaluationRule | ERUL | char | NONE | NONE |
Keywords which decribe an editing technique applied when data is entered.
Validation applied to the data after Enter is pressed.
The rule
| ||||
szStatusCodeToCheck | NXTR | char | NONE | NONE |
A user defined code (system 40/type AT) indicating the next step in the order flow of the line type. | ||||
cEvaluationStatusFlag | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. |
None |
F4311 Purchase Order Detail File |