Search Results bom_standard_operations
Overview
The BOM_STANDARD_OPERATIONS table is a core data repository within the Oracle E-Business Suite Bills of Material (BOM) module. It serves as the master definition table for reusable manufacturing operation templates. These standard operations define common sequences of work, such as assembly, testing, or packaging, which can be consistently referenced across multiple routings and bills of material within a manufacturing organization. By centralizing this definition, the table enforces operational consistency, simplifies routing maintenance, and is integral to the process of defining how a product is manufactured.
Key Information Stored
The table stores the defining attributes for each standard operation template. Its structure is governed by two primary keys: one (BOM_STANDARD_OPERATIONS_PK) for unique row identification using LINE_ID, OPERATION_TYPE, and STANDARD_OPERATION_ID, and another (BOM_STANDARD_OPERATIONS_UK1) enforcing uniqueness of the OPERATION_CODE within a specific ORGANIZATION_ID. Key columns include OPERATION_CODE (the unique identifier for the operation), DESCRIPTION, and ORGANIZATION_ID to which the operation belongs. Critical relational columns are DEPARTMENT_ID, linking to the BOM_DEPARTMENTS table to define the responsible work area, and LINE_ID, linking to the WIP_LINES table to associate the operation with a specific production line.
Common Use Cases and Queries
This table is primarily accessed during the creation and maintenance of manufacturing routings. When defining a routing for an assembly, planners select from the pre-defined list of standard operations. Common reporting and validation queries include listing all standard operations for an organization or verifying operation details before assigning them to a routing. A typical query pattern is:
- SELECT operation_code, description, department_code FROM bom_standard_operations bso, bom_departments bd WHERE bso.department_id = bd.department_id AND bso.organization_id = :org_id ORDER BY operation_code;
Data integrity checks often involve ensuring that OPERATION_CODE and ORGANIZATION_ID combinations are unique, as mandated by the UK1 constraint.
Related Objects
BOM_STANDARD_OPERATIONS maintains critical relationships with several other EBS entities. As indicated by its foreign keys, it references BOM_DEPARTMENTS for departmental data, MTL_PARAMETERS for organization validation, and WIP_LINES for production line information. It is also referenced by the FLM_MMM_OPERATIONS table, which is part of the Flow Manufacturing module. Most importantly, standard operations defined in this table are referenced within routing operation sequences (typically in tables like BOM_OPERATION_ROUTINGS or BOM_OPERATION_SEQUENCES), forming the bridge between reusable templates and specific product manufacturing instructions.
-
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: 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 ,
-
View: BOM_OPERATION_SEQUENCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES_V, object_name:BOM_OPERATION_SEQUENCES_V, status:VALID, product: BOM - Bills of Material , description: Operations , implementation_dba_data: APPS.BOM_OPERATION_SEQUENCES_V ,
-
View: BOM_OPERATION_SEQUENCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES_V, object_name:BOM_OPERATION_SEQUENCES_V, status:VALID, product: BOM - Bills of Material , description: Operations , implementation_dba_data: APPS.BOM_OPERATION_SEQUENCES_V ,
-
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 ,
-
View: BOMBV_MFG_STANDARD_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_STANDARD_OPERATIONS, object_name:BOMBV_MFG_STANDARD_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_STANDARD_OPERATIONS ,
-
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_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: BOMBV_STANDARD_RTG_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_STANDARD_RTG_OPERATIONS, object_name:BOMBV_STANDARD_RTG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_STANDARD_RTG_OPERATIONS ,
-
View: BOMBV_STANDARD_RTG_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_STANDARD_RTG_OPERATIONS, object_name:BOMBV_STANDARD_RTG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_STANDARD_RTG_OPERATIONS ,
-
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: BOMBV_STD_FLOW_RTG_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_STD_FLOW_RTG_OPERATIONS, object_name:BOMBV_STD_FLOW_RTG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_STD_FLOW_RTG_OPERATIONS ,
-
View: BOMBV_MFG_STANDARD_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_MFG_STANDARD_OPERATIONS, object_name:BOMBV_MFG_STANDARD_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_MFG_STANDARD_OPERATIONS ,
-
View: BOMBV_STD_FLOW_RTG_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_STD_FLOW_RTG_OPERATIONS, object_name:BOMBV_STD_FLOW_RTG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_STD_FLOW_RTG_OPERATIONS ,
-
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 ,
-
View: BOMFV_MFG_STANDARD_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_STANDARD_OPERATIONS, object_name:BOMFV_MFG_STANDARD_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_STANDARD_OPERATIONS ,
-
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: BOM_STANDARD_OPERATIONS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STANDARD_OPERATIONS_ALL_V, object_name:BOM_STANDARD_OPERATIONS_ALL_V, status:VALID, product: BOM - Bills of Material , description: Standard operations - all records , implementation_dba_data: APPS.BOM_STANDARD_OPERATIONS_ALL_V ,
-
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: BOMFV_MFG_STANDARD_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_STANDARD_OPERATIONS, object_name:BOMFV_MFG_STANDARD_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_STANDARD_OPERATIONS ,
-
View: BOM_STANDARD_OPERATIONS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STANDARD_OPERATIONS_ALL_V, object_name:BOM_STANDARD_OPERATIONS_ALL_V, status:VALID, product: BOM - Bills of Material , description: Standard operations - all records , implementation_dba_data: APPS.BOM_STANDARD_OPERATIONS_ALL_V ,
-
View: BOMFV_STD_FLOW_RTG_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_STD_FLOW_RTG_OPERATIONS, object_name:BOMFV_STD_FLOW_RTG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_STD_FLOW_RTG_OPERATIONS ,
-
View: BOMFV_STD_FLOW_RTG_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_STD_FLOW_RTG_OPERATIONS, object_name:BOMFV_STD_FLOW_RTG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_STD_FLOW_RTG_OPERATIONS ,
-
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: BOM_STANDARD_OPERATIONS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STANDARD_OPERATIONS_VAL_V, object_name:BOM_STANDARD_OPERATIONS_VAL_V, status:VALID, product: BOM - Bills of Material , description: Valid standard operations , implementation_dba_data: APPS.BOM_STANDARD_OPERATIONS_VAL_V ,
-
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 ,
-
View: BOM_STANDARD_OPERATIONS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STANDARD_OPERATIONS_VAL_V, object_name:BOM_STANDARD_OPERATIONS_VAL_V, status:VALID, product: BOM - Bills of Material , description: Valid standard operations , implementation_dba_data: APPS.BOM_STANDARD_OPERATIONS_VAL_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: BOMFV_WORK_ORDER_RTG_OPRATNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_WORK_ORDER_RTG_OPRATNS, object_name:BOMFV_WORK_ORDER_RTG_OPRATNS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_WORK_ORDER_RTG_OPRATNS ,
-
View: BOMFV_WORK_ORDER_RTG_OPRATNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_WORK_ORDER_RTG_OPRATNS, object_name:BOMFV_WORK_ORDER_RTG_OPRATNS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_WORK_ORDER_RTG_OPRATNS ,
-
View: BOMFV_FLOW_ROUTING_PROCESSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_PROCESSES, object_name:BOMFV_FLOW_ROUTING_PROCESSES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_PROCESSES ,
-
View: BOMFV_FLOW_RTG_LINE_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_RTG_LINE_OPERATIONS, object_name:BOMFV_FLOW_RTG_LINE_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_RTG_LINE_OPERATIONS ,
-
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_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: BOMFV_FLOW_RTG_LINE_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_RTG_LINE_OPERATIONS, object_name:BOMFV_FLOW_RTG_LINE_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_RTG_LINE_OPERATIONS ,
-
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: BOMFV_MFG_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_OPERATIONS, object_name:BOMFV_MFG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_OPERATIONS ,
-
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 ,
-
View: BOMFV_MFG_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_MFG_OPERATIONS, object_name:BOMFV_MFG_OPERATIONS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_MFG_OPERATIONS ,
-
View: BOMFV_FLOW_ROUTING_PROCESSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_PROCESSES, object_name:BOMFV_FLOW_ROUTING_PROCESSES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_PROCESSES ,
-
View: BOM_STANDARD_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STANDARD_OPERATIONS_V, object_name:BOM_STANDARD_OPERATIONS_V, status:VALID, product: BOM - Bills of Material , description: Standard operations , implementation_dba_data: APPS.BOM_STANDARD_OPERATIONS_V ,
-
View: BOM_STANDARD_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_STANDARD_OPERATIONS_V, object_name:BOM_STANDARD_OPERATIONS_V, status:VALID, product: BOM - Bills of Material , description: Standard operations , implementation_dba_data: APPS.BOM_STANDARD_OPERATIONS_V ,
-
View: BOMFV_FLOW_ROUTING_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_EVENTS, object_name:BOMFV_FLOW_ROUTING_EVENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_EVENTS ,
-
View: BOMFV_FLOW_ROUTING_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_FLOW_ROUTING_EVENTS, object_name:BOMFV_FLOW_ROUTING_EVENTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_FLOW_ROUTING_EVENTS ,