Search Results bom_department_resources
Overview
The BOM_DEPARTMENT_RESOURCES table is a core data structure within the Oracle E-Business Suite Bills of Material (BOM) module. It serves as the definitive junction table that establishes the association between manufacturing departments and the resources available within them. This relationship is fundamental to modeling the production floor, enabling capacity planning, detailed scheduling, and cost roll-ups. The table's integrity is enforced by its primary key and multiple foreign key relationships, making it a central hub for manufacturing execution and planning data.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of DEPARTMENT_ID and RESOURCE_ID. This unique combination ensures that a specific resource is assigned to a department only once. While the provided metadata does not list all columns, the foreign key relationships reveal other critical data points stored. The ATP_RULE_ID column links to the MTL_ATP_RULES table, indicating the Available-to-Promise rule governing the resource, which is crucial for order promising and supply chain planning. The table's primary role is to maintain this essential many-to-many relationship between departments (BOM_DEPARTMENTS) and resources (BOM_RESOURCES).
Common Use Cases and Queries
This table is primarily accessed for manufacturing capacity analysis, shop floor scheduling, and cost accounting. A common reporting requirement is to list all resources within a specific department for capacity review. A typical query would join BOM_DEPARTMENT_RESOURCES with BOM_DEPARTMENTS and BOM_RESOURCES. For instance, to find resources in a 'Assembly' department, one might use: SELECT br.resource_code, br.description FROM bom_department_resources bdr, bom_departments bd, bom_resources br WHERE bdr.department_id = bd.department_id AND bdr.resource_id = br.resource_id AND bd.department_code = 'ASSEMBLY';. The table is also critical for back-end processes in Capacity Requirements Planning (CRP) and Manufacturing Resource Planning (MRP), as evidenced by its relationships to CRP_PLANNED_RESOURCES and MRP_WIP_RESOURCES.
Related Objects
BOM_DEPARTMENT_RESOURCES is a highly referenced table with extensive integration across manufacturing and planning modules. Its primary parent tables are BOM_DEPARTMENTS and BOM_RESOURCES. It is a direct parent to several key transactional and planning tables, including BOM_DEPT_RES_INSTANCES (for instance-level resource tracking), BOM_RESOURCE_SHIFTS (for shift assignments), CRP_PLANNED_RESOURCES, CRP_RESOURCE_HOURS, and MRP_WIP_RESOURCES. The link to MTL_ATP_RULES connects it to inventory and order management functionality. This network of relationships underscores its role as a cornerstone for integrating shop floor execution with enterprise planning systems.
-
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: 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: BOM_DEPARTMENT_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_DEPARTMENT_RESOURCES_V, object_name:BOM_DEPARTMENT_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Resources associated with departments , implementation_dba_data: APPS.BOM_DEPARTMENT_RESOURCES_V ,
-
View: BOM_DEPARTMENT_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_DEPARTMENT_RESOURCES_V, object_name:BOM_DEPARTMENT_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Resources associated with departments , implementation_dba_data: APPS.BOM_DEPARTMENT_RESOURCES_V ,
-
Table: BOM_DEPT_RES_INSTANCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPT_RES_INSTANCES, object_name:BOM_DEPT_RES_INSTANCES, status:VALID, product: BOM - Bills of Material , description: Department Resource Instances , implementation_dba_data: BOM.BOM_DEPT_RES_INSTANCES ,
-
Table: BOM_DEPT_RES_INSTANCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPT_RES_INSTANCES, object_name:BOM_DEPT_RES_INSTANCES, status:VALID, product: BOM - Bills of Material , description: Department Resource Instances , implementation_dba_data: BOM.BOM_DEPT_RES_INSTANCES ,
-
Table: BOM_RESOURCE_SHIFTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCE_SHIFTS, object_name:BOM_RESOURCE_SHIFTS, status:VALID, product: BOM - Bills of Material , description: Resource shift information , implementation_dba_data: BOM.BOM_RESOURCE_SHIFTS ,
-
Table: BOM_RESOURCE_SHIFTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCE_SHIFTS, object_name:BOM_RESOURCE_SHIFTS, status:VALID, product: BOM - Bills of Material , description: Resource shift information , implementation_dba_data: BOM.BOM_RESOURCE_SHIFTS ,
-
View: BOM_OPERATION_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_RESOURCES_V, object_name:BOM_OPERATION_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Operation resources , implementation_dba_data: APPS.BOM_OPERATION_RESOURCES_V ,
-
View: BOM_OPERATION_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_RESOURCES_V, object_name:BOM_OPERATION_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Operation resources , implementation_dba_data: APPS.BOM_OPERATION_RESOURCES_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_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 ,
-
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.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_STP_STD_OP_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STP_STD_OP_RESOURCES_V, object_name:BOM_STP_STD_OP_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Standard operation resources , implementation_dba_data: APPS.BOM_STP_STD_OP_RESOURCES_V ,
-
View: BOM_STD_OP_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STD_OP_RESOURCES_V, object_name:BOM_STD_OP_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Standard operation resources , implementation_dba_data: APPS.BOM_STD_OP_RESOURCES_V ,
-
View: BOM_STP_STD_OP_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STP_STD_OP_RESOURCES_V, object_name:BOM_STP_STD_OP_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Standard operation resources , implementation_dba_data: APPS.BOM_STP_STD_OP_RESOURCES_V ,
-
View: BOM_SUB_OPERATION_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUB_OPERATION_RESOURCES_V, object_name:BOM_SUB_OPERATION_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: View for substitue resources , implementation_dba_data: APPS.BOM_SUB_OPERATION_RESOURCES_V ,
-
View: BOM_SUB_OPERATION_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_SUB_OPERATION_RESOURCES_V, object_name:BOM_SUB_OPERATION_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: View for substitue resources , implementation_dba_data: APPS.BOM_SUB_OPERATION_RESOURCES_V ,
-
View: BOM_STD_SUB_OP_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STD_SUB_OP_RESOURCES_V, object_name:BOM_STD_SUB_OP_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: This view is for the alternate resources on standard operations , implementation_dba_data: APPS.BOM_STD_SUB_OP_RESOURCES_V ,
-
View: BOM_STD_SUB_OP_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STD_SUB_OP_RESOURCES_V, object_name:BOM_STD_SUB_OP_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: This view is for the alternate resources on standard operations , implementation_dba_data: APPS.BOM_STD_SUB_OP_RESOURCES_V ,
-
View: BOM_STD_OP_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STD_OP_RESOURCES_V, object_name:BOM_STD_OP_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Standard operation resources , implementation_dba_data: APPS.BOM_STD_OP_RESOURCES_V ,
-
Table: BOM_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
Table: BOM_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,