This table requires activation of Current Inventory Balances functional area. This table stores aggregated on-hand quantity by control level and location alongwith Serial Numbers
Module: Inventory Management
TASK_ID, LOCATOR_ID, INVENTORY_ITEM_ID, PROJECT_ID, SERIAL_NUMBER, REVISION, LOT_NUMBER, SUBINVENTORY_CODE, ORGANIZATION_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | 38 | 0 | True | Reference to the unique identifier for the inventory item #1 | DW_INVENTORY_ITEM_D | INVENTORY_ITEM_ID |
| REVISION | VARCHAR2 | 32 | True | Revision of item if under revision control. | |||
| PROJECT_ID | NUMBER | 38 | 0 | True | Identifier of the project used to stripe Inventory transactions | DW_PROJECT_D | PROJECT_ID |
| TASK_ID | NUMBER | 38 | 0 | True | Identifier of the task used to stripe Inventory transactions | DW_PROJECT_ELEMENT_D | PROJ_ELEMENT_ID |
| ORGANIZATION_ID | NUMBER | 38 | 0 | True | This identifies the inventory organization. | DW_INTERNAL_ORG_D | ORGANIZATION_ID |
| SUBINVENTORY_CODE | VARCHAR2 | 16 | True | Reference to the unique identifier for the subinventory #2 | 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 |
| LOT_NUMBER | VARCHAR2 | 128 | True | This number identifies an inventory lot. | |||
| SERIAL_NUMBER | VARCHAR2 | 128 | True | This stores the item unit number | |||
| SOURCE_RECORD_ID | VARCHAR2 | 512 | This column is for Oracle Internal use only. System Identifier | ||||
| PRIMARY_ONHAND_QUANTITY | NUMBER | Primary onhand quantity | |||||
| SECONDARY_ONHAND_QUANTITY | NUMBER | Secondary onhand quantity | |||||
| CONSIGNED_PRIMARY_QUANTITY | NUMBER | Consigned primary quantity | |||||
| CONSIGNED_SECONDARY_QUANTITY | NUMBER | Consigned secondary quantity | |||||
| DETAILED_PRIMARY_QUANTITY | NUMBER | Detailed Primary Quantity | |||||
| PRIMARY_UOM_CODE | VARCHAR2 | 16 | Primary unit of measure of the item | DW_UNIT_OF_MEASURE_D_TL | UOM_CODE | ||
| SECONDARY_UOM | VARCHAR2 | 16 | Secondary unit of measure of the item | DW_UNIT_OF_MEASURE_D_TL | UOM_CODE | ||
| RESERVABLE_TYPE | NUMBER | 38 | 0 | Indicates hard reservation eligibility in a Subinventory. | |||
| SUBINVENTORY_LOCATION_ID | NUMBER | 38 | 0 | This identifies the location of the subinventory | DW_WORKER_LOCATION_D | LOCATION_ID | |
| STATUS_ID | NUMBER | 38 | 0 | This identifies the status of Serial Number | DW_INV_MATERIAL_STATUSES_TL | STATUS_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 | |
| LOT_EXPIRATION_DATE | DATE | Date at which lot will expire | DW_DAY_D | CALENDAR_DATE | |||
| DATA_AS_OF_DATE | DATE | Date on which data load was started | DW_DAY_D | CALENDAR_DATE | |||
| FISCAL_PERIOD_SET_NAME | VARCHAR2 | 16 | Name of the accounting calendar. | ||||
| FISCAL_PERIOD_TYPE | VARCHAR2 | 16 | Accounting period type. Examples are Weekly, Monthly, Quarterly. | ||||
| PRIMARY_LEDGER_ID | NUMBER | 38 | 0 | Business unit primary ledger identifier. | DW_LEDGER_D | LEDGER_ID | |
| LEGAL_ENTITY_ID | NUMBER | 38 | 0 | Business unit legal entity identifier. | DW_LEGAL_ENTITY_D | LEGAL_ENTITY_ID |
#1 In these cases in addition to the inventory item id column, ORGANIZATION_ID column should also be used for join with DW_INVENTORY_ITEM_D #2 In these cases in addition to the subinventory code column, ORGANIZATION_ID column should also be used for join with DW_INV_SUBINVENTORY_D
Copyright © 2019, 2024, Oracle and/or its affiliates.