MSC_COLL_ENTITY_MODE
This table will store the collection mode determined for an entity when collection is run in Auto mode.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_COLL_ENTITY_MODE_PK |
REFRESH_NUMBER, ENTITY |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REFRESH_NUMBER | NUMBER | 18 | Yes | Collection cycle id | |
ENTITY | VARCHAR2 | 33 | Yes | Entity name | |
COLLECTION_MODE | VARCHAR2 | 32 | Collection cycle mode in which the entity should run for cycle id | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_COLL_ENTITY_MODE_U1 | Unique | Default | REFRESH_NUMBER, ENTITY |