MSC_ST_SUPPLIER_CAPACITIES

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

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments Status
SUPPLIER_ID NUMBER This value indicates the Supplier identifier in the planning system.
SUPPLIER_SITE_ID NUMBER This value indicates the Supplier site identifier.
ORGANIZATION_ID NUMBER This column indicates the Organization identifier.
USING_ORGANIZATION_ID NUMBER Using organization identifier of the approved supplier list.
INVENTORY_ITEM_ID NUMBER Identifies the inventory item id
VENDOR_NAME VARCHAR2 360 Name of the supplier attached to an Item in ASL.
VENDOR_SITE_CODE VARCHAR2 240 Name of the supplier site attached to an Item in ASL.
FROM_DATE DATE Identifies the First date of valid capacity
TO_DATE DATE This value indicates the Last date of valid capacity.
CAPACITY NUMBER The quantity that the supplier is capable of supplying.
STATUS NUMBER Status of the supplier capacity defined for the supplier. 1-Active, 2-Inactive.
DELETED_FLAG NUMBER Yes/No flag indicates whether corresponding record in ODS will be deleted
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.
SR_INSTANCE_ID NUMBER Source application instance identifier
REFRESH_NUMBER NUMBER Refresh identifier populated by the collection program.
ITEM_NAME VARCHAR2 300 Identifies the inventory item name
BUCKET_TYPE NUMBER Bucket type for incoming data from exchange
ROW_STATUS NUMBER Row status for incoming data from exchange
COMPANY_ID NUMBER Unique id assigned to the company
COMPANY_NAME VARCHAR2 255 Party name with which the company is registered.
ORGANIZATION_CODE VARCHAR2 18 This column indicates the Organization code.
SR_INSTANCE_CODE VARCHAR2 30 Source Instance code from which data is being populated.
MESSAGE_ID NUMBER This is a foreign key reference to ECX_DOCLOGS.INTERNAL_CONTROL_NUMBER for records got via XML
PROCESS_FLAG NUMBER Processing Flag indicating the status of records during pre-processing. 1- New Record, 2- In-Process, 3- Error, 4- Propagated Error, 5- Successfully Processed
DATA_SOURCE_TYPE VARCHAR2 15 Source type indicates the source of data
ST_TRANSACTION_ID NUMBER Transaction ID generated during pre-processing to uniquely identify a record in the staging table
ERROR_TEXT VARCHAR2 2000 This will describe the reason for the error if any.
BATCH_ID NUMBER Batch identifier generated during pre-processing
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. Obsolete
RETRY_COUNT NUMBER Number of retries to process failed records.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record
OPERATION_TYPE VARCHAR2 2 This column indicates the Operation Type.
LOAD_REQUEST_ID NUMBER It Stores the Request ID of Job that loaded the data.