MSC_ITEM_SUBINVENTORIES
MSC_ITEM_SUBINVENTORIES stores the listing of subinventories assigned to items at source applications . These include all the nettable sub inventories mapped to replenishment planning enabled items.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
MSC_ITEM_SUBINVENTORIES_PK |
PLAN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, SUB_INVENTORY_CODE, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Identifies the inventory item id. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Organization identifier in the Planning system. | |
SUB_INVENTORY_CODE | VARCHAR2 | 10 | Yes | This is the name of the subinventory. | |
MINIMUM_ORDER_QUANTITY | NUMBER | Subinventory-level minimum order quantity. | |||
MAXIMUM_ORDER_QUANTITY | NUMBER | Subinventory-level maximum order quantity. | |||
MIN_MINMAX_QUANTITY | NUMBER | Subinventory-level minmax planning minimum quantity. | |||
MAX_MINMAX_QUANTITY | NUMBER | Subinventory-level minmax planning maximum quantity. | |||
PREPROCESSING_LEAD_TIME | NUMBER | This is the lead time for pre-processing. | |||
PROCESSING_LEAD_TIME | NUMBER | This is the lead time for processing. | |||
POSTPROCESSING_LEAD_TIME | NUMBER | This is the lead time for post-processing. | |||
FIXED_LOT_MULTIPLIER | NUMBER | Subinventory-level fixed lot multiple. | |||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | |||
PLAN_ID | NUMBER | Yes | This value indicates the plan identifier for the record. | ||
PART_KEY1 | NUMBER | 18 | Yes | Source application instance identifier. | |
NEW_PLAN_ID | NUMBER | Yes | This column indicates the new plan identifier. | ||
SIMULATION_SET_ID | NUMBER | Yes | Simulation set to which the current record is added. | ||
SUB_INVENTORY_ID | NUMBER | 18 | This contains the ID from MSC_SUB_INVENTORIES_V | ||
SIM_EDIT_FLAGS | NUMBER | flag that Indicates column edit changes | |||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_ITEM_SUBINVENTORIES_U1 | Unique | Default | PLAN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, SUB_INVENTORY_CODE, NEW_PLAN_ID, SIMULATION_SET_ID, PART_KEY1 |