Search Results bom_departments
The BOM_DEPARTMENTS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Bills of Material (BOM) module, serving as a foundational component for manufacturing and inventory management. This table stores department-level information that facilitates routing, work definition, and resource allocation in discrete and process manufacturing environments. Below is a detailed analysis of its purpose, structure, key columns, and integration within Oracle EBS.
Purpose and Functional Role
The BOM_DEPARTMENTS table defines departments or work centers where manufacturing operations are performed. These departments act as logical or physical locations within a plant where resources (labor, machines) are grouped to execute specific tasks in a production routing. The table supports:- Routing Definitions: Departments are assigned to routing operations in BOM_OPERATION_ROUTINGS.
- Resource Scheduling: Links to BOM_RESOURCES to allocate labor, machines, or tools.
- Costing: Departments are associated with overhead costs in CST_DEPARTMENT_OVERHEADS.
- Work Execution: Used in Work in Process (WIP) modules to track job progress.
Key Columns and Structure
The table includes columns that define department attributes and control operational behavior:- DEPARTMENT_ID: Primary key, uniquely identifying the department.
- ORGANIZATION_ID: Links to HR_ORGANIZATION_UNITS, tying the department to an inventory organization.
- DEPARTMENT_CODE: User-assigned identifier (e.g., "ASSY01" for Assembly Line 1).
- DESCRIPTION: Detailed name or purpose of the department.
- LOCATION_ID: Optional reference to a physical location (HR_LOCATIONS).
- DISABLE_DATE: Inactivates the department when populated.
- ATTRIBUTE_CATEGORY/ATTRIBUTE1-15: Flexfields for custom extensions.
Integration with Other Modules
BOM_DEPARTMENTS integrates with core EBS functionalities:- BOM Module: Departments are assigned to operations in BOM_OPERATION_SEQUENCES.
- Cost Management: Overhead rates are applied per department via CST_DEPARTMENT_OVERHEADS.
- Work in Process (WIP): WIP jobs reference departments for scheduling and reporting.
- Capacity Planning: Departments serve as buckets for resource capacity in MRP_CRP_DEPARTMENT.
Technical Considerations
- Indexes: Key indexes include BOM_DEPARTMENTS_U1 (DEPARTMENT_ID) and BOM_DEPARTMENTS_N1 (ORGANIZATION_ID).
- APIs: The BOM_DEPARTMENT_PUB package provides PL/SQL APIs for CRUD operations.
- Audit Columns: CREATION_DATE, LAST_UPDATE_DATE, and CREATED_BY track changes.
Customization and Extensions
Implementers often extend the table via:- Descriptive Flexfields (DFFs): Add organization-specific attributes.
- Triggers: Enforce business rules (e.g., validate department codes).
- Views: Create custom joins with BOM_RESOURCES or WIP_DISCRETE_JOBS.
Conclusion
The BOM_DEPARTMENTS table is a linchpin in Oracle EBS manufacturing workflows, enabling granular control over production processes. Its design supports scalability, integration with costing and planning modules, and extensibility through flexfields. Proper configuration of departments ensures accurate routing, resource utilization, and cost accumulation, making it indispensable for complex manufacturing environments.-
Table: BOM_DEPARTMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENTS, object_name:BOM_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: Departments , implementation_dba_data: BOM.BOM_DEPARTMENTS ,
-
Table: BOM_DEPARTMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENTS, object_name:BOM_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: Departments , implementation_dba_data: BOM.BOM_DEPARTMENTS ,
-
View: BOMFV_MFG_DEPARTMENT_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_DEPARTMENT_RESOURCES, object_name:BOMFV_MFG_DEPARTMENT_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_DEPARTMENT_RESOURCES ,
-
View: BOMFV_MFG_DEPARTMENT_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_DEPARTMENT_RESOURCES, object_name:BOMFV_MFG_DEPARTMENT_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_DEPARTMENT_RESOURCES ,
-
View: BOM_OPERATION_NETWORKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_NETWORKS_V, object_name:BOM_OPERATION_NETWORKS_V, status:VALID, product: BOM - Bills of Material , description: Operation networks view , implementation_dba_data: APPS.BOM_OPERATION_NETWORKS_V ,
-
View: BOM_OPERATION_NETWORKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_NETWORKS_V, object_name:BOM_OPERATION_NETWORKS_V, status:VALID, product: BOM - Bills of Material , description: Operation networks view , implementation_dba_data: APPS.BOM_OPERATION_NETWORKS_V ,
-
Table: CST_EAM_BALANCE_BY_ACCOUNTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_EAM_BALANCE_BY_ACCOUNTS, object_name:CST_EAM_BALANCE_BY_ACCOUNTS, status:VALID, product: BOM - Bills of Material , description: Estimated Cost Information by WIP Accounting Class Accounts , implementation_dba_data: BOM.CST_EAM_BALANCE_BY_ACCOUNTS ,
-
Table: CST_STD_COST_ADJ_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_TEMP, object_name:CST_STD_COST_ADJ_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary table for standard cost adjustment , implementation_dba_data: BOM.CST_STD_COST_ADJ_TEMP ,
-
Table: BOM_STANDARD_OPERATIONS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STANDARD_OPERATIONS, object_name:BOM_STANDARD_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: Standard operations , implementation_dba_data: BOM.BOM_STANDARD_OPERATIONS ,
-
Table: CST_STD_COST_ADJ_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_TEMP, object_name:CST_STD_COST_ADJ_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary table for standard cost adjustment , implementation_dba_data: BOM.CST_STD_COST_ADJ_TEMP ,
-
Table: CST_DEPARTMENT_OVERHEADS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_DEPARTMENT_OVERHEADS, object_name:CST_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: Department overhead cost definition , implementation_dba_data: BOM.CST_DEPARTMENT_OVERHEADS ,
-
Table: CST_DEPARTMENT_OVERHEADS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_DEPARTMENT_OVERHEADS, object_name:CST_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: Department overhead cost definition , implementation_dba_data: BOM.CST_DEPARTMENT_OVERHEADS ,
-
Table: CST_STD_COST_ADJ_DEBUG
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_DEBUG, object_name:CST_STD_COST_ADJ_DEBUG, status:VALID, product: BOM - Bills of Material , description: Table to store intermediate data when debugging standard cost update process , implementation_dba_data: BOM.CST_STD_COST_ADJ_DEBUG ,
-
Table: CST_EAM_BALANCE_BY_ACCOUNTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_EAM_BALANCE_BY_ACCOUNTS, object_name:CST_EAM_BALANCE_BY_ACCOUNTS, status:VALID, product: BOM - Bills of Material , description: Estimated Cost Information by WIP Accounting Class Accounts , implementation_dba_data: BOM.CST_EAM_BALANCE_BY_ACCOUNTS ,
-
Table: BOM_STANDARD_OPERATIONS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STANDARD_OPERATIONS, object_name:BOM_STANDARD_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: Standard operations , implementation_dba_data: BOM.BOM_STANDARD_OPERATIONS ,
-
View: BOMBV_MFG_RESOURCE_SHIFTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_RESOURCE_SHIFTS, object_name:BOMBV_MFG_RESOURCE_SHIFTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_RESOURCE_SHIFTS ,
-
Table: CST_STD_COST_ADJ_VALUES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_VALUES, object_name:CST_STD_COST_ADJ_VALUES, status:VALID, product: BOM - Bills of Material , description: Standard cost adjustment value computed by standard cost update , implementation_dba_data: BOM.CST_STD_COST_ADJ_VALUES ,
-
Table: CST_STD_COST_ADJ_DEBUG
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_DEBUG, object_name:CST_STD_COST_ADJ_DEBUG, status:VALID, product: BOM - Bills of Material , description: Table to store intermediate data when debugging standard cost update process , implementation_dba_data: BOM.CST_STD_COST_ADJ_DEBUG ,
-
Table: CST_ITEM_COST_DETAILS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COST_DETAILS, object_name:CST_ITEM_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Item cost detail information , implementation_dba_data: BOM.CST_ITEM_COST_DETAILS ,
-
View: BOMBV_MFG_RESOURCE_SHIFTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_RESOURCE_SHIFTS, object_name:BOMBV_MFG_RESOURCE_SHIFTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_RESOURCE_SHIFTS ,
-
Table: CST_STD_COST_ADJ_VALUES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_VALUES, object_name:CST_STD_COST_ADJ_VALUES, status:VALID, product: BOM - Bills of Material , description: Standard cost adjustment value computed by standard cost update , implementation_dba_data: BOM.CST_STD_COST_ADJ_VALUES ,
-
View: CST_XLA_DEPARTMENT_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_DEPARTMENT_REF_V, object_name:CST_XLA_DEPARTMENT_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_DEPARTMENT_REF_V ,
-
View: CST_XLA_DEPARTMENT_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_DEPARTMENT_REF_V, object_name:CST_XLA_DEPARTMENT_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_DEPARTMENT_REF_V ,
-
View: CST_XLA_CHARGE_DEPT_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_CHARGE_DEPT_REF_V, object_name:CST_XLA_CHARGE_DEPT_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_CHARGE_DEPT_REF_V ,
-
Table: BOM_DEPARTMENT_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENT_RESOURCES, object_name:BOM_DEPARTMENT_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources associated with departments , implementation_dba_data: BOM.BOM_DEPARTMENT_RESOURCES ,
-
Table: CST_ITEM_COST_DETAILS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COST_DETAILS, object_name:CST_ITEM_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Item cost detail information , implementation_dba_data: BOM.CST_ITEM_COST_DETAILS ,
-
View: BOMFV_MFG_RESOURCE_SHIFTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_RESOURCE_SHIFTS, object_name:BOMFV_MFG_RESOURCE_SHIFTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_RESOURCE_SHIFTS ,
-
Table: CST_ITEM_CST_DTLS_INTERFACE
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_CST_DTLS_INTERFACE, object_name:CST_ITEM_CST_DTLS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost detail information , implementation_dba_data: BOM.CST_ITEM_CST_DTLS_INTERFACE ,
-
Table: BOM_DEPARTMENT_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENT_RESOURCES, object_name:BOM_DEPARTMENT_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources associated with departments , implementation_dba_data: BOM.BOM_DEPARTMENT_RESOURCES ,
-
Table: CST_ITEM_CST_DTLS_INTERFACE
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_CST_DTLS_INTERFACE, object_name:CST_ITEM_CST_DTLS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost detail information , implementation_dba_data: BOM.CST_ITEM_CST_DTLS_INTERFACE ,
-
View: BOMFV_MFG_RESOURCE_SHIFTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_RESOURCE_SHIFTS, object_name:BOMFV_MFG_RESOURCE_SHIFTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_RESOURCE_SHIFTS ,
-
View: CST_XLA_CHARGE_DEPT_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_CHARGE_DEPT_REF_V, object_name:CST_XLA_CHARGE_DEPT_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_CHARGE_DEPT_REF_V ,
-
View: BOMBV_MFG_SHIFT_MODIFICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_SHIFT_MODIFICATIONS, object_name:BOMBV_MFG_SHIFT_MODIFICATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_SHIFT_MODIFICATIONS ,
-
View: BOMBV_MFG_DEPARTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_DEPARTMENTS, object_name:BOMBV_MFG_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_DEPARTMENTS ,
-
View: BOMFV_MFG_SHIFT_MODIFICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_SHIFT_MODIFICATIONS, object_name:BOMFV_MFG_SHIFT_MODIFICATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_SHIFT_MODIFICATIONS ,
-
View: CSTBV_MFG_DEPARTMENT_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTBV_MFG_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_DEPARTMENT_OVERHEADS ,
-
Table: BOM_OPERATION_SEQUENCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES, object_name:BOM_OPERATION_SEQUENCES, status:VALID, product: BOM - Bills of Material , description: Routing operations , implementation_dba_data: BOM.BOM_OPERATION_SEQUENCES ,
-
Table: BOM_OPERATION_SEQUENCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES, object_name:BOM_OPERATION_SEQUENCES, status:VALID, product: BOM - Bills of Material , description: Routing operations , implementation_dba_data: BOM.BOM_OPERATION_SEQUENCES ,
-
View: BOM_EAM_DEPT_APPROVERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EAM_DEPT_APPROVERS_VL, object_name:BOM_EAM_DEPT_APPROVERS_VL, status:VALID, product: BOM - Bills of Material , description: This view shows the association between the departments and resposibility which receive notifications when a work request is created. , implementation_dba_data: APPS.BOM_EAM_DEPT_APPROVERS_VL ,
-
View: BOMBV_MFG_DEPARTMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_DEPARTMENTS, object_name:BOMBV_MFG_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_DEPARTMENTS ,
-
View: BOMFV_MFG_SHIFT_MODIFICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_SHIFT_MODIFICATIONS, object_name:BOMFV_MFG_SHIFT_MODIFICATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_SHIFT_MODIFICATIONS ,
-
View: CSTBV_MFG_DEPARTMENT_OVERHEADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTBV_MFG_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_DEPARTMENT_OVERHEADS ,
-
View: BOMBV_MFG_SHIFT_MODIFICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_SHIFT_MODIFICATIONS, object_name:BOMBV_MFG_SHIFT_MODIFICATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_SHIFT_MODIFICATIONS ,
-
View: BOM_EAM_DEPT_APPROVERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EAM_DEPT_APPROVERS_VL, object_name:BOM_EAM_DEPT_APPROVERS_VL, status:VALID, product: BOM - Bills of Material , description: This view shows the association between the departments and resposibility which receive notifications when a work request is created. , implementation_dba_data: APPS.BOM_EAM_DEPT_APPROVERS_VL ,
-
View: BOMFV_STANDARD_RTG_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_STANDARD_RTG_OPERATIONS, object_name:BOMFV_STANDARD_RTG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_STANDARD_RTG_OPERATIONS ,
-
View: BOM_DEPARTMENTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_DEPARTMENTS_ALL_V, object_name:BOM_DEPARTMENTS_ALL_V, status:VALID, product: BOM - Bills of Material , description: View for department list of values - all records , implementation_dba_data: APPS.BOM_DEPARTMENTS_ALL_V ,
-
View: BOMBV_MFG_DEPARTMENT_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_DEPARTMENT_RESOURCES, object_name:BOMBV_MFG_DEPARTMENT_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_DEPARTMENT_RESOURCES ,
-
View: BOMBV_MFG_DEPARTMENT_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_DEPARTMENT_RESOURCES, object_name:BOMBV_MFG_DEPARTMENT_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_DEPARTMENT_RESOURCES ,
-
View: BOMFV_STANDARD_RTG_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_STANDARD_RTG_OPERATIONS, object_name:BOMFV_STANDARD_RTG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_STANDARD_RTG_OPERATIONS ,
-
View: BOM_DEPARTMENTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_DEPARTMENTS_ALL_V, object_name:BOM_DEPARTMENTS_ALL_V, status:VALID, product: BOM - Bills of Material , description: View for department list of values - all records , implementation_dba_data: APPS.BOM_DEPARTMENTS_ALL_V ,