This table requires activation of Inventory FSN Analysis functional area. This is fact table to do FSN Analysis
Module: Inventory Management
INVENTORY_ITEM_ID, INVENTORY_ORG_ID
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
INVENTORY_ORG_ID | NUMBER | 38 | 0 | True | Identifies the Inventory Organization associated to the details. | DW_INTERNAL_ORG_D | ORGANIZATION_ID |
INVENTORY_ITEM_ID | NUMBER | 38 | 0 | True | Identifies the Item associated to the details. #1 | DW_INVENTORY_ITEM_D | INVENTORY_ITEM_ID |
SOURCE_RECORD_ID | VARCHAR2 | 128 | This column is for Oracle Internal use only. System | ||||
BUSINESS_UNIT_ID | NUMBER | 38 | 0 | This identifies the business unit | DW_BUSINESS_UNIT_D | BUSINESS_UNIT_ID | |
INVENTORY_ORG_PROFIT_CENTER_BU_ID | NUMBER | 38 | 0 | Profit Center Business Unit Id of the Inventory Organization. | DW_BUSINESS_UNIT_D | BUSINESS_UNIT_ID | |
LEGAL_ENTITY_ID | NUMBER | 38 | 0 | Business unit legal entity identifier. | DW_LEGAL_ENTITY_D | LEGAL_ENTITY_ID | |
PRIMARY_LEDGER_ID | NUMBER | 38 | 0 | Business unit primary ledger identifier. | DW_LEDGER_D | LEDGER_ID | |
GLOBAL_CURRENCY_CODE | VARCHAR2 | 32 | Analytics Currency code | ||||
GLOBAL_SALE_VALUE | NUMBER | Sales value at item-organization level in analytics currency | |||||
GLOBAL_SALES_PERCENT | NUMBER | Sales percentage at item-organization level | |||||
CUMULATIVE_GLOBAL_SALES_PERCENT | NUMBER | Cummulative Sales Percentage at item-organization level |
#1 In these cases in addition to the inventory item id column, INVENTORY_ORG_ID column should also be used for join with DW_INVENTORY_ITEM_D
Copyright © 2019, 2024, Oracle and/or its affiliates.