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.
Related reference
Column Descriptions Column Name Column Type Description ITEMSPC_ID BIGINT NOT NULL The inventory item identifier. RECEIPTQUANTITY INTEGER SUM(RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS)