MSC_XREF_MAPPING

This is the cross reference table.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_XREF_MAPPING_PK

SR_INSTANCE_ID, ENTITY_NAME, ATTRIBUTE_NAME, TARGET_VALUE, REFRESH_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
SR_INSTANCE_ID NUMBER 18 Yes Identifier of the source system from where the data is collected.
ENTITY_NAME VARCHAR2 33 Yes The name of the entity the current attribute name belongs to (as defined in MSC_CC_MASTER_ENTITIES).
ATTRIBUTE_NAME VARCHAR2 30 Yes The name of the attribute being cross-referenced
SOURCE_VALUE VARCHAR2 2000 The value used in the source system.
TARGET_VALUE VARCHAR2 2000 Yes The value stored in DOO ATP Data repository.
SOURCE_ATTRIBUTE_DATATYPE VARCHAR2 106 Yes Data type of the source value (NUMBER, CHAR, DATE, VARCHAR2)
TARGET_ATTRIBUTE_DATATYPE VARCHAR2 106 Yes Data type of the target value (NUMBER, CHAR, DATE, VARCHAR2)
IS_SRC_VAL_GENERATED VARCHAR2 1 Y if Source value is system generated. N if it is a valid value.
REFRESH_NUMBER NUMBER 18 Yes Refresh identifier populated by the collection program.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_XREF_MAPPING msc_apps_instances SR_INSTANCE_ID
MSC_XREF_MAPPING msc_cc_master_entities ENTITY_NAME

Indexes

Index Uniqueness Tablespace Columns Status
MSC_XREF_MAPPING_N1 Non Unique Default SR_INSTANCE_ID, ENTITY_NAME, ATTRIBUTE_NAME, SOURCE_VALUE
MSC_XREF_MAPPING_U1 Unique Default SR_INSTANCE_ID, ENTITY_NAME, ATTRIBUTE_NAME, TARGET_VALUE, REFRESH_NUMBER
MSC_XREF_MAPPING_U2 Non Unique Default SR_INSTANCE_ID, ENTITY_NAME, ATTRIBUTE_NAME, SOURCE_VALUE, REFRESH_NUMBER Obsolete