Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads receipts that may be used for action coverage into an array.
Syntax
private int actionLoadReceipts(
Array _receiptsArray,
Map _accumulatedActionQtyMap,
ItemId _itemId,
RefRecId _reqPlanVersionRefRecId,
InventDimId _covInventDimId,
[boolean _includePlannedOrders])
Run On
Called
Parameters
- _receiptsArray
Type: Array Class
The array to load the receipts into.
- _accumulatedActionQtyMap
Type: Map Class
A map that is created that has entries of value 0.0 for each loaded receipt.
- _itemId
Type: ItemId Extended Data Type
The ID of the item for which to load receipts.
- _reqPlanVersionRefRecId
Type: RefRecId Extended Data Type
The record ID of the active master plan version.
- _covInventDimId
Type: InventDimId Extended Data Type
The ID of the coverage dimension.
- _includePlannedOrders
Type: boolean
A Boolean value that indicates whether to include planned orders.
Return Value
Type: int
The number of receipts loaded.