This table requires activation of Current Inventory Balances functional area. This table stores reservation quantity information by control level and location
Module: Inventory Management
RESERVATION_ID
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
RESERVATION_ID | NUMBER | 38 | 0 | True | Unique ID which identifies the reservation. | ||
SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. System | ||||
INVENTORY_ITEM_ID | NUMBER | 38 | 0 | Reference to the unique identifier for the inventory item #1 | DW_INVENTORY_ITEM_D | INVENTORY_ITEM_ID | |
ORGANIZATION_ID | NUMBER | 38 | 0 | This identifies the inventory organization. | DW_INTERNAL_ORG_D | ORGANIZATION_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 | |
FISCAL_PERIOD_SET_NAME | VARCHAR2 | 16 | Name of the accounting calendar. #3 | DW_FISCAL_DAY_D | FISCAL_PERIOD_SET_NAME | ||
FISCAL_PERIOD_TYPE | VARCHAR2 | 16 | Accounting period type. Examples are Weekly, Monthly, Quarterly. #3 | DW_FISCAL_DAY_D | FISCAL_PERIOD_TYPE | ||
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 | |
PROJECT_ID | NUMBER | 38 | 0 | Identifier of the project used to stripe Inventory transactions | DW_PROJECT_D | PROJECT_ID | |
TASK_ID | NUMBER | 38 | 0 | Identifier of the task used to stripe Inventory transactions | DW_PROJECT_ELEMENT_D | PROJ_ELEMENT_ID | |
REVISION | VARCHAR2 | 32 | Revision of item if under revision control. | ||||
SUBINVENTORY_CODE | VARCHAR2 | 16 | Subinventory in which reserved item resides #2 | DW_INV_SUBINVENTORY_D | SECONDARY_INVENTORY_NAME | ||
SUBINVENTORY_LOCATION_ID | NUMBER | 38 | 0 | This identifies the location of the subinventory | DW_WORKER_LOCATION_D | LOCATION_ID | |
LOCATOR_ID | NUMBER | 38 | 0 | Locator in which reserved item resides | DW_INV_LOCATOR_D | INVENTORY_LOCATION_ID | |
LOT_NUMBER | VARCHAR2 | 128 | Lot number of lot controlled reserved item | ||||
EXTRACT_TIMESTAMP | TIMESTAMP | Extraction Datetime | |||||
RESERVATION_UOM_CODE | VARCHAR2 | 16 | Unit of measure in which reservation is made | DW_UNIT_OF_MEASURE_D_TL | UOM_CODE | ||
RESERVATION_QUANTITY | NUMBER | This is the transaction quantity in the user's preferred unit of measure. | |||||
PRIMARY_UOM_CODE | VARCHAR2 | 16 | Primary unit of measure of reserved item | DW_UNIT_OF_MEASURE_D_TL | UOM_CODE | ||
PRIMARY_RESERVATION_QUANTITY | NUMBER | Quantity reserved in Primary Unit of Measure | |||||
SECONDARY_UOM_CODE | VARCHAR2 | 16 | Items Secondary Unit Of Measure Code | DW_UNIT_OF_MEASURE_D_TL | UOM_CODE | ||
SECONDARY_RESERVATION_QUANTITY | NUMBER | Reservation Quantity Recorded in the Secondary Unit Of Measure | |||||
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 | |||
REQUIREMENT_DATE | DATE | This is the reservation requirement date. | DW_DAY_D | CALENDAR_DATE |
#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
#3 In these cases to join with DW_FISCAL_DAY_D apart from FISCAL_PERIOD_TYPE and FISCAL_PERIOD_SET_NAME the relationship should be based on REQUIREMENT_DATE column
Copyright © 2019, 2024, Oracle and/or its affiliates.