Search Results bom_calendars
Overview
The BOM_CALENDARS table is a foundational data object within the Oracle E-Business Suite (EBS) Bills of Material (BOM) module. It serves as the master repository for workday calendar definitions. These calendars are critical for modeling manufacturing and business operations, as they define the standard working days, shifts, and exceptions used for scheduling, capacity planning, lead time calculations, and inventory activities. The table's central role is evidenced by its numerous foreign key relationships across the BOM, Inventory (INV), and Shipping (WSH) modules, making it a key integration point for time-based functionality in the supply chain.
Key Information Stored
The table's primary identifier is the CALENDAR_CODE column, which is the unique key for each calendar definition. While the provided ETRM excerpt does not list all columns, standard implementation columns such as LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY are invariably present. The core business columns typically include a descriptive CALENDAR_NAME, an optional DESCRIPTION, and potentially a START_DATE_ACTIVE and END_DATE_ACTIVE to control the calendar's validity period. The specific workday patterns, shift details, and exception dates are not stored directly in this table but are defined in its related child tables, with BOM_CALENDARS acting as the header record.
Common Use Cases and Queries
This table is primarily referenced for setup validation, reporting, and as a constraint in transactional data entry. A common administrative query is to list all active calendars for a setup review. For example: SELECT calendar_code, description FROM bom_calendars WHERE SYSDATE BETWEEN NVL(start_date_active, SYSDATE) AND NVL(end_date_active, SYSDATE);. In a manufacturing scheduling context, a query might join BOM_CALENDARS to BOM_CALENDAR_DATES to verify the workday pattern for a specific date range. Furthermore, integration points are often validated by checking if a calendar code referenced in MTL_PARAMETERS (the organization parameters) exists in BOM_CALENDARS, ensuring data integrity for inventory cycle counting and planning.
Related Objects
As documented in the ETRM, BOM_CALENDARS has a primary key relationship with numerous child and reference tables. The CALENDAR_CODE column is referenced by the following key objects:
- BOM_CALENDAR_DATES: Stores individual dates and their workday status for a calendar.
- BOM_CALENDAR_EXCEPTIONS: Defines specific non-working day exceptions.
- BOM_CALENDAR_SHIFTS: Holds shift definitions within the calendar.
- BOM_WORKDAY_PATTERNS: Contains the repeating pattern of workdays.
- MTL_PARAMETERS: Links the organization to its default calendar (CALENDAR_CODE).
- MTL_CYCLE_COUNT_HEADERS: References a specific calendar for scheduling counts (CYCLE_COUNT_CALENDAR).
- WSH_CALENDAR_ASSIGNMENTS: Assigns calendars to shipping entities.
- Additional date boundary tables: BOM_CAL_WEEK_START_DATES, BOM_CAL_YEAR_START_DATES, and BOM_PERIOD_START_DATES.
-
Table: BOM_CALENDARS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDARS, object_name:BOM_CALENDARS, status:VALID, product: BOM - Bills of Material , description: Workday calendars , implementation_dba_data: BOM.BOM_CALENDARS ,
-
Table: BOM_CALENDARS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDARS, object_name:BOM_CALENDARS, status:VALID, product: BOM - Bills of Material , description: Workday calendars , implementation_dba_data: BOM.BOM_CALENDARS ,
-
APPS.AHL_APPR_DEPT_SHIFTS_PUB dependencies on BOM_CALENDARS
12.1.1
-
APPS.GMP_RSRC_AVL_PKG dependencies on BOM_CALENDARS
12.2.2
-
APPS.AHL_LTP_RESRC_LEVL_PVT dependencies on BOM_CALENDARS
12.2.2
-
APPS.AHL_VWP_DEPT_SHIFTS_PUB dependencies on BOM_CALENDARS
12.2.2
-
APPS.GMP_RSRC_AVL_PKG dependencies on BOM_CALENDARS
12.1.1
-
APPS.AHL_LTP_RESRC_LEVL_PVT dependencies on BOM_CALENDARS
12.1.1
-
APPS.BOM_CALENDARS_PKG dependencies on BOM_CALENDARS
12.1.1
-
APPS.MRP_MRPRPROP_XMLP_PKG dependencies on BOM_CALENDARS
12.2.2
-
APPS.EAM_OTL_TIMECARD_PUB dependencies on BOM_CALENDARS
12.1.1
-
APPS.AHL_APPR_DEPT_SHIFTS_PUB dependencies on BOM_CALENDARS
12.2.2
-
APPS.WIP_INFRESSCHED_GRP dependencies on BOM_CALENDARS
12.2.2
-
APPS.EAM_OTL_TIMECARD_PUB dependencies on BOM_CALENDARS
12.2.2
-
APPS.AHL_VWP_DEPT_SHIFTS_PUB dependencies on BOM_CALENDARS
12.1.1
-
APPS.RRS_IMPORT_INTERFACE_PKG dependencies on BOM_CALENDARS
12.2.2
-
APPS.AHL_VWP_TIMES_PVT dependencies on BOM_CALENDARS
12.1.1
-
APPS.GMP_CALENDAR_API dependencies on BOM_CALENDARS
12.1.1
-
APPS.WIP_INFRESSCHED_GRP dependencies on BOM_CALENDARS
12.1.1
-
APPS.GMP_RESOURCE_DTL_PUB dependencies on BOM_CALENDARS
12.1.1
-
APPS.BOM_CALENDAR_API_BK dependencies on BOM_CALENDARS
12.1.1
-
APPS.GME_GANTT_PKG dependencies on BOM_CALENDARS
12.2.2
-
APPS.GMP_CALENDAR_API dependencies on BOM_CALENDARS
12.2.2
-
APPS.BOM_CALENDAR_API_BK dependencies on BOM_CALENDARS
12.2.2
-
APPS.AHL_VWP_TIMES_PVT dependencies on BOM_CALENDARS
12.2.2
-
APPS.GME_GANTT_PKG dependencies on BOM_CALENDARS
12.1.1
-
APPS.GMP_RESOURCE_DTL_PUB dependencies on BOM_CALENDARS
12.2.2
-
APPS.BOM_CALENDARS_PKG dependencies on BOM_CALENDARS
12.2.2
-
APPS.RRS_SITE_INFO dependencies on BOM_CALENDARS
12.2.2
-
APPS.RRS_SITE_INFO dependencies on BOM_CALENDARS
12.1.1
-
APPS.MRP_MRPRPROP_XMLP_PKG dependencies on BOM_CALENDARS
12.1.1
-
APPS.PO_ASL_API_GRP dependencies on BOM_CALENDARS
12.2.2
-
APPS.GMP_CALENDAR_API SQL Statements
12.1.1
-
APPS.GMP_CALENDAR_API dependencies on BOM_SHIFT_DATES
12.1.1
-
APPS.GMP_CALENDAR_API dependencies on BOM_SHIFT_DATES
12.2.2
-
APPS.GMP_CALENDAR_API SQL Statements
12.2.2
-
APPS.GMP_CALENDAR_API dependencies on BOM_SHIFT_TIMES
12.1.1
-
APPS.GMP_CALENDAR_API dependencies on BOM_SHIFT_TIMES
12.2.2
-
VIEW: APPS.BOM_CALENDARS_DFV
12.1.1
-
VIEW: APPS.BOM_CALENDARS_DFV
12.2.2
-
APPS.GME_GANTT_PKG dependencies on MTL_PARAMETERS
12.2.2
-
APPS.GME_GANTT_PKG dependencies on MTL_PARAMETERS
12.1.1
-
APPS.WIP_INFRESSCHED_GRP dependencies on MTL_PARAMETERS
12.2.2
-
VIEW: BOM.BOM_CALENDARS#
12.2.2
owner:BOM, object_type:VIEW, object_name:BOM_CALENDARS#, status:VALID,
-
View: BOM_CALENDARS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_CALENDARS_VIEW, object_name:BOM_CALENDARS_VIEW, status:VALID, product: BOM - Bills of Material , description: View of BOM_CALENDARS table , implementation_dba_data: APPS.BOM_CALENDARS_VIEW ,
-
SYNONYM: APPS.BOM_CALENDARS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_CALENDARS, status:VALID,
-
View: BOM_CALENDARS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_CALENDARS_VIEW, object_name:BOM_CALENDARS_VIEW, status:VALID, product: BOM - Bills of Material , description: View of BOM_CALENDARS table , implementation_dba_data: APPS.BOM_CALENDARS_VIEW ,
-
VIEW: APPS.BOM_CALENDARS_VIEW
12.2.2
-
VIEW: APPS.BOM_CALENDARS_VIEW
12.1.1
-
SYNONYM: APPS.BOM_CALENDARS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_CALENDARS, status:VALID,