MSC_PLAN_HIERARCHY_LEVELS

This table is maintained by snapshot . The table is used to hold the list of levels for the various hierarchies in the plan.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_PLAN_HIERARCHY_LEVELS_PK

PLAN_ID, HIERARCHY_ID, LEVEL_ID

Columns

Name Datatype Length Not-null Comments
PLAN_ID NUMBER Yes Plan identifier
HIERARCHY_ID NUMBER Yes Hierarchy identifier of the hierarchy used for the plan
LEVEL_ID NUMBER Yes Level identifier of the level
PARENT_LEVEL_ID NUMBER Level identifier of the parent level.
ACTION_CODE NUMBER Indicates whether record has been deleted, inserted or updated
LORDER NUMBER Yes Indicates the Level Order in the Hierarchy
REFRESH_NUMBER NUMBER Identifier for the collection cycle
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_HIERARCHY_LEVELS_U1 Unique Default PLAN_ID, HIERARCHY_ID, LEVEL_ID