RCPTSTFFVW

A view which summarizes the quantity of inventory available from the RECEIPT table for an item owned by a Store at a FulfillmentCenter.

Column Descriptions:

NameTypeDescription
ITEMSPC_IDBIGINT NOT NULLThe inventory item identifier.
STORE_IDINTEGER NOT NULLThe Store that owns the inventory.
FFMCENTER_IDINTEGER NOT NULLThe FulfillmentCenter where the inventory is located.
RECEIPTQUANTITYINTEGERSUM(RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS)