MSC_DP_COLL_CYCLE_STATUS

ODS table to store the Collections cycle status of DP Collections jobs. Snapshot team will read this table to get the cycle status of DP Collections.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_DP_COLL_CYCLE_STATUS_PK

REFRESH_NUMBER, ENTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
REFRESH_NUMBER NUMBER 18 Yes Refresh Number of the DP Collections process
COLL_MODE NUMBER 2 Yes Mode of the DP Collections job. 1 is Target Refresh and 2 is Incremental.
ENTITY_ID NUMBER 18 Yes ID of the Entity. In case of Measures, it will be Measure ID in case of Price lists, it will be Price List ID, etc.
ENTITY_TYPE VARCHAR2 33 Yes Name of the Entity.
FILTER_START_DT DATE Start date of the Date Filter
FILTER_END_DT DATE End date of the Date Filter
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_DP_COLL_CYCLE_STATUS_U1 Unique Default REFRESH_NUMBER, ENTITY_ID