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 ,
-
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 ,
-
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 ,
-
Table: BOM_CALENDAR_EXCEPTIONS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDAR_EXCEPTIONS, object_name:BOM_CALENDAR_EXCEPTIONS, status:VALID, product: BOM - Bills of Material , description: Workday calendar exceptions , implementation_dba_data: BOM.BOM_CALENDAR_EXCEPTIONS ,
-
Table: BOM_CALENDAR_EXCEPTIONS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDAR_EXCEPTIONS, object_name:BOM_CALENDAR_EXCEPTIONS, status:VALID, product: BOM - Bills of Material , description: Workday calendar exceptions , implementation_dba_data: BOM.BOM_CALENDAR_EXCEPTIONS ,
-
Table: BOM_CAL_YEAR_START_DATES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CAL_YEAR_START_DATES, object_name:BOM_CAL_YEAR_START_DATES, status:VALID, product: BOM - Bills of Material , description: Workday calendar yearly start dates , implementation_dba_data: BOM.BOM_CAL_YEAR_START_DATES ,
-
Table: BOM_PERIOD_START_DATES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_PERIOD_START_DATES, object_name:BOM_PERIOD_START_DATES, status:VALID, product: BOM - Bills of Material , description: Workday calendar period start dates , implementation_dba_data: BOM.BOM_PERIOD_START_DATES ,
-
Table: BOM_CAL_WEEK_START_DATES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CAL_WEEK_START_DATES, object_name:BOM_CAL_WEEK_START_DATES, status:VALID, product: BOM - Bills of Material , description: Workday calendar weekly start dates , implementation_dba_data: BOM.BOM_CAL_WEEK_START_DATES ,
-
Table: BOM_CAL_WEEK_START_DATES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CAL_WEEK_START_DATES, object_name:BOM_CAL_WEEK_START_DATES, status:VALID, product: BOM - Bills of Material , description: Workday calendar weekly start dates , implementation_dba_data: BOM.BOM_CAL_WEEK_START_DATES ,
-
Table: BOM_PERIOD_START_DATES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_PERIOD_START_DATES, object_name:BOM_PERIOD_START_DATES, status:VALID, product: BOM - Bills of Material , description: Workday calendar period start dates , implementation_dba_data: BOM.BOM_PERIOD_START_DATES ,
-
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 ,
-
Table: BOM_WORKDAY_PATTERNS
12.1.1
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 ,
-
Table: BOM_CALENDAR_DATES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDAR_DATES, object_name:BOM_CALENDAR_DATES, status:VALID, product: BOM - Bills of Material , description: Workday calendar dates , implementation_dba_data: BOM.BOM_CALENDAR_DATES ,
-
Table: BOM_CALENDAR_DATES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CALENDAR_DATES, object_name:BOM_CALENDAR_DATES, status:VALID, product: BOM - Bills of Material , description: Workday calendar dates , implementation_dba_data: BOM.BOM_CALENDAR_DATES ,
-
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 ,
-
Table: BOM_CAL_YEAR_START_DATES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_CAL_YEAR_START_DATES, object_name:BOM_CAL_YEAR_START_DATES, status:VALID, product: BOM - Bills of Material , description: Workday calendar yearly start dates , implementation_dba_data: BOM.BOM_CAL_YEAR_START_DATES ,
-
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 ,