Search Results bom_departments
Overview
The BOM_DEPARTMENTS table is a core master data table within the Oracle E-Business Suite Bills of Material (BOM) module. It serves as the central repository for defining manufacturing and service departments across inventory organizations. A department represents a distinct physical area or logical grouping within a plant or facility where specific operations, such as assembly, machining, or inspection, are performed. This table is fundamental to defining routing and operational sequences for manufactured items, assigning resources and overheads for costing, and supporting capacity planning and shop floor control. Its integrity is critical for the seamless functioning of manufacturing, cost management, and related enterprise asset management processes.
Key Information Stored
The table's primary identifier is the DEPARTMENT_ID column, which serves as the system-generated primary key (BOM_DEPARTMENTS_PK). Business-unique identification is enforced by a unique key (BOM_DEPARTMENTS_UK1) on the combination of DEPARTMENT_CODE and ORGANIZATION_ID, ensuring department codes are unique within each inventory organization. Key columns include ORGANIZATION_ID, which links the department to a specific inventory organization defined in MTL_PARAMETERS, and LOCATION_ID, which optionally ties the department to a physical address in HR_LOCATIONS_ALL. Other typical attributes stored are the department description, inactive date, and various creation and last update audit columns.
Common Use Cases and Queries
This table is central to numerous manufacturing and costing transactions. Common use cases include defining and maintaining the list of active departments for an organization, setting up routing operations, and assigning departmental overhead rates for product costing. A typical query retrieves all active departments for a specific organization to populate a list of values (LOV) in a form or report. For example:
SELECT department_code, description
FROM bom_departments
WHERE organization_id = :p_org_id
AND NVL(disable_date, SYSDATE+1) > SYSDATE
ORDER BY department_code;
Another critical use is in cost rollup and analysis, where transactional data from cost tables is joined to BOM_DEPARTMENTS to report costs by department. Integration with Oracle Asset Tracking and Service also relies on this table to associate work with specific service departments.
Related Objects
As indicated by its extensive foreign key relationships, BOM_DEPARTMENTS is a heavily referenced master table. Key dependent objects include:
- BOM_OPERATION_SEQUENCES / BOM_STANDARD_OPERATIONS: Define the specific manufacturing steps performed in a department.
- BOM_DEPARTMENT_RESOURCES: Assigns machines, labor, or other resources to a department.
- CST_DEPARTMENT_OVERHEADS, CST_ITEM_COST_DETAILS: Core tables for assigning and storing manufacturing cost data by department.
- MRP_PLANNED_RESOURCE_REQS: Used in capacity planning for resources within departments.
- AHL_VISITS_B, AHL_VISIT_TASKS_B, CS_INCIDENTS_ALL_B: Link service and maintenance work to specific departments in the Service and Complex Maintenance products.
-
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_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_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_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: 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: 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 ,
-
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 ,
-
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 ,
-
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 ,
-
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: 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 ,
-
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: 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_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 ,
-
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_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 ,
-
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.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 ,
-
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 ,
-
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: 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 ,
-
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: 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: 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: 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: 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 ,
-
View: BOM_DEPARTMENTS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_DEPARTMENTS_VAL_V, object_name:BOM_DEPARTMENTS_VAL_V, status:VALID, product: BOM - Bills of Material , description: View for department list of values - only enabled records , implementation_dba_data: APPS.BOM_DEPARTMENTS_VAL_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 ,