RCPTITMVW
A view which summarizes the quantity of inventory available from the RECEIPT table for an item across all Stores and FulfillmentCenters.
Column Descriptions:
| Name | Type | Description |
|---|---|---|
| ITEMSPC_ID | BIGINT NOT NULL | The inventory item identifier. |
| RECEIPTQUANTITY | INTEGER | SUM(RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS) |