MSC_FORECAST_PROFILES_B

Stores the details of the Engine forecast profiles configuration.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_FORECAST_PROFILES_B_PK

PROFILE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PROFILE_ID NUMBER 18 Yes Profile identifier for Forecast Profiles Configuration table.
INP_GLOB_PROP NUMBER 18 Yes INP_GLOB_PROP for Forecast Profiles Configuration table.
INP_PREDICTION_STATUS NUMBER 18 Yes INP_PREDICTION_STATUS for Forecast Profiles Configuration table.
OUT_LEVEL_ID NUMBER 18 Yes OUT_LEVEL_ID for Forecast Profiles Configuration table.
OUT_OUTLIER NUMBER 18 Yes OUT_OUTLIER for Forecast Profiles Configuration table.
OUT_MODELS NUMBER 18 Yes OUT_MODELS for Forecast Profiles Configuration table.
OUT_MAPE NUMBER 18 Yes Column for MAPE statistical calculation result per forecasted combination.
OUT_MAD NUMBER 18 Yes Column for MAD statistical calculation result per forecasted combination.
OUT_BIAS NUMBER 18 Yes Column for BIAS statistical calculation result per forecasted combination.
OUT_IS_INTERM NUMBER 18 Yes Denotes the measure defining intermittency.
OUT_INTERVAL_TIME NUMBER 18 Yes Measure for output interval time, related to intermittent.
OUT_BATCH_SIZE NUMBER 18 Yes Measure for output batch size, related to intermittent.
OUT_AVG_INT_TIME NUMBER 18 Yes Measure for Average Interarrival Time, related to intermittent.
OUT_FORECAST NUMBER 18 Yes OUT_FORECAST for Forecast Profiles Configuration table.
OUT_FORECAST_OUTLIER NUMBER 18 Yes OUT_FORECAST_OUTLIER for Forecast Profiles Configuration table.
OUT_REGIME_CHANGE NUMBER 18 Yes OUT_REGIME_CHANGE for Forecast Profiles Configuration table.
OUT_FCM_WEIGHT NUMBER 18 OUT_FCM_WEIGHT for the forecast profile configuration.
OUT_FORECAST_D NUMBER 18 OUT_FORECAST_D for the forecast profile configuration.
OUT_FORECAST_OUTLIER_D NUMBER 18 OUT_FORECAST_OUTLIER_D for the configuration of forecast profile.
OUT_REGIME_CHANGE_D NUMBER 18 OUT_REGIME_CHANGE_D for the configuration of forecast profile.
OUT_FORECAST_D_TOTAL NUMBER 18 OUT_FORECAST_D_TOTAL for the configuration of forecast profile.
OUT_COMPLEXITY NUMBER 18 OUT_COMPLEXITY for the configuration of forecast profile.
INP_HISTORY NUMBER 18 Yes INP_HISTORY for Forecast Profiles Configuration table.
HIST_START_METHOD NUMBER 1 HIST_START_METHOD for Forecast Profiles Configuration table.
HIST_START_DATE DATE HIST_START_DATE for Forecast Profiles Configuration table.
HIST_END_DAYS NUMBER 10 HIST_END_DAYS for Forecast Profiles Configuration table.
HIST_START_REL_DAYS NUMBER 10 HIST_START_REL_DAYS for Forecast Profiles Configuration table.
FORE_LOCKED_PERIODS NUMBER 18 FORE_LOCKED_PERIODS for Forecast Profiles Configuration table. Active
GENERATE_FORECAST NUMBER 18 Yes Column for the Generate Forecast flag.
IS_SEEDED NUMBER 1 Specifies whether the Forecast Profile is a seeded one or created by user.
TABLE_ID NUMBER 18 forecasting table identifier selected for the profile.
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.
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.
ENABLED_WORK_AREA VARCHAR2 20 Help to identify the profile enabled for the work areas. e.g., 1, 3, 5.
MACHINE_LRNG_TYPE NUMBER 2 Selected Machine Learning Type of a profile.
OUT_MODEL_ACC NUMBER 18 Model Accuracy measure required for the cross-product machine learning profile.
OUT_FEATURE_IMP NUMBER 18 Feature Importance measure required for the cross-product machine learning profile.
OUT_TUNED_SETTINGS NUMBER 18 Tuned settings measure for the forecast profile with the hyperparameter tuning configuration.
OUT_TUNED NUMBER 18 Tuned forecast measure for the forecast profile with the hyperparameter tuning configuration.
OUT_TUNED_BASE_MAPE NUMBER 18 Tuned Base MAPE measure for statistical calculation result per forecasted combination participating in the hyperparameter tuning before tuning is done.
OUT_TUNED_BEST_MAPE NUMBER 18 Tuned Best MAPE measure for statistical calculation optimal result per forecasted combination participating in the hyperparameter tuning after tuning is done.
OUT_TUNED_DATE_MEASURE_ID NUMBER 18 Last Attempt at Tuning Measure for the forecast profile with the hyperparameter tuning configuration.
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_fcstprf_method_params msc_forecast_profiles_b PROFILE_ID
msc_fcstprf_eng_param_values msc_forecast_profiles_b PROFILE_ID
msc_profile_method_params_b msc_forecast_profiles_b PROFILE_ID
msc_fcstprf_methods msc_forecast_profiles_b PROFILE_ID
msc_fcstprf_measure_ctlg msc_forecast_profiles_b PROFILE_ID
msc_forecast_profiles_tl msc_forecast_profiles_b PROFILE_ID

Indexes

Index Uniqueness Tablespace Columns
MSC_FORECAST_PROFILES_B_U1 Unique Default PROFILE_ID, ORA_SEED_SET1
MSC_FORECAST_PROFILES_B_U11 Unique Default PROFILE_ID, ORA_SEED_SET2