Search Results rebagging in workday
The MSC_CALENDAR_EXCEPTIONS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component within the Manufacturing and Supply Chain (MSC) module, specifically designed to manage calendar exceptions for scheduling and planning purposes. This table stores deviations from standard working days and shifts, allowing organizations to define non-working periods, holidays, and other exceptions that impact production, procurement, and distribution schedules. Below is a detailed summary of its structure, functionality, and integration within Oracle EBS.
Purpose and Functional Overview
TheMSC_CALENDAR_EXCEPTIONS
table supports the Advanced Supply Chain Planning (ASCP) and other planning engines by providing a mechanism to exclude specific dates or time intervals from operational calendars. It ensures that planning algorithms account for non-working days, maintenance shutdowns, or other disruptions, thereby improving the accuracy of supply chain forecasts and schedules. This table works in conjunction with MSC_CALENDAR_DATES
and MSC_CALENDAR_SHIFTS
to define a comprehensive calendar framework.
Table Structure and Key Columns
The table comprises several columns that define exception types, effective dates, and associated calendar references. Key columns include:- EXCEPTION_ID: Primary key identifier for each exception record.
- CALENDAR_CODE: References the calendar to which the exception applies (e.g., 'GLOBAL', 'PLANT_1').
- EXCEPTION_TYPE: Indicates whether the exception is a holiday, shutdown, or custom non-working period.
- START_DATE and END_DATE: Define the date range for the exception.
- SHIFT_NUM: Specifies a particular shift affected by the exception (nullable if the exception applies to all shifts).
- DESCRIPTION: Free-text field for additional context.
- ORGANIZATION_ID: Links the exception to a specific inventory organization (optional).
Integration with Oracle EBS Modules
The table is primarily used by:- Advanced Supply Chain Planning (ASCP): Excludes exception dates from material and capacity planning calculations.
- Production Scheduling: Ensures work orders are not scheduled during defined downtime.
- Procurement Planning: Adjusts lead times to account for supplier holidays.
- Manual entry through Oracle's Planning Central or Supply Chain Planning UIs.
- Batch imports using APIs or data conversion tools.
- Integration with third-party workforce management systems.
Technical Considerations
- Performance: Indexes on
CALENDAR_CODE
,ORGANIZATION_ID
, and date columns optimize query performance for planning engines. - Data Integrity: Foreign key constraints link to
MSC_CALENDARS
andHR_ORGANIZATION_UNITS
. - Auditability: Creation and last update timestamps are maintained for compliance.
Example Use Case
A manufacturing plant defines an annual maintenance shutdown from December 25 to January 1 inMSC_CALENDAR_EXCEPTIONS
. During ASCP runs, no production orders are scheduled for this period, and procurement plans adjust delivery dates accordingly.
Conclusion
TheMSC_CALENDAR_EXCEPTIONS
table is a foundational element for realistic supply chain modeling in Oracle EBS, ensuring planning engines respect real-world operational constraints. Proper configuration of this table directly impacts the reliability of planning outputs and operational efficiency.
-
Table: MSC_CALENDAR_EXCEPTIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CALENDAR_EXCEPTIONS, object_name:MSC_CALENDAR_EXCEPTIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_CALENDAR_EXCEPTIONS stores exception dates for a calendar. You can define these exception dates to be working or non-working days. The workday calendar program uses this information to generate your workday calendar. , implementation_dba_data: MSC.MSC_CALENDAR_EXCEPTIONS ,
-
Table: MSC_CALENDAR_EXCEPTIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CALENDAR_EXCEPTIONS, object_name:MSC_CALENDAR_EXCEPTIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_CALENDAR_EXCEPTIONS stores exception dates for a calendar. You can define these exception dates to be working or non-working days. The workday calendar program uses this information to generate your workday calendar. , implementation_dba_data: MSC.MSC_CALENDAR_EXCEPTIONS ,
-
Table: MSC_ST_CALENDARS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_CALENDARS, object_name:MSC_ST_CALENDARS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This is an interface table for staging definition of workday calendars from Legacy Instances. The 'Pre-Processor' would then validate the data in this table and insert into MSC_CALENDARS.You can follow any of the four following type of quar , implementation_dba_data: MSC.MSC_ST_CALENDARS ,
-
Table: MSC_ST_CALENDARS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ST_CALENDARS, object_name:MSC_ST_CALENDARS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This is an interface table for staging definition of workday calendars from Legacy Instances. The 'Pre-Processor' would then validate the data in this table and insert into MSC_CALENDARS.You can follow any of the four following type of quar , implementation_dba_data: MSC.MSC_ST_CALENDARS ,
-
Table: MSC_PERIOD_START_DATES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PERIOD_START_DATES, object_name:MSC_PERIOD_START_DATES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar period start dates , implementation_dba_data: MSC.MSC_PERIOD_START_DATES ,
-
Table: MSC_PERIOD_START_DATES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PERIOD_START_DATES, object_name:MSC_PERIOD_START_DATES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar period start dates , implementation_dba_data: MSC.MSC_PERIOD_START_DATES ,
-
Table: MSC_CAL_YEAR_START_DATES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CAL_YEAR_START_DATES, object_name:MSC_CAL_YEAR_START_DATES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar yearly start dates , implementation_dba_data: MSC.MSC_CAL_YEAR_START_DATES ,
-
Table: MSC_CAL_YEAR_START_DATES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CAL_YEAR_START_DATES, object_name:MSC_CAL_YEAR_START_DATES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar yearly start dates , implementation_dba_data: MSC.MSC_CAL_YEAR_START_DATES ,
-
Table: MSC_CAL_WEEK_START_DATES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CAL_WEEK_START_DATES, object_name:MSC_CAL_WEEK_START_DATES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the workday calendar weekly start dates , implementation_dba_data: MSC.MSC_CAL_WEEK_START_DATES ,
-
Table: MSC_CAL_WEEK_START_DATES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CAL_WEEK_START_DATES, object_name:MSC_CAL_WEEK_START_DATES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the workday calendar weekly start dates , implementation_dba_data: MSC.MSC_CAL_WEEK_START_DATES ,
-
Table: MSC_SHIFT_TIMES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SHIFT_TIMES, object_name:MSC_SHIFT_TIMES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar shift times , implementation_dba_data: MSC.MSC_SHIFT_TIMES ,
-
Table: MSC_SHIFT_TIMES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SHIFT_TIMES, object_name:MSC_SHIFT_TIMES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar shift times , implementation_dba_data: MSC.MSC_SHIFT_TIMES ,
-
Table: MSC_SHIFT_EXCEPTIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SHIFT_EXCEPTIONS, object_name:MSC_SHIFT_EXCEPTIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar shift exceptions , implementation_dba_data: MSC.MSC_SHIFT_EXCEPTIONS ,
-
Table: MSC_SHIFT_DATES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SHIFT_DATES, object_name:MSC_SHIFT_DATES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar shift dates , implementation_dba_data: MSC.MSC_SHIFT_DATES ,
-
Table: MSC_CALENDAR_SHIFTS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CALENDAR_SHIFTS, object_name:MSC_CALENDAR_SHIFTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar shifts , implementation_dba_data: MSC.MSC_CALENDAR_SHIFTS ,
-
Table: MSC_SHIFT_EXCEPTIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SHIFT_EXCEPTIONS, object_name:MSC_SHIFT_EXCEPTIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar shift exceptions , implementation_dba_data: MSC.MSC_SHIFT_EXCEPTIONS ,
-
Table: MSC_SHIFT_DATES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SHIFT_DATES, object_name:MSC_SHIFT_DATES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar shift dates , implementation_dba_data: MSC.MSC_SHIFT_DATES ,
-
Table: MSC_CALENDAR_SHIFTS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CALENDAR_SHIFTS, object_name:MSC_CALENDAR_SHIFTS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Workday calendar shifts , implementation_dba_data: MSC.MSC_CALENDAR_SHIFTS ,
-
Table: MSC_CALENDARS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CALENDARS, object_name:MSC_CALENDARS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_CALENDARS stores the definition of your workday calendar.You can follow any of the four following type of quarters for your yearly calendar identified by Quarterly Calendar Type=1. 4-4-5 : quarterly pattern having two 4 weeks followedby , implementation_dba_data: MSC.MSC_CALENDARS ,
-
Table: MSC_WORKDAY_PATTERNS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_WORKDAY_PATTERNS, object_name:MSC_WORKDAY_PATTERNS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_WORKDAY_PATTERNS stores the days on/days off patterns for your calendar and your shifts. You can define multiple days on/days off to form a repetitive pattern. The calendar compile program (MSCPCL) will create a workday calendar based o , implementation_dba_data: MSC.MSC_WORKDAY_PATTERNS ,
-
Table: MSC_CALENDARS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_CALENDARS, object_name:MSC_CALENDARS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_CALENDARS stores the definition of your workday calendar.You can follow any of the four following type of quarters for your yearly calendar identified by Quarterly Calendar Type=1. 4-4-5 : quarterly pattern having two 4 weeks followedby , implementation_dba_data: MSC.MSC_CALENDARS ,
-
Table: MSC_WORKDAY_PATTERNS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_WORKDAY_PATTERNS, object_name:MSC_WORKDAY_PATTERNS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: MSC_WORKDAY_PATTERNS stores the days on/days off patterns for your calendar and your shifts. You can define multiple days on/days off to form a repetitive pattern. The calendar compile program (MSCPCL) will create a workday calendar based o , implementation_dba_data: MSC.MSC_WORKDAY_PATTERNS ,
-
View: MSC_PDR_MAT_RES_EXC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_MAT_RES_EXC_V, object_name:MSC_PDR_MAT_RES_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_MAT_RES_EXC_V ,
-
View: MSC_PDR_MAT_RES_EXC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_MAT_RES_EXC_V, object_name:MSC_PDR_MAT_RES_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_MAT_RES_EXC_V ,
-
View: MSC_PDR_LATE_ORDER_EXC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_LATE_ORDER_EXC_V, object_name:MSC_PDR_LATE_ORDER_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_LATE_ORDER_EXC_V ,
-
View: MSC_PDR_LATE_ORDER_EXC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_LATE_ORDER_EXC_V, object_name:MSC_PDR_LATE_ORDER_EXC_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_LATE_ORDER_EXC_V ,
-
View: MSC_PDR_RESOURCE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_RESOURCE_DETAILS_V, object_name:MSC_PDR_RESOURCE_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_RESOURCE_DETAILS_V ,
-
View: MSC_PDR_RESOURCE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_RESOURCE_DETAILS_V, object_name:MSC_PDR_RESOURCE_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_RESOURCE_DETAILS_V ,
-
Lookup Type: DRP_HORIZONTAL_PLAN_TYPE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: DRP HORIZONTAL PLAN TYPE ,
-
Lookup Type: DRP_HORIZONTAL_PLAN_TYPE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: DRP HORIZONTAL PLAN TYPE ,
-
View: MSC_PDR_ITEM_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_ITEM_DETAILS_V, object_name:MSC_PDR_ITEM_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_ITEM_DETAILS_V ,
-
View: MSC_PDR_ITEM_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_ITEM_DETAILS_V, object_name:MSC_PDR_ITEM_DETAILS_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_ITEM_DETAILS_V ,
-
View: MSC_PDR_VERT_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_VERT_LIST_V, object_name:MSC_PDR_VERT_LIST_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_VERT_LIST_V ,
-
Lookup Type: MSC_DRP_HORIZONTAL_PLAN_TYPE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: Horizontal Plan Row types , description: Horizontal Plan Row types ,
-
Lookup Type: MSC_DRP_HORIZONTAL_PLAN_TYPE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: Horizontal Plan Row types , description: Horizontal Plan Row types ,
-
View: MSC_PDR_VERT_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_VERT_LIST_V, object_name:MSC_PDR_VERT_LIST_V, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_PDR_VERT_LIST_V ,
-
Table: MSC_ITEM_SOURCING
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SOURCING, object_name:MSC_ITEM_SOURCING, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores sourcing information for an item used in Oracle Advanced Planning and Scheduling. This table is also used to store Sourcing information for in line vehicle sequencing (ILVS) in the Supply Chain Hub product. , implementation_dba_data: MSC.MSC_ITEM_SOURCING ,
-
Table: MSC_ITEM_SOURCING
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_ITEM_SOURCING, object_name:MSC_ITEM_SOURCING, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores sourcing information for an item used in Oracle Advanced Planning and Scheduling. This table is also used to store Sourcing information for in line vehicle sequencing (ILVS) in the Supply Chain Hub product. , implementation_dba_data: MSC.MSC_ITEM_SOURCING ,
-
Lookup Type: MSC_SD_VIEW_ROW_TYPE
12.1.1
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SD_VIEW_ROW_TYPE ,
-
Lookup Type: MSC_SD_VIEW_ROW_TYPE
12.2.2
product: MSC - Advanced Supply Chain Planning , meaning: MSC_SD_VIEW_ROW_TYPE ,
-
Table: MSC_PLAN_ORGANIZATIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORGANIZATIONS, object_name:MSC_PLAN_ORGANIZATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the parameters relative to organizations that participate to the plan in Oracle Advanced Planning and Scheduling (APS). This table also contains the different companies which are collaborating in a supply or demand plan in , implementation_dba_data: MSC.MSC_PLAN_ORGANIZATIONS ,
-
Table: MSC_PLAN_ORGANIZATIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_PLAN_ORGANIZATIONS, object_name:MSC_PLAN_ORGANIZATIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table stores the parameters relative to organizations that participate to the plan in Oracle Advanced Planning and Scheduling (APS). This table also contains the different companies which are collaborating in a supply or demand plan in , implementation_dba_data: MSC.MSC_PLAN_ORGANIZATIONS ,
-
Table: MSC_WORKBENCH_DISPLAY_OPTIONS
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_WORKBENCH_DISPLAY_OPTIONS, object_name:MSC_WORKBENCH_DISPLAY_OPTIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: User display preferences for Planner Workbench in APS and horizontal plan screen in Supply Chain Hub. , implementation_dba_data: MSC.MSC_WORKBENCH_DISPLAY_OPTIONS ,
-
Table: MSC_WORKBENCH_DISPLAY_OPTIONS
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_WORKBENCH_DISPLAY_OPTIONS, object_name:MSC_WORKBENCH_DISPLAY_OPTIONS, status:VALID, product: MSC - Advanced Supply Chain Planning , description: User display preferences for Planner Workbench in APS and horizontal plan screen in Supply Chain Hub. , implementation_dba_data: MSC.MSC_WORKBENCH_DISPLAY_OPTIONS ,
-
Table: MSC_FORM_QUERY
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_FORM_QUERY, object_name:MSC_FORM_QUERY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Temporaray table used in computation of results in Oracle Advanced planning and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_FORM_QUERY ,
-
Table: MSC_FORM_QUERY
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_FORM_QUERY, object_name:MSC_FORM_QUERY, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Temporaray table used in computation of results in Oracle Advanced planning and Oracle Supply Chain Hub products. , implementation_dba_data: MSC.MSC_FORM_QUERY ,
-
Table: MSC_COMPANY_SITE_ID_LID
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_COMPANY_SITE_ID_LID, object_name:MSC_COMPANY_SITE_ID_LID, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table contains the link between the company site identifier in the source and thecompany site identifier generated in APS. , implementation_dba_data: MSC.MSC_COMPANY_SITE_ID_LID ,
-
Table: MSC_COMPANY_SITE_ID_LID
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_COMPANY_SITE_ID_LID, object_name:MSC_COMPANY_SITE_ID_LID, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table contains the link between the company site identifier in the source and thecompany site identifier generated in APS. , implementation_dba_data: MSC.MSC_COMPANY_SITE_ID_LID ,
-
View: MSC_ITEM_UOMS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ITEM_UOMS_VIEW, object_name:MSC_ITEM_UOMS_VIEW, status:VALID, product: MSC - Advanced Supply Chain Planning , implementation_dba_data: APPS.MSC_ITEM_UOMS_VIEW ,
-
Table: MSC_COMPANY_ID_LID
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_COMPANY_ID_LID, object_name:MSC_COMPANY_ID_LID, status:VALID, product: MSC - Advanced Supply Chain Planning , description: Table which contains the link between the company identifier in the source ERP system and the company identifier generated in APS. , implementation_dba_data: MSC.MSC_COMPANY_ID_LID ,