MSC_DELETE_LOGS

This table stores the records deleted while running incremental collections

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_DELETE_LOGS_PK

TABLE_NAME, ROW_ID, REFRESH_NUMBER

Columns

Name Datatype Length Not-null Comments
TABLE_NAME VARCHAR2 30 Yes Table in which record is deleted
ROW_ID VARCHAR2 300 Yes Row identifier of the record being deleted.
KEY_COLS VARCHAR2 500 String of comma seperated key columns for the specific entity
KEY_COL_VALUE VARCHAR2 300 String of comma seperated values for the respective keycols.
REFRESH_NUMBER NUMBER Yes Refresh number after incremental collections for delete logs
ENTITY_NAME VARCHAR2 33 Entity name to which delete logs are collected.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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_DELETE_LOGS_U1 Unique Default TABLE_NAME, ROW_ID, REFRESH_NUMBER