MSC_DIM_CSTMHRCHY_SHTL
MSC table used to store the relationship between the lowest level-id and parent-id for all Custom Hierarchy levels.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_DIM_CSTMHRCHY_SHTL_PK |
DIMENSION_ID, HIERARCHY_ID, LEVEL_ID, ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
DIMENSION_ID | NUMBER | Yes | Dimension ID of the given hierarchy | |
HIERARCHY_ID | NUMBER | Yes | Hierarchy ID of the given hierarchy | |
LEVEL_ID | NUMBER | Yes | Level ID of the current level of the given hierarchy | |
ID | NUMBER | Yes | ID of the current level of the given hierarchy | |
NAME | VARCHAR2 | 500 | Name of the current level member of the given hierarchy | |
PARENT_LEVEL_ID | NUMBER | Level ID of the parent member of the current level | ||
PARENT_ID | NUMBER | Parent level ID of the current level | ||
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_DIM_CSTMHRCHY_SHTL_U1 | Unique | Default | DIMENSION_ID, HIERARCHY_ID, LEVEL_ID, ID |