Search Results bombv_flow_routing_processes
Overview
BOMBV_FLOW_ROUTING_PROCESSES is an APPS-owned database view within the Oracle E-Business Suite Bills of Material (BOM) module. It is classified as a business view (the "BV" prefix) and is retrofitted into the ETRM (E-Business Suite Technical Reference Manual) for both 12.1.1 and 12.2.2 environments, with a documented status of VALID. The view presents a flattened, reporting-oriented projection of routing operations associated specifically with flow manufacturing processes. It joins routing header and operation-sequence data against organization and item master information to expose process attributes — sequence numbers, alternate routing designators, yield figures, calculated and user-entered time values, and descriptive flexfield prompts — in a single readable result set.
Its principal role is to support inquiry, reporting, and integration scenarios where flow routing process content must be retrieved without navigating the normalized base tables directly. Because it is defined with the READ ONLY clause, it is intended purely for retrieval and cannot participate in DML. The view also embeds reference and lookup encoding conventions (for example _KF, _LA, and _SEC tokens), indicating it was designed as a foundation for Oracle's descriptive flexfield and multi-organization security frameworks.
Underlying Base Objects
Per the documented ETRM metadata, the view is defined over five referenced base objects, all resolved through APPS synonyms:
- BOM_OPERATIONAL_ROUTINGS — routing headers, supplying the alternate routing designator, routing sequence identifier, and the CFM routing flag.
- BOM_OPERATION_SEQUENCES — the routing operation lines, supplying sequence numbers, effectivity dates, yields, and time values.
- HR_ALL_ORGANIZATION_UNITS — the organization name associated with the owning organization identifier.
- MTL_PARAMETERS — organization parameters, providing the organization code join path.
- MTL_SYSTEM_ITEMS_B — the item master, used to validate the assembly item against the routing.
The join logic links operational routings to operation sequences on COMMON_ROUTING_SEQUENCE_ID, restricts to flow routings with CFM_ROUTING_FLAG = 1, and filters operation lines to OPERATION_TYPE = 2, isolating flow process operations from standard routing operations.
Key Columns
- SEQUENCE_NUMBER — the operation sequence number on the routing.
- ALTERNATE_ROUTING_CODE — the alternate routing designator from the routing header.
- ORGANIZATION_CODE / ORGANIZATION_NAME — the inventory organization code and its descriptive name.
- START_EFFECTIVE_DATE / END_EFFECTIVITY_DATE — the effectivity window of the process operation.
- DESCRIPTION — the operation description text.
- MINIMUM_TRANSFER_QUANTITY — the minimum quantity transferred at the operation.
- OPERATION_YIELD, OPERATION_CUMULATIVE_YIELD, REVERSE_CUMULATIVE_YIELD — yield metrics across the process.
- CALCULATED_LABOR_TIME, CALCULATED_MACHINE_TIME, CALCULATED_ELAPSED_TIME — system-derived time values.
- ENTERED_LABOR_TIME, ENTERED_MACHINE_TIME, USER_ELAPSED_TIME — user-maintained time values.
- NET_PLANNING_PERCENT, OPERATION_LEAD_TIME_PERCENT — scheduling and planning percentages.
- ROUTING_SEQUENCE_ID, OPERATION_SEQUENCE_ID, STANDARD_OPERATION_ID, DEPARTMENT_ID — primary and foreign key identifiers.
- UPDATED_ON, UPDATED_BY, CREATED_ON, CREATED_BY — audit columns mapped from the last update and creation attributes.
Common Use Cases and Queries
The view is typically queried for flow manufacturing process analysis, routing effectivity reporting, and yield or time-value comparison between calculated and entered figures.
- Listing all flow processes for a specific organization by filtering on ORGANIZATION_CODE.
- Comparing calculated versus entered labor and machine times for capacity analysis.
- Identifying active processes using START_EFFECTIVE_DATE and END_EFFECTIVITY_DATE.
A representative query is:
SELECT ORGANIZATION_CODE, SEQUENCE_NUMBER, ALTERNATE_ROUTING_CODE, DESCRIPTION, OPERATION_YIELD, CALCULATED_ELAPSED_TIME, USER_ELAPSED_TIME FROM APPS.BOMBV_FLOW_ROUTING_PROCESSES WHERE ORGANIZATION_CODE = :org_code ORDER BY SEQUENCE_NUMBER;
-
View: BOMBV_FLOW_ROUTING_PROCESSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_ROUTING_PROCESSES, object_name:BOMBV_FLOW_ROUTING_PROCESSES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_FLOW_ROUTING_PROCESSES ,
-
View: BOMBV_FLOW_ROUTING_PROCESSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_ROUTING_PROCESSES, object_name:BOMBV_FLOW_ROUTING_PROCESSES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_FLOW_ROUTING_PROCESSES ,
-
VIEW: APPS.BOMBV_FLOW_ROUTING_PROCESSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_ROUTING_PROCESSES, object_name:BOMBV_FLOW_ROUTING_PROCESSES, status:VALID,
-
VIEW: APPS.BOMBV_FLOW_ROUTING_PROCESSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_FLOW_ROUTING_PROCESSES, object_name:BOMBV_FLOW_ROUTING_PROCESSES, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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.2.2
owner:APPS, object_type:SYNONYM, object_name:BOM_OPERATION_SEQUENCES, 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. ,