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:
| Name | Type | Description |
|---|---|---|
| STORE_ID | INTEGER NOT NULL | The Store which owns the inventory. |
| FFMCENTER_ID | INTEGER NOT NULL | The FulfillmentCenter where this inventory is available. |
| ITEMSPC_ID | BIGINT NOT NULL | The identifier for the inventory item. |
| QTYAVAILABLE | INTEGER | Existing quantity available for this item derived from RECEIPT.QTYONHAND - RECEIPT.QTYINPROCESS - (ITEMFFMCTR.QTYRESERVED + ITEMFFMCTR.QTYALLOCBACKORDER). |