DW_NS_INVENTORY_ITEM_PRICE_F

This fact stores the pricing of items for various quantity ranges, price levels and currencies.

Details

Module:

Key Columns

pricelevel, itemquantity_seqnum, item, currency

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
currency NUMBER 38 0 True Transaction currency identifier. DW_NS_currency_D id
pricelevel NUMBER 38 0 True Identifier of price level associated to an item. DW_NS_priceLevel_D id
itemquantity_seqnum NUMBER 38 0 True Sequence Number of defined quantity range.    
SOURCE_RECORD_ID VARCHAR2 256     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.    
itemquantity_mincount NUMBER       Indicates the minimum quantity of Items for which price level is defined.    
itemquantity_maxcount NUMBER       Indicates the maximum quantity of Items for which price level is defined.    
isinactive VARCHAR2 16     flag to identify if the record is inactive.    
isonline VARCHAR2 16     Flag to indicate if the item is displayed in web site.    
discountdisplay NUMBER       This is the default discount percentage applied for a price level.    
price NUMBER       Price of the Item defined for a price level.    

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