DW_NS_InventoryNumberLocation_F

This fact stores the quantity information for inventory numbers across locations for inventory and assembly items.

Details

Module:

Key Columns

inventorynumber, location

Columns

Columns
Name Datatype Length Precision Not Null Comments Referred Table Referred Column
inventorynumber NUMBER 38 0 True The Serial/Lot number from which the picking will be performed. DW_NS_inventoryNumber_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.    
item NUMBER 38 0   Identifier of the item. DW_NS_item_D id
base_unit NUMBER 38 0   Identifier of the base units of measure used to measure the quantity. DW_NS_unitsTypeUom_D internalid
subsidiary NUMBER 38 0   Subsidiary identifier associated with this transaction. DW_NS_subsidiary_D id
createddate TIMESTAMP       Transaction creation date.    
lastmodifieddate TIMESTAMP       Last Modification Date.    
quantityavailable NUMBER       Available Quantity, Indicates the number of items available for ordering.    
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.    

Copyright © 2019, 2025, Oracle and/or its affiliates.