MSS_CALENDAR_EVENTS

This table stores delay/down calendar events.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_CALENDAR_EVENTS_PK

PLAN_ID, CALENDAR_ID, START_DATE

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Identifier of the Production Scheduling plan.
CALENDAR_ID NUMBER 18 Yes Reference to parent calendar ID.
EVENT_TYPE VARCHAR2 20 Yes Calendar event type. Valid values are: Delay/Down.
START_DATE TIMESTAMP Yes Start date of the Calendar Event.
END_DATE TIMESTAMP End date of the Calendar Event.
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_CALENDAR_EVENTS mss_calendars PLAN_ID, CALENDAR_ID

Indexes

Index Uniqueness Tablespace Columns
MSS_CALENDAR_EVENTS_U1 Unique Default PLAN_ID, CALENDAR_ID, START_DATE