N4302580 Verify F4311 Cancelled Statuses
This function has two uses:
If Line Number (LNID) and Order Suffix (SFXO) are not passed in, the function
will verify and return:
If any line on the order is not cancelled, i.e., is active or closed, the
function will return 1.
If all lines on the order are cancelled, the function will return 0.
If Line Number (LNID) and Order Suffix (SFXO) are passed in, the function will
verify the status of that line, and:
If the line is not cancelled, i.e., is active or closed, the function will return
a 1.
If the line is cancelled, the function will return 0.
D4302580A - Verify F4311 Cancelled Statuses
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnDocumentOrderInvoiceE | 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,
| ||||
szOrderType | 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
| ||||
szCompanyKeyOrderNo | KCOO | char | OPT | NONE |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
mnLineNumber | LNID | MATH_NUMERIC | OPT | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
szOrderSuffix | SFXO | char | OPT | 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
| ||||
cIsLineNotCancelled | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |