RCPTITMVW

A view which summarizes the quantity of inventory available from the RECEIPT table for an item across all Stores and FulfillmentCenters.

Column Descriptions:

NameTypeDescription
ITEMSPC_IDBIGINT NOT NULLThe inventory item identifier.
RECEIPTQUANTITYINTEGERSUM(RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS)