WebSphere Commerce database table: RCPTITMVW

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


Column Description(s):
Column NameColumn TypeDescription
ITEMSPC_ID BIGINT NOT NULL The inventory item identifier.
RECEIPTQUANTITY INTEGER SUM(RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS)

Feedback