Search Results bom_std_op_resources
Overview
The BOM_STD_OP_RESOURCES table is a core data structure within the Oracle E-Business Suite Bills of Material (BOM) module. It functions as the master repository for defining the specific resources required to perform a standard operation. A standard operation is a reusable template for a manufacturing or assembly step, and this table stores the detailed list of resources—such as labor, machines, or tools—associated with each one. Its primary role is to establish the foundational resource requirements for routing and production scheduling, enabling accurate capacity planning, cost roll-ups, and shop floor execution. By maintaining this data centrally, it ensures consistency and standardization across all manufacturing routings that reference these predefined operations.
Key Information Stored
The table's structure captures the relationship between a standard operation and its constituent resources. As indicated by the primary key, each record is uniquely identified by the combination of STANDARD_OPERATION_ID and RESOURCE_SEQ_NUM. Key columns include the STANDARD_OPERATION_ID, which links to the parent standard operation definition, and the RESOURCE_ID, which identifies the specific resource from inventory. The RESOURCE_SEQ_NUM dictates the order or sequence of resource application. The ACTIVITY_ID column, referenced by a foreign key to CST_ACTIVITIES, is critical for assigning overhead costs to the resource usage. Other typical columns in this entity (implied by standard BOM data models) would store usage rates (e.g., basis, usage quantity or amount), scheduling and charge type flags, and associated cost and schedule data.
Common Use Cases and Queries
This table is central to manufacturing process design and analysis. A common use case is the generation of a resource requirement report for a standard operation, used by process engineers for validation. Another is the automatic population of resource lines when a standard operation is applied to a specific routing within a bill. Sample SQL patterns often involve joining to BOM_STANDARD_OPERATIONS and the resource definition tables.
- Listing Resources for an Operation:
SELECT resource_seq_num, resource_id, activity_id FROM bom_std_op_resources WHERE standard_operation_id = :p_op_id ORDER BY resource_seq_num; - Cost Analysis Join: Queries frequently join BOM_STD_OP_RESOURCES to CST_ACTIVITIES for overhead analysis and to BOM_RESOURCES for resource details, supporting product costing simulations.
- Data Migration: When implementing or upgrading EBS, this table is a key target for loading legacy standard routing and resource data via interfaces or direct SQL*Loader scripts.
Related Objects
BOM_STD_OP_RESOURCES is a hub within a network of manufacturing tables. Its primary relationship is with BOM_STANDARD_OPERATIONS, which holds the header definition for each operation. The foreign key to CST_ACTIVITIES links cost management overhead activities to the resource. The table is also intrinsically linked to BOM_RESOURCES, which defines the master resource list, and BOM_OPERATION_RESOURCES, which holds the instance-specific resource details for actual routings. Key APIs, such as those in the BOM Standard Operation Open Interface (BOM_OPR_IMPORT_PUB), likely process data for this table. It is a fundamental source for views used in manufacturing reporting and forms within the "Standard Operations" and "Routings" responsibilities.
-
Table: BOM_STD_OP_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STD_OP_RESOURCES, object_name:BOM_STD_OP_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Standard operation resources , implementation_dba_data: BOM.BOM_STD_OP_RESOURCES ,
-
Table: BOM_STD_OP_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STD_OP_RESOURCES, object_name:BOM_STD_OP_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Standard operation resources , implementation_dba_data: BOM.BOM_STD_OP_RESOURCES ,
-
APPS.B_STD_OP_PKG dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.BOM_DEPARTMENT_RESOURCES_PKG dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WMS_TASK_DISPATCH_ENGINE dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WIP_OPERATIONS_UTILITIES dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.BOM_OP_SEQ_UTIL dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WMS_WAVE_PLANNING_PVT dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.BOMPASGR dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.BOM_OPERATION_PVT dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.EAM_OPERATIONS_JSP dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WMS_POSTALLOC_PVT dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.B_STD_OP_PKG dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.B_STD_OP_RES_PKG dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WSMPUTIL dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WMS_TASK_DISPATCH_ENGINE dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.EAM_PROCESS_WO_PVT dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.B_STD_OP_RES_PKG dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WSMPOPRN dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.BOM_DEPARTMENT_RESOURCES_PKG dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.BOM_OP_SEQ_UTIL dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WPS_COMMON dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.INV_COPY_ORGANIZATION_REPORT dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WIP_WPS_COMMON dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WIP_OPERATIONS_UTILITIES dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WMS_SHIPPING_LOVS dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WSM_LBJ_INTERFACE_PVT dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WPS_COMMON dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.EAM_OPERATIONS_JSP dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.B_STD_SUB_OP_RES_PKG dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.EAM_CONSTRUCTION_EST_PVT dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WIP_OPERATIONS_PKG dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.INV_COPY_ORGANIZATION_REPORT dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WIP_OPERATIONS_PKG dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.FLM_COPY_ROUTING dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.EAM_CONSTRUCTION_EST_PVT dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.B_STD_SUB_OP_RES_PKG dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.BOM_OPERATION_PVT dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WIP_UPDATE_SETUP_RESOURCES dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WIP_WPS_COMMON dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WSMPOPRN dependencies on BOM_STD_OP_RESOURCES
12.2.2
-
APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WSMPUTIL dependencies on BOM_STD_OP_RESOURCES
12.1.1
-
APPS.WMS_PICKING_PKG dependencies on BOM_STD_OP_RESOURCES
12.1.1