MSC_DIM_CSTMHRCHY_LLMD

Hierarchy table to store the Lowest Level Member Data of Custom Hierarchies

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_DIM_CSTMHRCHY_LLMD_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 given level of the given hierarchy
ID NUMBER Yes ID of the current level member of the given hierarchy
NAME VARCHAR2 500 Name of the level member of the given hierarchy
PARENT_LEVEL_ID NUMBER Parent level id of the current level member
PARENT_ID NUMBER Parent ID of the current level member
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_LLMD_N1 Non Unique Default LEVEL_ID, NAME
MSC_DIM_CSTMHRCHY_LLMD_U1 Unique Default DIMENSION_ID, HIERARCHY_ID, LEVEL_ID, ID