DW_NS_inventoryItemLocations_F

This fact table contains the point in time inventory quantity information for an item at a specific location.

Details

Module:

Key Columns

item, location

Columns

Columns
Name Datatype Length Precision Not Null Comments Referred Table Referred Column
item NUMBER 38 0 True Identifier of the item. DW_NS_item_D id
location NUMBER 38 0 True Location Identifier. DW_NS_location_D id
SOURCE_RECORD_ID VARCHAR2 128 This column is for Oracle Internal use only. Composite key that consists of all PK values of the transaction. This consists combination of columns that defines the granularity of the table and identifies a row uniquely.
inventory_refreshed_date TIMESTAMP Date Last Inventory Count was calculated for an item.
quantityavailable NUMBER Available Quantity, Indicates the number of items available for ordering.
quantitybackordered NUMBER Quantity of backorder. If an item there is still pending fulfillment but has no available quantity yet, it will add to its backorder quantity.
quantitycommitted NUMBER Quantity agreed for the transaction line. In the Quantity Committed field, accept, increase, or reduce the number of items committed to each order. The total Quantity Committed of all orders cannot exceed the Quantity On Hand.
quantityintransit NUMBER Quantity in Transit, Indicates the quantity of the item that is being transferred from one location to another.
quantityonhand NUMBER Item quantity on hand.
quantityonorder NUMBER Quantity on Order, Indicates the quantity of the item you currently have on order with the vendor.
lastquantityavailablechange TIMESTAMP Date Last Available Quantity got changed for an item.
onhandvaluemli NUMBER Indicates the On Hand Value of an item at the location of interest.
preferredstocklevel NUMBER This is the optimum quantity to maintain in stock of an item. The ideal quantity is the amount needed to fulfill orders in a timely manner without either running out or overstocking.
reorderpoint NUMBER Quantity level at which we need to place an order to replenish stock, or build more of this item.
subsidiary NUMBER 38 0 Subsidiary identifier associated with this transaction. DW_NS_subsidiary_D id