Search Results operation_description
Overview
WIP_FLOW_ASSEMBLY_EVENTS_V is a read-only database view owned by the APPS schema in Oracle E-Business Suite, delivered with the Work in Process (WIP) product. The ETRM repository classifies it as a Flow Workstation base view, indicating that it is designed as a foundational data source for the Flow Manufacturing workstation interface rather than as a transactional entity in its own right. The view exposes assembly-level routing and operation information for assemblies that carry the CFM (Continuous Flow Manufacturing) routing flag, and it is intended to support the event streams and node definitions rendered within the Flow Workstation environment.
Because the object is a view, it holds no independent storage. Its value lies in consolidating data from BOM routing entities, department definitions, and inventory item master records into a single, denormalized projection. Reporting logic, extensions, and integration layers that need a flattened representation of flow line operations against current revision-controlled assemblies can query this view instead of joining the underlying BOM and MTL tables directly.
Underlying Base Objects
Per the documented ETRM metadata, the view is defined over the following objects in the APPS schema:
- BOM_DEPARTMENTS (synonym) — supplies the department associated with each operation.
- BOM_OPERATIONAL_ROUTINGS (synonym) — the routing header, filtered by
CFM_ROUTING_FLAG = 1. - BOM_OPERATION_SEQUENCES (synonym) — referenced twice, as the line operation and the parent operation sequence, linking via
LINE_OP_SEQ_ID. - BOM_STANDARD_OPERATIONS (synonym) — outer-joined to provide standard operation codes and descriptions.
- MTL_ROUTING_REV_HIGHDATE_V (view) — the routing revision high-date view that resolves the effective revision and high date for each item/organization.
- MTL_SYSTEM_ITEMS_KFV (synonym) — the key flexfield view of the item master, supplying the concatenated assembly name.
The joins restrict results to flow routings, line-type operations (OPERATION_TYPE = 3), and operation sequences whose effectivity window brackets the routing high date.
Key Columns
- LINE_ID — the operational routing line identifier from BOM_OPERATIONAL_ROUTINGS.
- NODE_LABEL — concatenation of operation sequence number and operation code, used as the display node identifier in the workstation graph.
- ORGANIZATION_ID / INVENTORY_ITEM_ID — the assembly being routed.
- ASSEMBLY_NAME — concatenated segment description of the assembly from MTL_SYSTEM_ITEMS_KFV.
- PROCESS_REVISION / EFFECTIVITY_DATE — the effective routing revision and its effective date.
- LINE_OPERATION_SEQUENCE_ID / OPERATION_SEQUENCE_ID — foreign key to the line operation and primary key of the operation sequence row.
- OPERATION_SEQ_NUM, OPERATION_CODE, OPERATION_DESCRIPTION, OPERATION_LEAD_TIME_PERCENT — operation attributes.
- DEPARTMENT_ID / DEPARTMENT_CODE — owning department for the operation.
- EVENT_EFFECTIVITY_DATE / DISABLE_DATE — the operation's effective and disable dates.
- STANDARD_OPERATION_ID — reference to the standard operation, where defined.
- NODE_TYPE — constant value
2, identifying the record as an operation-level node.
Common Use Cases and Queries
Typical usage includes Flow Workstation node rendering, line balancing reports, and custom dashboards that visualize flow operations per assembly. A representative query returning all flow operation nodes for a specific assembly is:
SELECT node_label, operation_seq_num, operation_code, operation_description, department_code, process_revision FROM wip_flow_assembly_events_v WHERE organization_id = :org AND inventory_item_id = :item ORDER BY operation_seq_num;SELECT DISTINCT assembly_name, process_revision, effectivity_date FROM wip_flow_assembly_events_v WHERE organization_id = :org;SELECT department_code, COUNT(*) FROM wip_flow_assembly_events_v WHERE organization_id = :org GROUP BY department_code;
Because the view enforces the CFM routing flag and line operation type internally, consumers do not need to reapply those filters. It is suitable for read-only reporting only; no DML should be issued against it.
-
View: WIP_FLOW_ASSEMBLY_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_ASSEMBLY_EVENTS_V, object_name:WIP_FLOW_ASSEMBLY_EVENTS_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view. , implementation_dba_data: APPS.WIP_FLOW_ASSEMBLY_EVENTS_V ,
-
View: WIP_FLOW_ASSEMBLY_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_ASSEMBLY_EVENTS_V, object_name:WIP_FLOW_ASSEMBLY_EVENTS_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view. , implementation_dba_data: APPS.WIP_FLOW_ASSEMBLY_EVENTS_V ,
-
View: WIP_FLOW_SCHEDULE_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_SCHEDULE_EVENTS_V, object_name:WIP_FLOW_SCHEDULE_EVENTS_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view , implementation_dba_data: APPS.WIP_FLOW_SCHEDULE_EVENTS_V ,
-
View: WIP_FLOW_SCHEDULE_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_FLOW_SCHEDULE_EVENTS_V, object_name:WIP_FLOW_SCHEDULE_EVENTS_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view , implementation_dba_data: APPS.WIP_FLOW_SCHEDULE_EVENTS_V ,
-
View: WIP_LINE_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LINE_OPERATIONS_V, object_name:WIP_LINE_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view , implementation_dba_data: APPS.WIP_LINE_OPERATIONS_V ,
-
View: WIP_LINE_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_LINE_OPERATIONS_V, object_name:WIP_LINE_OPERATIONS_V, status:VALID, product: WIP - Work in Process , description: Flow Workstation base view , implementation_dba_data: APPS.WIP_LINE_OPERATIONS_V ,
-
View: WIP_OPERATION_RESOURCES_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPERATION_RESOURCES_INQ_V, object_name:WIP_OPERATION_RESOURCES_INQ_V, status:VALID, product: WIP - Work in Process , description: Additional data for WIP_OPERATION_RESOURCES , implementation_dba_data: APPS.WIP_OPERATION_RESOURCES_INQ_V ,
-
View: WIPFV_WIP_OPERATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_OPERATIONS, object_name:WIPFV_WIP_OPERATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_OPERATIONS ,
-
View: WIPFV_WIP_OPERATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIPFV_WIP_OPERATIONS, object_name:WIPFV_WIP_OPERATIONS, status:VALID, product: WIP - Work in Process , implementation_dba_data: APPS.WIPFV_WIP_OPERATIONS ,
-
View: WIP_OPERATION_RESOURCES_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_OPERATION_RESOURCES_INQ_V, object_name:WIP_OPERATION_RESOURCES_INQ_V, status:VALID, product: WIP - Work in Process , description: Additional data for WIP_OPERATION_RESOURCES , implementation_dba_data: APPS.WIP_OPERATION_RESOURCES_INQ_V ,