MSC_ST_ITEM_SUBINVENTORIES_INT

The staging table used by the collection program to validate and process data for table MSC_ITEM_SUBINVENTORIES

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
SR_INSTANCE_CODE VARCHAR2 30 The value indicates the source system code from where the data is collected.
SR_INSTANCE_ID NUMBER 18 Identifier of the source system from where the data is collected.
INVENTORY_ITEM_ID NUMBER 18 Identifies the inventory item id.
ITEM_NAME VARCHAR2 300 Identifies the inventory item name.
ORGANIZATION_CODE VARCHAR2 18 Organization identifier in the Planning system.
ORGANIZATION_ID NUMBER 18 Organization identifier in the Planning system.
SUB_INVENTORY_CODE VARCHAR2 10 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.
DELETED_FLAG NUMBER Flag indicating whether this is a deleted record.
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
PROCESS_FLAG NUMBER Processing Flag indicating the status of records during pre-processing. 1- Complete Record, 2- Error Record, 3- Warning Record, 4- Retry Record, 5- New Record.
ERROR_TEXT VARCHAR2 2000 If PROCESS_FLAG is equal to 2 for a record, then this will describe the reason for the error.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record.
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.