MSC_PLAN_SCHEDULES

This table stroes information related to schedules

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_PLAN_SCHEDULES_PK

TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
TRANSACTION_ID NUMBER 18 Yes Unique transaction id. Surrogate key for this table.
PLAN_ID NUMBER 18 Yes Identifies the plan that owns these schedule rows - foreign key to msc_plan_definitions
ORGANIZATION_ID NUMBER 18 Yes Organization id. Set to -23453 for schedules that are not organization-specific.
INPUT_SCHEDULE_ID NUMBER 18 Yes Unique schedule id. The table that this references is determined by the value of DESIGNATOR_TYPE.
INPUT_TYPE NUMBER Yes Identifies the input type of the schedule.
DESIGNATOR_TYPE NUMBER Yes Schedule type: 2=Production, 6=External, 7=Demand, 8=SOP, 9=ROP, 10=PS
INTERPLANT_DEMAND_FLAG NUMBER Indicates if the interplant demand is used. 1= Yes, 2= No
SCENARIO_SET NUMBER 18 Identifies the scenario set to be used in calculations.
PROBABILITY NUMBER 18 Indicates the probability value of the schedule.
DEMAND_VARIABILITY_TYPE NUMBER Indicates demand variability measure of the schedule.
MAPE_VALUE NUMBER 18 Indicates the mape value of the schedules.
SHIP_TO NUMBER 18 Indicates ship to type. 2=Production, 6=External, 7=Demand, 8=SOP, 9=ROP, 10=PS
INCLUDE_TARGET_DEMANDS NUMBER Indicates if the target demand is used. 1= Yes, 2= No
INCLUDE_PLN_ORD NUMBER Indicates if planned orders are used. 1= Yes, 2= No
INCLUDE_PO NUMBER Indicates if purchase orders are used. 1= Yes, 2= No
DEMAND_PLAN_OUTPUT NUMBER 18 Identifies the measure id for the demand plan output.
SUPPLY_PLAN_INPUT NUMBER 18 Identifies the measure id for the supply plan input.
END_ITEM_DEM_MEASURE_ID NUMBER 18 Store the measure id of the selected measure in the 'End Item Demand' LOV on the 'Demand Measures' popup dialog
INDEP_DEM_MEASURE_ID NUMBER 18 Identifies the measure id of the Independent Demand Measure in the demand schedule.
OPTION_DEMAND_MEASURE_ID NUMBER 18 Store the measure id of the selected measure in the 'Option Demand' LOV on the 'Demand Measures' popup dialog
PLANNING_PERCENT_MEASURE_ID NUMBER 18 Store the measure id of the selected measure in the 'Planning Percentage' LOV on the 'Demand Measures' popup dialog
MAD_OR_MAPE_MEASURE_TYPE NUMBER 1 Store the type of the selected measure in the 'MAD or MAPE' LOV on the 'Forecast Accuracy Measures' popup dialog. 1 for MAD, 2 for MAPE
MAD_OR_MAPE_MEASURE_ID NUMBER 18 Store the measure id of the selected measure in the 'MAD or MAPE' LOV on the 'Forecast Accuracy Measures' popup dialog
INTERMITTENT_DEM_MEASURE_ID NUMBER 18 Store the measure id of the selected measure in the 'Intermittent Demand' LOV on the 'Forecast Accuracy Measures' popup dialog
AVG_ARRIVAL_TIME_MEASURE_ID NUMBER 18 Store the measure id of the selected measure in the 'Average Interarrival Time' LOV on the 'Forecast Accuracy Measures' popup dialog
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
CONSUME_COM_FCST_FLAG NUMBER Indicate whether to consume common forecast without attribution by project/task sales order.
POLICY_PARAMETERS NUMBER Replenishment plan type flag for if policy values to be used from selected demand schedule
REPL_DEMAND_SCHEDULES NUMBER Flag to indicate if the replenishment plan will also be used as a demand schedule, 0 = No, 1 = Yes, only applies to replenishment plan types
INCLUDE_PS_RESULTS_FLAG NUMBER 1 Include Production Scheduling results in the next plan run. 1 = Yes, 2 / null = No
FIRM_HORIZON_DAYS NUMBER The number of days for which the planned orders from the input production schedule are considered by the supply plan. Only used when designator_type=10 (Production Schedule).

Indexes

Index Uniqueness Tablespace Columns
MSC_PLAN_SCHEDULES_U1 Unique Default TRANSACTION_ID
MSC_PLAN_SCHEDULES_U2 Unique Default PLAN_ID, INPUT_SCHEDULE_ID