Search Results bom_calendar_shifts
Overview
The BOM_CALENDAR_SHIFTS table is a core data object within the Oracle E-Business Suite Bills of Material (BOM) module. It serves as the master definition table for work shift patterns associated with manufacturing calendars. This table is fundamental to the application's capacity planning and scheduling engine, defining the distinct operational shifts (e.g., Day, Night, Swing) that can be assigned to a specific workday calendar. Each shift record is uniquely tied to a calendar defined in the BOM_CALENDARS table, enabling precise modeling of an organization's available production time across multiple work periods per day.
Key Information Stored
The table's structure is designed to define shift identifiers within the context of a specific calendar. Its primary key is a composite of CALENDAR_CODE and SHIFT_NUM, ensuring uniqueness. The CALENDAR_CODE is a foreign key referencing BOM_CALENDARS, anchoring the shift to a specific calendar. The SHIFT_NUM is a sequential identifier for the shift within that calendar. While the provided ETRM metadata does not list all columns, the table's relationships imply it stores high-level shift definitions. Detailed shift timing (start/stop times, break patterns) is managed in related child tables, such as BOM_SHIFT_TIMES and BOM_SHIFT_EXCEPTIONS, which use this table's primary key as a foreign key reference.
Common Use Cases and Queries
This table is primarily accessed during manufacturing and capacity planning setups, and during runtime scheduling processes. Common operational and reporting queries involve listing all shifts for a given calendar, validating shift definitions, and integrating calendar data into capacity reports. A typical query to retrieve basic shift information for a calendar would be:
- SELECT calendar_code, shift_num FROM bom_calendar_shifts WHERE calendar_code = '&CALENDAR_CODE' ORDER BY shift_num;
In practice, direct data manipulation in this table is performed via the Oracle EBS user interface, typically through the "Calendar" forms in the Bills of Material or Capacity menus, which maintain referential integrity with all related tables. Reporting often involves joining this table to BOM_CALENDARS for calendar descriptions and to BOM_SHIFT_TIMES to analyze scheduled hours.
Related Objects
As indicated by the foreign key relationships, BOM_CALENDAR_SHIFTS is a central hub in the calendar data model. Its primary parent table is BOM_CALENDARS. It has several critical child tables that depend on its primary key: BOM_SHIFT_DATES (for assigning shifts to specific dates), BOM_SHIFT_TIMES (for detailed shift start/end times), BOM_SHIFT_EXCEPTIONS (for non-standard shift days), and BOM_WORKDAY_PATTERNS. This network of tables allows Oracle EBS to model complex, real-world manufacturing calendars with multiple shifts, exceptions, and precise timing, which is essential for accurate material requirements planning (MRP), capacity requirements planning (CRP), and shop floor scheduling.
-
Table: BOM_CALENDAR_SHIFTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDAR_SHIFTS, object_name:BOM_CALENDAR_SHIFTS, status:VALID, product: BOM - Bills of Material , description: Workday calendar shifts , implementation_dba_data: BOM.BOM_CALENDAR_SHIFTS ,
-
Table: BOM_CALENDAR_SHIFTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDAR_SHIFTS, object_name:BOM_CALENDAR_SHIFTS, status:VALID, product: BOM - Bills of Material , description: Workday calendar shifts , implementation_dba_data: BOM.BOM_CALENDAR_SHIFTS ,
-
Lookup Type: BOM_CALENDAR_SHIFTS
12.2.2
product: BOM - Bills of Material , meaning: BOM CALENDAR SHIFTS ,
-
Lookup Type: BOM_CALENDAR_SHIFTS
12.1.1
product: BOM - Bills of Material , meaning: BOM CALENDAR SHIFTS ,
-
APPS.BOM_COPY_CALENDAR dependencies on BOM_CALENDAR_SHIFTS
12.2.2
-
APPS.WIP_WS_PTPKPI_UTIL dependencies on BOM_CALENDAR_SHIFTS
12.2.2
-
APPS.WSH_CALENDAR_ACTIONS dependencies on BOM_CALENDAR_SHIFTS
12.2.2
-
APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on BOM_CALENDAR_SHIFTS
12.1.1
-
APPS.BOM_CALENDAR_API_BK dependencies on BOM_CALENDAR_SHIFTS
12.1.1
-
APPS.WIP_WS_LABOR_METRIC_PUB dependencies on BOM_CALENDAR_SHIFTS
12.2.2
-
APPS.BOM_CALENDARS_PKG dependencies on BOM_CALENDAR_SHIFTS
12.2.2
-
APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on BOM_CALENDAR_SHIFTS
12.2.2
-
APPS.WIP_WS_LABOR_METRIC_PUB dependencies on BOM_CALENDAR_SHIFTS
12.1.1
-
APPS.WIP_WS_PTPKPI_UTIL dependencies on BOM_CALENDAR_SHIFTS
12.1.1
-
APPS.WSH_CALENDAR_ACTIONS dependencies on BOM_CALENDAR_SHIFTS
12.1.1
-
APPS.BOM_CALENDARS_PKG dependencies on BOM_CALENDAR_SHIFTS
12.1.1
-
APPS.BOM_COPY_CALENDAR dependencies on BOM_CALENDAR_SHIFTS
12.1.1
-
APPS.BOM_CALENDAR_API_BK dependencies on BOM_CALENDAR_SHIFTS
12.2.2
-
APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on BOM_WORKDAY_PATTERNS
12.1.1
-
APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on BOM_WORKDAY_PATTERNS
12.2.2
-
APPS.BOM_CALENDAR_API_BK dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.BOM_COPY_CALENDAR dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.WSH_CALENDAR_ACTIONS dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WSH_CALENDAR_ACTIONS dependencies on BOM_SHIFT_TIMES
12.2.2
-
VIEW: APPS.BOM_CALENDAR_SHIFTS_DFV
12.2.2
-
VIEW: APPS.BOM_CALENDAR_SHIFTS_DFV
12.1.1
-
APPS.BOM_COPY_CALENDAR dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on BOM_SHIFT_TIMES
12.2.2
-
VIEW: BOM.BOM_CALENDAR_SHIFTS#
12.2.2
owner:BOM, object_type:VIEW, object_name:BOM_CALENDAR_SHIFTS#, status:VALID,
-
SYNONYM: APPS.BOM_CALENDAR_SHIFTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_CALENDAR_SHIFTS, status:VALID,
-
APPS.BOM_CALENDAR_API_BK dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.WSH_CALENDAR_ACTIONS dependencies on BOM_SHIFT_DATES
12.1.1
-
APPS.WSH_CALENDAR_ACTIONS dependencies on WSH_CALENDAR_ASSIGNMENTS
12.1.1
-
SYNONYM: APPS.BOM_CALENDAR_SHIFTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_CALENDAR_SHIFTS, status:VALID,
-
VIEW: APPS.BOM_RESOURCE_SHIFTS_V
12.1.1
-
APPS.WSH_CALENDAR_ACTIONS SQL Statements
12.2.2
-
APPS.WSH_CALENDAR_ACTIONS dependencies on WSH_CALENDAR_ASSIGNMENTS
12.2.2
-
APPS.WSH_CALENDAR_ACTIONS dependencies on BOM_SHIFT_DATES
12.2.2
-
VIEW: BOM.BOM_CALENDAR_SHIFTS#
12.2.2
-
VIEW: APPS.BOM_RESOURCE_SHIFTS_V
12.2.2
-
APPS.WSH_CALENDAR_ACTIONS SQL Statements
12.1.1
-
APPS.BOM_COPY_CALENDAR SQL Statements
12.2.2
-
TABLE: BOM.BOM_CALENDAR_SHIFTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDAR_SHIFTS, object_name:BOM_CALENDAR_SHIFTS, status:VALID,
-
Table: BOM_SHIFT_TIMES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_SHIFT_TIMES, object_name:BOM_SHIFT_TIMES, status:VALID, product: BOM - Bills of Material , description: Workday calendar shift times , implementation_dba_data: BOM.BOM_SHIFT_TIMES ,
-
APPS.BOM_CALENDAR_API_BK dependencies on BOM_SHIFT_DATES
12.1.1
-
Table: BOM_SHIFT_EXCEPTIONS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_SHIFT_EXCEPTIONS, object_name:BOM_SHIFT_EXCEPTIONS, status:VALID, product: BOM - Bills of Material , description: Workday calendar shift exceptions , implementation_dba_data: BOM.BOM_SHIFT_EXCEPTIONS ,
-
TABLE: BOM.BOM_CALENDAR_SHIFTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDAR_SHIFTS, object_name:BOM_CALENDAR_SHIFTS, status:VALID,
-
Table: BOM_WORKDAY_PATTERNS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_WORKDAY_PATTERNS, object_name:BOM_WORKDAY_PATTERNS, status:VALID, product: BOM - Bills of Material , description: On/Off workday patterns for calendars and shifts , implementation_dba_data: BOM.BOM_WORKDAY_PATTERNS ,
-
APPS.WIP_WS_LABOR_METRIC_PUB dependencies on BOM_RESOURCE_SHIFTS
12.1.1