Search Results impl_cb
Overview
The APPS.ENG_REVISED_COMPONENTS_ERV view is an Engineering (ENG) module reporting object that consolidates pending, implemented, and cancelled revised components associated with engineering change management. In Oracle EBS 12.1.1 and 12.2.2, this view exposes the revised bill of material component data produced by Engineering Change Orders (ECOs) and Engineering Change Notices (ECNs), joining the revised component rows to their source bills, revised item headers, item master definitions, and lookup meanings. The "ERV" suffix denotes Engineering Revised View, and the view is registered as VALID in the APPS schema.
Because users frequently search for mtl_item_revisions in this context, it is important to note that the view references MTL_ITEM_REVISIONS as a documented base object, but its primary function is to surface revised component lines rather than revision definitions alone. The view supports reporting and integration scenarios where implementers must determine which components of a bill are pending, implemented, or cancelled, and their associated effectivity and implementation dates.
Underlying Base Objects
The documented base objects for ENG_REVISED_COMPONENTS_ERV include:
- ENG_REVISED_COMPONENTS (SYNONYM) — the principal fact source supplying component sequence, quantity, effectivity, cancellation, and change notice columns.
- ENG_REVISED_ITEMS (SYNONYM) — the revised item header providing item-level ECO context.
- BOM_BILL_OF_MATERIALS (VIEW) and BOM_INVENTORY_COMPONENTS (VIEW) — bill and component definitions referenced for structural linkage.
- MTL_ITEM_REVISIONS (SYNONYM) — item revision definitions, relevant to the revision context of the revised item.
- MTL_SYSTEM_ITEMS_VL (VIEW) — item master details such as item number, description, UOM, locator control, and flagship flags.
- MTL_ITEM_LOCATIONS_KFV (VIEW) — concatenated locator flexfield values for supply locators.
- FND_COMMON_LOOKUPS (VIEW) and MFG_LOOKUPS (VIEW) — lookup meanings for supply type, item type, and related codes.
- FND_GLOBAL (PACKAGE) — session context used for security and audit defaults.
Key Columns
- COMPONENT_SEQUENCE_ID, BILL_SEQUENCE_ID, REVISED_ITEM_SEQUENCE_ID — identifiers linking the component to its bill and revised item.
- COMPONENT_ITEM_ID, COMPONENT_ITEM_NO, COMPONENT_ITEM_DESC — component item identity and descriptive attributes.
- CHANGE_NOTICE, EFFECTIVITY_DATE, IMPLEMENTATION_DATE, CANCELLATION_DATE, CANCEL_COMMENTS — ECO and temporal columns distinguishing pending, implemented, and cancelled components.
- COMPONENT_QUANTITY, COMPONENT_YIELD_FACTOR, PLANNING_FACTOR, COST_FACTOR — quantity and planning values.
- ACD_TYPE, IMPL_CB (constant 2), WIP_SUPPLY_TYPE, SUPPLY_TYPE — supply and type indicators.
- SUPPLY_SUBINVENTORY, SUPPLY_LOCATOR_ID, SUPPLY_LOCATOR — supply warehouse and locator details.
- BOM_ITEM_TYPE, PRIMARY_UOM_CODE, ENG_ITEM_FLAG, INVENTORY_ITEM_STATUS_CODE — item master attributes from MTL_SYSTEM_ITEMS_VL.
- OLD_COMPONENT_SEQUENCE_ID, SO_BASIS, OPTIONAL, MUTUALLY_EXCLUSIVE_OPTIONS — configuration and reference columns.
- ATTRIBUTE1–ATTRIBUTE15, ATTRIBUTE_CATEGORY — descriptive flexfield columns.
Common Use Cases and Queries
Typical usage includes ECO impact reporting, pending-change validation, and integration extracts that must distinguish implemented from cancelled components.
- List all pending revised components for a bill and effectivity range.
- Report cancelled components with comments and cancellation dates.
- Join to MTL_ITEM_REVISIONS for revision-level detail.
Example:
SELECT component_sequence_id, component_item_no,
component_quantity, effectivity_date,
implementation_date, cancellation_date, supply_type
FROM apps.eng_revised_components_erv
WHERE bill_sequence_id = :bill_seq
AND NVL(cancellation_date, SYSDATE + 1) > SYSDATE
ORDER BY component_sequence_id;
This view is best suited to read-only reporting and is not intended for transactional updates.
-
View: ENG_REVISED_COMPONENTS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_ERV, object_name:ENG_REVISED_COMPONENTS_ERV, status:VALID, product: ENG - Engineering , description: Pending, implemented, and cancelled revised components , implementation_dba_data: APPS.ENG_REVISED_COMPONENTS_ERV ,
-
View: ENG_REVISED_COMPONENTS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_ERV, object_name:ENG_REVISED_COMPONENTS_ERV, status:VALID, product: ENG - Engineering , description: Pending, implemented, and cancelled revised components , implementation_dba_data: APPS.ENG_REVISED_COMPONENTS_ERV ,
-
View: ENG_REVISED_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_V, object_name:ENG_REVISED_COMPONENTS_V, status:VALID, product: ENG - Engineering , description: Pending, implemented, and cancelled revised components , implementation_dba_data: APPS.ENG_REVISED_COMPONENTS_V ,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.1.1
-
VIEW: APPS.BOM_OPERATION_SEQUENCES_V
12.2.2
-
View: ENG_REVISED_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_V, object_name:ENG_REVISED_COMPONENTS_V, status:VALID, product: ENG - Engineering , description: Pending, implemented, and cancelled revised components , implementation_dba_data: APPS.ENG_REVISED_COMPONENTS_V ,
-
View: BOM_INVENTORY_COMPONENTS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_ERV, object_name:BOM_INVENTORY_COMPONENTS_ERV, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS_ERV ,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.2.2
-
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_INVENTORY_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_V, object_name:BOM_INVENTORY_COMPONENTS_V, status:VALID, product: BOM - Bills of Material , description: Bill of material components , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS_V ,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_V
12.1.1
-
View: BOM_INVENTORY_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_V, object_name:BOM_INVENTORY_COMPONENTS_V, status:VALID, product: BOM - Bills of Material , description: Bill of material components , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS_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: APPS.ENG_REVISED_COMPONENTS_V
12.2.2
-
View: BOM_INVENTORY_COMPONENTS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_ERV, object_name:BOM_INVENTORY_COMPONENTS_ERV, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_INVENTORY_COMPONENTS_ERV ,
-
VIEW: APPS.BOM_OPERATION_SEQUENCES_V
12.1.1
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_V
12.1.1
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_V
12.2.2
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_ERV
12.2.2
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_ERV
12.1.1
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_ERV, object_name:BOM_INVENTORY_COMPONENTS_ERV, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_ERV, object_name:BOM_INVENTORY_COMPONENTS_ERV, status:VALID,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_ERV, object_name:ENG_REVISED_COMPONENTS_ERV, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_V, object_name:BOM_INVENTORY_COMPONENTS_V, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS_V, object_name:BOM_INVENTORY_COMPONENTS_V, status:VALID,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_ERV, object_name:ENG_REVISED_COMPONENTS_ERV, status:VALID,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_V, object_name:ENG_REVISED_COMPONENTS_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_V, object_name:ENG_REVISED_COMPONENTS_V, status:VALID,
-
VIEW: APPS.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,
-
eTRM - ENG Tables and Views
12.2.2
description: Change type organization properties ,
-
eTRM - ENG Tables and Views
12.1.1
description: Change type organization properties ,
-
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. ,