MSC_ST_XREF_MAPPING_INT

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

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.
DELETED_FLAG NUMBER Flag to indicate a deleted record
LOAD_REQUEST_ID NUMBER Request Id of the job that will load the data.
ENTITY_NAME VARCHAR2 33 Entity to which the attribute belongs to
ATTRIBUTE_NAME VARCHAR2 30 Name of attribute that is cross referenced
SOURCE_VALUE VARCHAR2 1000 Attribute value in source system
TARGET_VALUE VARCHAR2 1000 VCP repository value to which the source_value is translated into
REFRESH_NUMBER NUMBER 18 collections cycle id that inserted/last updated this row
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
PROCESS_FLAG NUMBER 2 Yes 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 Error text for functional validation errors in the record.
ERROR_CODE VARCHAR2 150 Error code for functional validation errors in the record