INVITMVW
This is a view derived from the RECEIPT and ITEMFFMCTR tables which contains the existing quantity available for an item across all Stores and FulfillmentCenters.
Column Descriptions:
| Name | Type | Description |
|---|---|---|
| ITEMSPC_ID | BIGINT NOT NULL | The inventory item identifier. |
| RECEIPTQUANTITY | INTEGER | Receipt quantity |
| QTYAVAILABLE | INTEGER | Existing quantity available for this item derived from RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS - (ITEMFFMCTR.QTYRESERVED + ITEMFFMCTR.QTYALLOCBACKORDER). |