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.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 ,
-
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 ,
-
View: BOMBV_STD_OPRATN_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_STD_OPRATN_RESOURCES, object_name:BOMBV_STD_OPRATN_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_STD_OPRATN_RESOURCES ,
-
Table: CST_ACTIVITIES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITIES, object_name:CST_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: Activity definition associated with activity costing , implementation_dba_data: BOM.CST_ACTIVITIES ,
-
Table: CST_ACTIVITIES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITIES, object_name:CST_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: Activity definition associated with activity costing , implementation_dba_data: BOM.CST_ACTIVITIES ,
-
View: BOMBV_STD_OPRATN_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_STD_OPRATN_RESOURCES, object_name:BOMBV_STD_OPRATN_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_STD_OPRATN_RESOURCES ,
-
View: BOMFV_STD_OPRATN_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_STD_OPRATN_RESOURCES, object_name:BOMFV_STD_OPRATN_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_STD_OPRATN_RESOURCES ,
-
View: BOMFV_STD_OPRATN_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_STD_OPRATN_RESOURCES, object_name:BOMFV_STD_OPRATN_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_STD_OPRATN_RESOURCES ,
-
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_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_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 ,