1.Functional Description
1.1Purpose
This business function will check if any F31122 records exist, given a work order number and a work
order type. It will return an error code '1' if any record is found.
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
Open F31122
If Successful
Fetch records, passing DOCO and DCTO
If Successful
Error Code = 1
End If
Else
Open table failed
End If
Close F31122
^
D3101770 - VerifyWOTimeEntryRecordExists
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,
| ||||
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
| ||||
cErrorCode | ERRC | char | OPT | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
|
None |
None |