Search Results bom_operation_networks
Overview
The BOM_OPERATION_NETWORKS table is a core data structure within the Oracle E-Business Suite Bills of Material (BOM) module, specifically for versions 12.1.1 and 12.2.2. It functions as the repository for defining and storing the network relationships between individual operations within a manufacturing or engineering routing. This table is essential for modeling complex process flows where operations are not strictly sequential but may have multiple predecessor or successor relationships, enabling the creation of detailed, non-linear process maps that accurately reflect real-world production scenarios.
Key Information Stored
While the provided ETRM excerpt does not list specific columns, the table's purpose and foreign key relationship indicate it stores data that links two operations. Based on its documented role, the table typically contains key identifiers such as a ROUTING_SEQUENCE_ID for the parent routing, FROM_OP_SEQ_ID and TO_OP_SEQ_ID to define the linked operations, and a NETWORK_TYPE to classify the nature of the relationship (e.g., standard, rework, alternate). The foreign key documented in the metadata explicitly shows that the TO_OP_SEQ_ID column references the BOM_OPERATION_SEQUENCES table, establishing the link to the detailed operation data.
Common Use Cases and Queries
This table is primarily accessed to analyze and report on complex routing structures. Common use cases include generating a visual process flow diagram, calculating critical paths in production scheduling, and identifying all predecessor operations required before a specific manufacturing step can begin. A fundamental query pattern involves joining BOM_OPERATION_NETWORKS to BOM_OPERATION_SEQUENCES twice—once for the "from" operation details and once for the "to" operation details—to build a complete network view. For example, a query to list all operation relationships for a specific routing would filter on ROUTING_SEQUENCE_ID and join to BOM_OPERATION_SEQUENCES on the FROM_OP_SEQ_ID and TO_OP_SEQ_ID columns to retrieve operation sequence numbers and descriptions.
Related Objects
The primary and most critical relationship for the BOM_OPERATION_NETWORKS table is with the BOM_OPERATION_SEQUENCES table, as explicitly documented in the provided metadata. The foreign key is defined from BOM_OPERATION_NETWORKS.TO_OP_SEQ_ID to BOM_OPERATION_SEQUENCES. This table is also intrinsically linked to the BOM_OPERATIONAL_ROUTINGS table, which defines the header-level routing, typically via a ROUTING_SEQUENCE_ID column. Furthermore, data in this table supports the functionality of the Oracle Engineering and Work in Process modules, which consume routing network information for defining engineering change orders and managing production jobs, respectively.
-
Table: BOM_OPERATION_NETWORKS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_NETWORKS, object_name:BOM_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: Routing operation networks , implementation_dba_data: BOM.BOM_OPERATION_NETWORKS ,
-
Table: BOM_OPERATION_NETWORKS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_NETWORKS, object_name:BOM_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: Routing operation networks , implementation_dba_data: BOM.BOM_OPERATION_NETWORKS ,
-
Table: BOM_OPERATION_SEQUENCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES, object_name:BOM_OPERATION_SEQUENCES, status:VALID, product: BOM - Bills of Material , description: Routing operations , implementation_dba_data: BOM.BOM_OPERATION_SEQUENCES ,
-
Table: BOM_OPERATION_SEQUENCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES, object_name:BOM_OPERATION_SEQUENCES, status:VALID, product: BOM - Bills of Material , description: Routing operations , implementation_dba_data: BOM.BOM_OPERATION_SEQUENCES ,
-
View: BOMBV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_OPERATION_NETWORKS ,
-
View: BOMFV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_OPERATION_NETWORKS ,
-
View: BOMBV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_OPERATION_NETWORKS ,
-
View: BOMFV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_OPERATION_NETWORKS ,
-
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 ,