MSS_AGGREGATED_FLOW_SCHEDULES

This table stores the aggregated flow schedules generated from the Production Scheduling Engine.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_AGG_FLOW_SCHEDULES_PK

PLAN_ID, AGGREGATED_FLOW_SCHEDULE_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Identifier of the Production Scheduling plan.
AGGREGATED_FLOW_SCHEDULE_ID NUMBER 18 Yes The unique identifier of an aggregated flow schedule.
PRODUCTION_LINE_ID NUMBER 18 Yes Foreign key to MSS_PRODUCTION_LINES.
SCHEDULED_START_DATE TIMESTAMP Yes Scheduled start date of the aggregated flow schedule.
SCHEDULED_END_DATE TIMESTAMP Yes Scheduled completion date of the aggregated flow schedule.
NUM_OF_FLOW_SCHEDULES NUMBER 10 Yes Number of flow schedules in this aggregate.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MSS_AGGREGATED_FLOW_SCHEDULES mss_production_lines PLAN_ID, PRODUCTION_LINE_ID
mss_work_orders mss_aggregated_flow_schedules PLAN_ID, AGGREGATED_FLOW_SCHEDULE_ID

Indexes

Index Uniqueness Tablespace Columns
MSS_AGG_FLOW_SCHEDULES_U1 Unique Default PLAN_ID, AGGREGATED_FLOW_SCHEDULE_ID