MSC_CC_ENTITY_TABLE_MAP

This table is used for reference by the Fusion Collection process. This relates the entities to be monitored to the actual tables to be monitored by CDC.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_CC_ENTITY_TABLE_MAP_PK

ENTITY, TABLE_NAME

Columns

Name Datatype Length Precision Not-null Comments
ENTITY VARCHAR2 33 Yes The entity name that may be monitored for fusion collection.
TABLE_NAME VARCHAR2 33 Yes A table that is associated with this entity.
TABLE_TYPE VARCHAR2 1 Yes This is 'D' or 'S' depending on whether the entity is a source or destination entity.
LID_TABLE_NAME VARCHAR2 33 Contains the lid table name of table.
WHERE_CLAUSE VARCHAR2 1000 Provide the where clause for purging ODS table 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_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
DATE_COLUMN_NAME VARCHAR2 30 Provides the Time Dimension column name for purging ODS table program
MV_LOG_NEEDED NUMBER 1 mv log needed.
DFF_SUPPORTED NUMBER 1 Column to verify if DFF is supported for this entity table combination.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
KEY_TABLE_FLAG NUMBER 1 Indicates if the table is used for key preservation
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
MSC_CC_ENTITY_TABLE_MAP msc_cc_master_entities ENTITY
MSC_CC_ENTITY_TABLE_MAP msc_cc_tables TABLE_NAME

Indexes

Index Uniqueness Tablespace Columns
MSC_CC_ENTITY_TABLE_MAP_U1 Unique Default ENTITY, TABLE_NAME, ORA_SEED_SET1
MSC_CC_ENTITY_TABLE_MAP_U11 Unique Default ENTITY, TABLE_NAME, ORA_SEED_SET2