Search Results mtl_item_revisions
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: EDW_ITEMS_ITEM_REV_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDW_ITEMS_ITEM_REV_FKV, object_name:EDW_ITEMS_ITEM_REV_FKV, status:VALID, product: ENG - Engineering , description: This view holds item - revision information , implementation_dba_data: APPS.EDW_ITEMS_ITEM_REV_FKV ,
-
View: EDW_ITEMS_ITEM_REV_FKV
12.2.2
product: ENG - Engineering , description: This view holds item - revision information , implementation_dba_data: Not implemented in this database ,
-
View: ENG_IMPACTED_BILLS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_IMPACTED_BILLS_ERV, object_name:ENG_IMPACTED_BILLS_ERV, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_IMPACTED_BILLS_ERV ,
-
View: ENG_IMPACTED_BILLS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_IMPACTED_BILLS_ERV, object_name:ENG_IMPACTED_BILLS_ERV, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_IMPACTED_BILLS_ERV ,
-
View: EDWBV_ITEM_ITEMREV_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.EDWBV_ITEM_ITEMREV_LCV, object_name:EDWBV_ITEM_ITEMREV_LCV, status:VALID, product: ENG - Engineering , description: This view contains item revisions. , implementation_dba_data: APPS.EDWBV_ITEM_ITEMREV_LCV ,
-
View: EDWBV_ITEM_ITEMREV_LCV
12.2.2
product: ENG - Engineering , description: This view contains item revisions. , implementation_dba_data: Not implemented in this database ,
-
View: ENG_REVISED_ITEMS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_ITEMS_ERV, object_name:ENG_REVISED_ITEMS_ERV, status:VALID, product: ENG - Engineering , description: Pending and implemented revised items , implementation_dba_data: APPS.ENG_REVISED_ITEMS_ERV ,
-
View: ENG_REVISED_ITEMS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_ITEMS_ERV, object_name:ENG_REVISED_ITEMS_ERV, status:VALID, product: ENG - Engineering , description: Pending and implemented revised items , implementation_dba_data: APPS.ENG_REVISED_ITEMS_ERV ,