MSC_CC_MASTER_ENTITIES

This table contains the list entities that can be monitored by CDC. It relates the entity name, entity id and phase.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_CC_MASTER_ENTITIES_PK

ENTITY

Columns

Name Datatype Length Precision Not-null Comments
ENTITY VARCHAR2 33 Yes Name of entity that can be monitored by CDC for collections.
ENTITY_SHORT_NAME VARCHAR2 10 Yes This is a long name for the entity.
PHASE NUMBER Yes Phase determines the collection order
STG_COLL_AVL_FLAG NUMBER 1 Flag used in planning collections. 1-Yes, 2-No.
RETRY_CYCLE_AVL_FLAG NUMBER 1 Flag indicates whether failed record can be reloaded in the current collection cycle. 1-Yes, 2-No.
ORG_SPECIFIC_FLAG NUMBER 1 This value indicates whether the entry is org specific. 1-Yes, 2-No.
COLL_AVL_FLAG NUMBER 1 Flag for checking whether collection is enable or not
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.
FLAT_FILE_NAME VARCHAR2 50 stores flat file name for respective entity
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.
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_bo_entity_map msc_cc_master_entities ENTITY
msc_cc_modified_entities msc_cc_master_entities ENTITY
msc_cc_entity_table_map msc_cc_master_entities ENTITY
msc_xref_mapping msc_cc_master_entities ENTITY_NAME

Indexes

Index Uniqueness Tablespace Columns
MSC_CC_MASTER_ENTITIES_U1 Unique Default ENTITY, ORA_SEED_SET1
MSC_CC_MASTER_ENTITIES_U11 Unique Default ENTITY, ORA_SEED_SET2