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.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: 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 ,
-
APPS.INV_COPY_ORGANIZATION_REPORT dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.AHL_WIP_JOB_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.OPI_EDW_COGS_F_SZ dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.INV_COPY_ORGANIZATION_REPORT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WIP_TIME_ENTRY_PUB dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.EAM_OTL_TIMECARD_PUB dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.BOMPASGR dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WIP_WS_UTIL dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WIP_WS_DL_UTIL dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.BOMPVALR dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.BOM_CALC_OP_TIMES_PK dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.WIP_WS_LABOR_METRIC_PUB dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.WSM_JOBCOPIES_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.EAM_ASSIGN_EMP_PUB dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.BOM_RTG_EAM_UTIL dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.BOMPASGR dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.WIP_TIME_ENTRY_PUB dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.AHL_WIP_JOB_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.MRP_GRAPH_LINE_CAPACITY dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.CRP_FORM_PK dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.WSM_MES_UTILITIES_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.WIP_WS_SHORTAGE dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.BOM_DEFAULT_OP_RES dependencies on BOM_DEPARTMENT_RESOURCES
12.2.2
-
APPS.WPS_RES_INSTANCE_AVAILABILITY dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.AHL_PP_RESRC_REQUIRE_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WIP_INFRESSCHED_GRP dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.EAM_OTL_TIMECARD_PUB dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.MRP_UPDATE_RESOURCE dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WIP_INFINITE_SCHEDULER_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WPS_COMMON dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WIP_RES_INST_VALIDATIONS dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.EAM_ASSIGN_EMP_PUB dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.INV_LABEL_PVT1 dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.BOM_DEPARTMENTS_PKG dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.BOM_RTG_EAM_UTIL dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.AHL_PP_RESRC_ASSIGN_PVT dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.BOM_VALIDATE_OP_RES dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.EAM_OPERATIONS_JSP dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.WIP_WPS_RES_INSTANCE_AVAIL dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1
-
APPS.CST_EAMCOST_PUB dependencies on BOM_DEPARTMENT_RESOURCES
12.1.1