WIS_WC_PROD_CALENDARS

This table stores the association of production calendars that are used to override the default plant calendar. The associated calendars use effectivity dates to determine when they are effective.

Details

  • Schema: FUSION

  • Object owner: WIS

  • Object type: TABLE

  • Tablespace: wis_wc_prod_calendars

Primary Key

Name Columns

WIS_WC_PROD_CALENDARS_PK

WC_PROD_CALENDAR_ID

Columns

Name Datatype Length Precision Not-null Comments
WC_PROD_CALENDAR_ID NUMBER 18 Yes The unique identifier of the work center production calendars record. Its value is an application generated unique id.
WORK_CENTER_ID NUMBER 18 Yes Represents the work center identifier that is the foreign key to the WIS_WORK_CENTERS_B table.
MFG_CALENDAR_ID NUMBER 18 Yes Schedule / Calendar for Manufacturing usage. Manufacturing calendars must be of type 'Time'. This is a foreign key to the ZMM_SR_SCHEDULES_B table.
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.
EFFECTIVE_FROM_DATE DATE Represents the date on which this production calendar becomes effective for this work center. The calendar is only effective during the time between the effective_from_date thru the effective_to_date.
EFFECTIVE_TO_DATE DATE Represents the last date on which this production calendar is effective for this work center. The calendar is only effective during the time between the effective_from_date thru the effective_to_date.
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
WIS_WC_PROD_CALENDARS wis_work_centers_b WORK_CENTER_ID
WIS_WC_PROD_CALENDARS zmm_sr_schedules_b MFG_CALENDAR_ID

Indexes

Index Uniqueness Tablespace Columns
WIS_WC_PROD_CALENDARS_N01 Non Unique Default WORK_CENTER_ID, EFFECTIVE_FROM_DATE, EFFECTIVE_TO_DATE
WIS_WC_PROD_CALENDARS_U01 Unique Default WC_PROD_CALENDAR_ID