INVSTFFMVW

This is a view derived from the RECEIPT and ITEMFFMCTR tables which contains the existing quantity available for an item at a Store and FulfillmentCenter.

Column Descriptions:

NameTypeDescription
STORE_IDINTEGER NOT NULLThe Store which owns the inventory.
FFMCENTER_IDINTEGER NOT NULLThe FulfillmentCenter where this inventory is available.
ITEMSPC_IDBIGINT NOT NULLThe identifier for the inventory item.
QTYAVAILABLEINTEGERExisting quantity available for this item derived from RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS - (ITEMFFMCTR.QTYRESERVED + ITEMFFMCTR.QTYALLOCBACKORDER).