Search Results bombv_operation_networks
Overview
BOMBV_OPERATION_NETWORKS is a read-only Oracle EBS view owned by the APPS schema and registered under the Bills of Material (BOM) product family. It exposes the operation network relationships defined between routing operations, resolving the foreign keys held in BOM_OPERATION_NETWORKS into descriptive business attributes such as organization codes, organization names, item names, alternate routing designators, operation sequence numbers and effectivity dates. The view is documented as "Retrofitted" in ETRM, indicating it was introduced or re-registered to preserve backward compatibility for customers and integrations migrating from earlier releases to 12.1.1 or 12.2.2.
Functionally, the view answers the question "which routing operation feeds which other routing operation, and where do they physically occur?" Because operation networks can span organizations in a multi-plant environment, the view presents both a FROM side and a TO side for every network row. This makes it the principal reporting surface for flow manufacturing and routing network analysis, and a common dependency in custom concurrent programs, BI Publisher reports, OBIEE repositories and interface extracts.
Underlying Base Objects
The view is defined over six documented base objects, all referenced through APPS synonyms:
- BOM_OPERATION_NETWORKS (NE) — the driving table holding the network transition records, including FROM_OP_SEQ_ID, TO_OP_SEQ_ID, TRANSITION_TYPE, PLANNING_PCT and effectivity dates.
- BOM_OPERATION_SEQUENCES (SQ1, SQ2) — supplies operation sequence numbers and effectivity dates for the FROM and TO operations.
- BOM_OPERATIONAL_ROUTINGS (OP1, OP2) — supplies the routing sequence identifiers, alternate routing designators and assembly item references for each side.
- MTL_SYSTEM_ITEMS_B (SYS1, SYS2) — resolves the assembly inventory item on each routing.
- MTL_PARAMETERS (PA1, PA2) — supplies the FROM and TO organization codes.
- HR_ALL_ORGANIZATION_UNITS (AL1, AL2) — supplies the FROM and TO organization names.
Each base table is joined twice, aliased with a numeric suffix for the FROM side and the TO side. The join path anchors the network row to two operation sequences via FROM_OP_SEQ_ID and TO_OP_SEQ_ID, then walks up to their parent routings, assemblies and organizations.
Key Columns
- FROM_ORGANIZATION_CODE / TO_ORGANIZATION_CODE — organization codes from MTL_PARAMETERS for the supplying and receiving operation.
- FROM_ORGANIZATION_NAME / TO_ORGANIZATION_NAME — organization names from HR_ALL_ORGANIZATION_UNITS. These are the columns most frequently targeted by searches such as to_organization_name, since they deliver the human-readable plant name without requiring a join to HR.
- FROM_OPERATION_SEQ_NUM / TO_OPERATION_SEQ_NUM — the routing operation sequence numbers on each side of the network link.
- FROM_ALTERNATE_ROUTING_CODE / TO_ALTERNATE_ROUTING_CODE — alternate routing designators, identifying which routing version each operation belongs to.
- FROM_ROUTING_SEQUENCE_ID / TO_ROUTING_SEQUENCE_ID — surrogate keys linking back to BOM_OPERATIONAL_ROUTINGS.
- FROM_OP_SEQ_ID / TO_OP_SEQ_ID — the network's own foreign keys to BOM_OPERATION_SEQUENCES.
- CONNECTION_TYPE, PLANNING_PERCENT — the transition type and the planning percentage allocated across the network.
- START_EFFECTIVE_DATE / END_EFFECTIVE_DATE — network effectivity window, drawn from the network record itself.
- FROM_EFFECTIVITY_DATE / TO_EFFECTIVITY_DATE — effectivity of the individual operation sequences.
- _KF:ROUTING_FROM_ITEM_NAME / _KF:ROUTING_TO_ITEM_NAME — descriptive flexfield key flexfield columns surfaced for the routing assembly items.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — standard audit columns.
Common Use Cases and Queries
The view is typically queried to report cross-organization routing flows, to validate network setup prior to a manufacturing release, and to extract data for planning or MES integration. A representative query filtering on the TO organization name is:
SELECT from_organization_name, to_organization_name, from_operation_seq_num, to_operation_seq_num, connection_type, planning_percent FROM apps.bombv_operation_networks WHERE to_organization_name = :p_org;SELECT to_organization_code, COUNT(*) FROM apps.bombv_operation_networks GROUP BY to_organization_code;SELECT * FROM apps.bombv_operation_networks WHERE from_routing_sequence_id = :routing_id ORDER BY to_operation_seq_num;
Because the view is defined WITH READ ONLY, it supports query and extraction workloads only; no DML is permitted. Report authors should be aware that each row represents a single transition edge rather than a discrete operation, and that organizations appear twice per row, so filters on organization must specify the FROM or TO column explicitly to avoid double counting.
-
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: 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 ,
-
SYNONYM: APPS.BOM_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_NETWORKS, status:VALID,
-
SYNONYM: APPS.BOM_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_NETWORKS, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.BOM_OPERATION_SEQUENCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_SEQUENCES, status:VALID,
-
SYNONYM: APPS.BOM_OPERATIONAL_ROUTINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATIONAL_ROUTINGS, status:VALID,
-
SYNONYM: APPS.BOM_OPERATION_SEQUENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_SEQUENCES, status:VALID,
-
SYNONYM: APPS.BOM_OPERATIONAL_ROUTINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATIONAL_ROUTINGS, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_B, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_B, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,