Search Results eng_revised_components_erv
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 ,
-
SYNONYM: APPS.ENG_REVISED_COMPONENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ENG_REVISED_COMPONENTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.ENG_REVISED_COMPONENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ENG_REVISED_COMPONENTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.ENG_REVISED_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ENG_REVISED_ITEMS, status:VALID,
-
SYNONYM: APPS.ENG_REVISED_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ENG_REVISED_ITEMS, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_REVISIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_REVISIONS, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_REVISIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_REVISIONS, status:VALID,
-
VIEW: APPS.FND_COMMON_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_COMMON_LOOKUPS, object_name:FND_COMMON_LOOKUPS, status:VALID,
-
VIEW: APPS.FND_COMMON_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_COMMON_LOOKUPS, object_name:FND_COMMON_LOOKUPS, 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_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.MTL_ITEM_LOCATIONS_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOCATIONS_KFV, object_name:MTL_ITEM_LOCATIONS_KFV, status:VALID,
-
VIEW: APPS.MTL_ITEM_LOCATIONS_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOCATIONS_KFV, object_name:MTL_ITEM_LOCATIONS_KFV, status:VALID,
-
VIEW: APPS.BOM_BILL_OF_MATERIALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS, object_name:BOM_BILL_OF_MATERIALS, status:VALID,
-
VIEW: APPS.BOM_BILL_OF_MATERIALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS, object_name:BOM_BILL_OF_MATERIALS, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS, object_name:BOM_INVENTORY_COMPONENTS, status:VALID,
-
VIEW: APPS.BOM_INVENTORY_COMPONENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_INVENTORY_COMPONENTS, object_name:BOM_INVENTORY_COMPONENTS, status:VALID,
-
VIEW: APPS.MFG_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.MFG_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, 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 - INV Tables and Views
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. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - ENG Tables and Views
12.2.2
description: Change type organization properties ,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - ENG Tables and Views
12.1.1
description: Change type organization properties ,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
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. ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,