MSC_PLAN_ARCHIVE_MEASURES

This table is maintained by snapshot . This table hold the data of each measures needs to be archived and the archived measures with archive id.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_PLAN_ARCHIVE_MEASURES_PK

ARCHIVE_ID, MEASURE_ID

Columns

Name Datatype Length Not-null Comments
ARCHIVE_ID NUMBER Yes Indentifies each archives of data tables with archive ID
PLAN_ID NUMBER Identifies the plan id for which data is archived
MEASURE_ID NUMBER Yes Identifies the measureID which are achived
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_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.
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_PLAN_ARCHIVE_MEASURES_U1 Unique Default ARCHIVE_ID, MEASURE_ID