MSC_PRD_LEVEL_MEMBERS

This is an intermediate table to manage the partitions of the PRD level members in the target mode. This is not a user facing table.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MSC_PRD_LEVEL_MEMBERS_PK

HIERARCHY_ID, LEVEL_ID, LEVEL_MEMBER_ID, ROOT_MEMBER_ID

Columns

Name Datatype Length Precision Not-null Comments
HIERARCHY_ID NUMBER Yes Unique identifier of the given hierarchy.
LEVEL_ID NUMBER Yes Identifier of the level of the given level member.
LEVEL_MEMBER_ID NUMBER Yes Unique identifier of the given level member.
ROOT_MEMBER_ID NUMBER Yes Root member ID is the same as the category set id for the product dimension. This column does not apply to other dimensions.
PARENT_LEVEL_ID NUMBER ID of the parent level of the current level.
PARENT_LEVEL_MEMBER_ID NUMBER ID of the parent level member of the current level member.
LEVEL_NUMBER NUMBER 5 Denotes the level number of the current level.
IS_LEAF_LEVEL NUMBER 1 Denotes whether the given Level is leaf level or not. A leaf level is the last level in the given tree.
LAST_REFRESH_NUMBER NUMBER Yes Stores the refresh number of the last hierarchy tree process.
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_PRD_LEVEL_MEMBERS_U1 Unique Default HIERARCHY_ID, LEVEL_ID, LEVEL_MEMBER_ID, ROOT_MEMBER_ID
MSC_PRD_LEVEL_MEMBERS_U2 Unique Default HIERARCHY_ID, LEVEL_ID, LEVEL_MEMBER_ID, PARENT_LEVEL_ID, PARENT_LEVEL_MEMBER_ID