MSC_LEVELS_B

ODS table to store the details of all the levels of the supported dimensions. The table stores the seeded and user-defined levels.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_LEVELS_B_PK

LEVEL_ID

Columns

Name Datatype Length Precision Not-null Comments
LEVEL_ID NUMBER Yes Unique identifier of the given Level.
LEVEL_POS_NUM NUMBER 1 Yes Position of the given level -> 1 - Lowest, 2 - Top Most, 3 - Intermediate.
DIMENSION_ID NUMBER Identifier of the Dimension to which the level belongs to.
ODS_COLUMN_NAME VARCHAR2 30 The key value retrieved by Collections module by supplying user-key values.
DATA_SOURCE_VIEW VARCHAR2 30 Source View that gives the details/data of the given Level. View is used by Collections and consumers.
MEMBER_IDENTIFIER VARCHAR2 200 Column to support the Display of the description in Tables and Graphs.
USER_KEYCOL1_VALUE VARCHAR2 50 User key input1 to retrieve the key value.
USER_KEYCOL2_VALUE VARCHAR2 50 User key input2 to retrieve the key value.
USER_KEYCOL3_VALUE VARCHAR2 50 User key input3 to retrieve the key value.
BUCKET_TYPE NUMBER 2 Stores the type of bucket for Time dimension. 1 for Manufacturing Calendar Day, 2 for Manufacturing Calendar Week and 3 for Manufacturing Calendar Period.
CUSTOM NUMBER Indicates whether the current Level is Custom or seeded -> 1 - Yes, 2 - No.
IS_WTM_LEVEL NUMBER 1 A value of 1 signifies that the level is created based on the week to month internal calendar while null or 2 signifies it is not.
IS_END_DMD_LEVEL NUMBER 1 A value of 1 signifies that the level is created based on the End Demand while null or 2 signifies it is not.
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.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
msc_levels_tl msc_levels_b LEVEL_ID
msc_measure_dim_params msc_levels_b LEVEL_ID
msc_association_context msc_levels_b LEVEL_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_LEVELS_B_U1 Unique Default LEVEL_ID, ORA_SEED_SET1
MSC_LEVELS_B_U11 Unique Default LEVEL_ID, ORA_SEED_SET2