MSC_ST_ITEMS_ADDTL_ATTRIB

Tables is used to upload addition attributes that are required for planning

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
INVENTORY_ITEM_ID NUMBER 18 Identifies the inventory item id
ITEM_NAME VARCHAR2 300 Identifies the inventory item name
SR_INSTANCE_ID NUMBER 18 Identifier of the source system from where the data is collected.
SR_INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
ORGANIZATION_ID NUMBER 18 valid inventory org ID
ORGANIZATION_CODE VARCHAR2 20 valid inventory org ID
COST_TYPE VARCHAR2 20 cost type is defaulted to average of PO'S
ITEM_COST NUMBER item cost of the item from the costing module
CURRENCY_CODE VARCHAR2 30 Currency associated with amounts
REFRESH_NUMBER NUMBER 18 Refresh identifier populated by the collection progam
PROCESS_FLAG NUMBER 2 Processing Flag indicating the status of records during pre-processing. 1- New Record, 2- In-Process, 3- Error, 4- Propagated Error, 5- Successfully Processed
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.
RETRY_COUNT NUMBER number of retries to process failed records
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record
ERROR_TEXT VARCHAR2 2000 Description of the document category
UOM_CODE VARCHAR2 50 Unit of measure code of the item.
OPERATION_TYPE VARCHAR2 2 OPERATION_TYPE
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.

Indexes

Index Uniqueness Tablespace Columns Status
MSC_ST_ITEMS_ADDTL_ATTRIB_N1 Non Unique Default ITEM_NAME, PROCESS_FLAG, REFRESH_NUMBER, SR_INSTANCE_CODE Obsolete