MSC_PLAN_HIERARCHIES
This table is maintained by snapshot . The table is used to hold the list of Hierarchies the plan.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_PLAN_HIERARCHIES_PK |
PLAN_ID, HIERARCHY_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| PLAN_ID | NUMBER | Yes | Identifier for the plan | |
| HIERARCHY_ID | NUMBER | Yes | Identifier for Hierarchies in the plan | |
| AGGREGATE_FLAG | NUMBER | Flag to indicate if any of the aggregate levels in the hierarchy is a measure loaded level | ||
| ACTION_CODE | NUMBER | Indication whether a record has been deleted,Inserted or updated | ||
| 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_HIERARCHIES_U1 | Unique | Default | PLAN_ID, HIERARCHY_ID |