Fact table for Onhand Balances
Module: Inventory Management
ORGANIZATION_ID, FISCAL_PERIOD_TYPE, LOCATOR_ID, INVENTORY_ITEM_ID, SUBINVENTORY_CODE, FISCAL_PERIOD_SET_NAME, SNAPSHOT_PERIOD_END_DATE_ID
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
SNAPSHOT_PERIOD_END_DATE_ID | NUMBER | 38 | 0 | True | This is the identifier for fiscal period end date | DW_FISCAL_DAY_D | FISCAL_PERIOD_END_DATE_ID |
FISCAL_PERIOD_SET_NAME | VARCHAR2 | 16 | True | Name of the accounting calendar. | DW_FISCAL_DAY_D | FISCAL_PERIOD_SET_NAME | |
FISCAL_PERIOD_TYPE | VARCHAR2 | 16 | True | Accounting period type. Examples are Weekly, Monthly, Quarterly. | DW_FISCAL_DAY_D | FISCAL_PERIOD_TYPE | |
INVENTORY_ITEM_ID | NUMBER | 38 | 0 | True | This identifies the inventory item. | DW_INVENTORY_ITEM_D | INVENTORY_ITEM_ID |
ORGANIZATION_ID | NUMBER | 38 | 0 | True | This identifies the inventory organization. | DW_INTERNAL_ORG_D | ORGANIZATION_ID |
SUBINVENTORY_CODE | VARCHAR2 | 16 | True | Transaction secondary inventory | DW_INV_SUBINVENTORY_D | SECONDARY_INVENTORY_NAME | |
LOCATOR_ID | NUMBER | 38 | 0 | True | This identifies the item locator. | DW_INV_LOCATOR_D | INVENTORY_LOCATION_ID |
SOURCE_RECORD_ID | VARCHAR2 | 512 | Source record identifier | ||||
SNAPSHOT_DATE | DATE | Snapshot Date | DW_DAY_D | CALENDAR_DATE | |||
SUBINVENTORY_LOCATION_ID | NUMBER | 38 | 0 | This identifies the location of the subinventory | DW_WORKER_LOCATION_D | LOCATION_ID | |
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 | |
PRIMARY_LEDGER_ID | NUMBER | 38 | 0 | Primary ledger of the organization | DW_LEDGER_D | LEDGER_ID | |
LEGAL_ENTITY_ID | NUMBER | 38 | 0 | This identifies the legal entity for the business unit | DW_LEGAL_ENTITY_D | LEGAL_ENTITY_ID | |
SECONDARY_UOM_CODE | VARCHAR2 | 16 | Secondary unit of measure that may have been used to do the material transaction | DW_UNIT_OF_MEASURE_D_TL | UOM_CODE | ||
SNAPSHOT_PERIOD_START_DATE | TIMESTAMP | Period start date | DW_DAY_D | CALENDAR_DATE | |||
SNAPSHOT_PERIOD_END_DATE | TIMESTAMP | Period End Date | DW_DAY_D | CALENDAR_DATE | |||
PRIMARY_ONHAND_QUANTITY | NUMBER | Onhand Quantity in Primary UOM | |||||
SECONDARY_ONHAND_QUANTITY | NUMBER | Onhand Quantity in Secondary UOM | |||||
PRIMARY_PERIOD_ACTIVITY | NUMBER | Activity in the given period in Primary UOM | |||||
SECONDARY_PERIOD_ACTIVITY | NUMBER | Activity in the given period in Secondary UOM |
Copyright © 2019, 2023, Oracle and/or its affiliates.