MSC_SOP_LEVEL_MEMBERS

This table saves the dummy level member ids for aggregation in SOP plan

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_SOP_LEVEL_MEMBERS_PK

LEVEL_ID, LEVEL_MEMBER_ID, LOWER_LEVEL_ID

Columns

Name Datatype Length Precision Not-null Comments
LEVEL_ID NUMBER 20 Yes LEVEL_ID : Identifier for the level to which plan is to be aggregated.
LEVEL_MEMBER_ID NUMBER 20 Yes LEVEL_MEMBER_ID : Identifier for the parent/aggregate level member
LOWER_LEVEL_ID NUMBER 20 Yes LOWER_LEVEL_ID : Identifier for the level at which pseudo level member has been created for the aggregate level member.
LOWER_LEVEL_MEMBER_ID NUMBER 20 Yes LOWER_LEVEL_MEMBER_ID : Identifier of the pseudo level member created for the aggregate 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_SOP_LEVEL_MEMBERS_U1 Unique Default LEVEL_ID, LEVEL_MEMBER_ID, LOWER_LEVEL_ID
MSC_SOP_LEVEL_MEMBERS_U2 Unique Default LOWER_LEVEL_ID, LOWER_LEVEL_MEMBER_ID