MSC_PLAN_TABLES

This table is maintained by snapshot . The table is used to hold the list of PDS Table names for the different granularities and dimensions

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_PLAN_TABLES_PK

PLAN_ID, ENTITY_TYPE, ENTITY_ID

Columns

Name Datatype Length Not-null Comments
ENTITY_TYPE VARCHAR2 30 Yes Type of Entity: Dimension,Measure Data,SharedDataMatrix,Overide
PLAN_ID NUMBER Yes This column stores the identifier for the plan
ENTITY_ID NUMBER Yes Identifier for the Entity : For Dimensions:Dimension_id,For Measures:Granularity_id
PDS_TABLE_NAME VARCHAR2 30 Yes This column stores the name of table in PDS
PARTITION_INFO VARCHAR2 4000 This column stores the partition information and additional level columns for the plan table.
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_PLAN_TABLES_U1 Unique Default PLAN_ID, ENTITY_TYPE, ENTITY_ID