MSC_FORECAST_LEVELS

Engine Forecast Tree Configuration.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_FORECAST_LEVELS_PK

PROFILE_ID, FORE_LEVEL_ORDER

Columns

Name Datatype Length Precision Not-null Comments
PROFILE_ID NUMBER 18 Yes Profile identifier for Forecast Tree definition table
FORE_LEVEL_ORDER NUMBER 10 Yes Position number in the forecast tree from bottom to top
FIRST_DIMENSION_ID NUMBER 18 Yes First Dimension which will be used in the forecast tree (FK)
FIRST_HIERARCHY_ID NUMBER 18 Yes First Hierarchy which will be used in the forecast tree (FK)
FIRST_LEVEL_ID NUMBER 18 Yes Level ID from First Hierarchy Dimension which will be used in the forecast tree (FK)
SECOND_DIMENSION_ID NUMBER 18 Yes second Dimension which will be used in the forecast tree (FK)
SECOND_HIERARCHY_ID NUMBER 18 Yes Second Hierarchy which will be used in the forecast tree (FK)
SECOND_LEVEL_ID NUMBER 18 Yes Level ID from second Hierarchy Dimension which will be used in the forecast tree (FK)
IS_ACTIVE NUMBER 1 Specify whether level is active in the forecast tree . 0-No 1-Yes
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.
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_FORECAST_LEVELS msc_forecast_levels PROFILE_ID, FORE_LEVEL_ORDER
msc_forecast_levels msc_forecast_levels PROFILE_ID, FORE_LEVEL_ORDER

Indexes

Index Uniqueness Tablespace Columns
MSC_FORECAST_LEVELS_U1 Unique Default PROFILE_ID, FORE_LEVEL_ORDER, ORA_SEED_SET1
MSC_FORECAST_LEVELS_U11 Unique Default PROFILE_ID, FORE_LEVEL_ORDER, ORA_SEED_SET2