Search Results bom_shift_times
Overview
The BOM_SHIFT_TIMES table is a core data object within the Bills of Material (BOM) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as the detailed repository for defining the precise start and end times of individual shifts within a workday calendar. This table is essential for modeling manufacturing capacity and scheduling, as it provides the granular time-of-day data that, when combined with shift definitions and calendar dates, enables the system to calculate available production hours. Its role is to store the specific time intervals that constitute a shift, allowing for complex shift patterns that may include breaks or multiple time segments within a single work shift.
Key Information Stored
The table's structure is defined by a composite primary key and columns that capture time-specific data. The primary key columns, CALENDAR_CODE and SHIFT_NUM, uniquely identify the shift to which these times belong, linking directly to the BOM_CALENDAR_SHIFTS table. The core data is stored in the FROM_TIME and TO_TIME columns, which hold the beginning and ending times for a specific segment of a shift. A single shift defined in BOM_CALENDAR_SHIFTS can therefore have multiple corresponding rows in BOM_SHIFT_TIMES to model scenarios like a morning work period, a lunch break, and an afternoon work period.
Common Use Cases and Queries
This table is primarily accessed for capacity planning, detailed scheduling, and shop floor control reporting. A common use case is calculating the total available working hours for a resource on a given day by summing the duration (TO_TIME - FROM_TIME) for all time segments of its assigned shift. For reporting, it is often joined to calendar and shift tables to produce detailed shift schedules. A typical query pattern involves joining to BOM_CALENDAR_SHIFTS and BOM_CALENDAR_DATES to retrieve a complete working schedule.
- Sample Query: To list all time segments for a specific calendar and shift:
SELECT FROM_TIME, TO_TIME FROM BOM.BOM_SHIFT_TIMES WHERE CALENDAR_CODE = 'STANDARD' AND SHIFT_NUM = 1 ORDER BY FROM_TIME; - Reporting Use Case: Generating a detailed plant shift timetable for communication to manufacturing personnel, showing exact start, break, and end times.
Related Objects
The BOM_SHIFT_TIMES table has a direct and critical foreign key relationship with the BOM_CALENDAR_SHIFTS table, which defines the higher-level shift (e.g., Day Shift, Night Shift) within a calendar. This relationship enforces that a shift time must belong to a valid, pre-defined shift.
- Foreign Key to BOM_CALENDAR_SHIFTS: The table BOM_SHIFT_TIMES references BOM_CALENDAR_SHIFTS via the columns (CALENDAR_CODE, SHIFT_NUM). This is a many-to-one relationship where multiple time segments belong to one shift definition. This is the primary join path for most queries involving this table.
- Primary Key: The table's primary key, BOM_SHIFT_TIMES_PK, is on (CALENDAR_CODE, SHIFT_NUM, FROM_TIME, TO_TIME), ensuring the uniqueness of each time segment within a shift.
-
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 ,
-
Table: BOM_SHIFT_TIMES
12.2.2
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.MRP_UPDATE_RESOURCE dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.MRP_GRAPH_LINE_CAPACITY dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.OPI_DBI_RES_PKG dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WIP_WS_UTIL dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WIP_WS_DL_UTIL dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.EAM_WO_SCHEDULE_PVT dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.EAM_ASSIGN_EMP_PUB dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.INV_PP_DATECHECK_PVT dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.MRP_UPDATE_RESOURCE dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.AHL_VWP_TIMES_PVT dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.WIP_WS_PTPKPI_UTIL dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.WMS_WAVE_PLANNING_PVT dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.BOM_CALENDARS_PKG dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.WIP_WS_UTIL dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.EAM_WO_SCHEDULE_PVT dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.OPI_EDW_RES_UTIL_F_SZ dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.AHL_APPR_DEPT_SHIFTS_PUB dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WIP_WS_PTPKPI_UTIL dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.OPIMXRU dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.AHL_VWP_TIMES_PVT dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.AHL_LTP_RESRC_LEVL_PVT dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WMS_DATECHECK_PVT dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.EAM_RES_VALIDATE_PVT dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.EAM_RES_VALIDATE_PVT dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WMS_DATECHECK_PVT dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.MRP_RHX_RESOURCE_AVAILABILITY dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.BOM_COPY_CALENDAR dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.BOM_CALENDAR_API_BK dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WIP_INFRESSCHED_GRP dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.GMP_RSRC_AVL_PKG dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WIP_WPS_RES_INSTANCE_AVAIL dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WPS_RES_INSTANCE_AVAILABILITY dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.WIP_WPS_RES_INSTANCE_AVAIL dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.WPS_RES_INSTANCE_AVAILABILITY dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WIP_WS_LABOR_METRIC_PUB dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.AHL_VWP_DEPT_SHIFTS_PUB dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.AHL_APPR_DEPT_SHIFTS_PUB dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.MST_AUDIT_REP_EXCP dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.GMP_RSRC_AVL_PKG dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.AHL_AMP_WORKBENCH_PVT dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.MRP_GRAPH_LINE_CAPACITY dependencies on BOM_SHIFT_TIMES
12.2.2
-
APPS.EAM_ASSIGN_EMP_PUB dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.GMP_LEAD_TIME_CALCULATOR_PKG dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.WIP_WS_SHORTAGE dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.GMP_CALENDAR_API dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.BOM_COPY_CALENDAR dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.INV_PP_DATECHECK_PVT dependencies on BOM_SHIFT_TIMES
12.1.1