Functional Description
Purpose
This function will obtain the receipt routing record for which the full key is given
Technical Specification
OPEN TABLE: F43092 based on passed index
FETCH FROM TABLE:  Using index and passed num of keys
RETURN POINTER ID if requested else FREE POINTER
SET ERRORS APPROPRATELY
D4300780A - F43092 Get Receipt Routing Record
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| 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, 
  | ||||
| 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 
  | ||||
| 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 
  | ||||
| mnOrderLineNumber | LNID | MATH_NUMERIC | NONE | NONE | 
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns 
  | ||||
| mnReceiptLineNumber | NLIN | MATH_NUMERIC | NONE | NONE | 
A number representing the number of lines on either a purchase or sales order.
or The number of receivers recorded during the receipts 
  | ||||
| mnOperationSequenceFrom | OPRS | MATH_NUMERIC | NONE | NONE | 
The sequence in which the system performs the operations or steps of the route.  | ||||
| szUnitOfMeasureFrom | UOM | char | NONE | NONE | 
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box).  | ||||
| szUpdateBucket | UPIB | char | NONE | NONE | 
Indicates which quantity field in the Item Location table that the system updates when quantity is moved from one receipt routing operation 
  | ||||
| cActiveOperationFlag | ACTO | char | NONE | NONE | 
Indicates if any quantity is currently at the operation. Valid values are:
   Y Quantity is currently at the operation.
   N Quantity is not currently at 
  | ||||
| mnIndex | CDL | MATH_NUMERIC | NONE | NONE | 
The length of the user defined code. It cannot be greater than 10 characters.  | ||||
| mnNumberOfKeys | KEYN | MATH_NUMERIC | NONE | NONE | 
The number of key fields within a particular physical or logical view.  | ||||
| cSuppressErrorMessage | EV01 | char | NONE | NONE | 
An option that specifies the type of processing for an event.  | ||||
| szErrorMessageID | DTAI | char | NONE | 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 
  | ||||
| cErrorCode | ERR | char | NONE | NONE | 
The Data Field Error Code field is simply a generic data field to pass an error condition flag.  This field is one of the fields that make up the 
  | ||||
| cReturnPointer | RWT1 | char | NONE | NONE | 
This flag indicates whether a record has been written to a transaction work file or not. Allowed values are :
   0   Record does NOT exist in the 
  | ||||
| cCallType | RWT2 | char | NONE | NONE | 
This flag indicates whether a record has been written to a transaction work file or not. Allowed values are :
   0   Record does NOT exist in the 
  | ||||
| idF43092RowPtr | GENLNG | ID | NONE | NONE | 
General purpose ID variable.  | ||||
| szOperationCode | OPRC | char | NONE | NONE | 
A user defined code (43/OC) that represents an operation or step within the receipt route.  | ||||
| None | 
| F43092 Purchase Order Receipt Routing File |