Search Results engbv_eco_revised_items
Overview
ENGBV_ECO_REVISED_ITEMS is an APPS-owned, read-only view in the Oracle E-Business Suite Engineering (ENG) module. It presents the revised item lines associated with Engineering Change Orders (ECOs) so that engineers, planners, and reporting tools can review the effect of an ECO on individual items without querying the underlying transactional tables directly. The view is registered as VALID and is available in both Oracle EBS 12.1.1 and 12.2.2.
The view is a business view (the "BV" in the name) rather than a pure table join. Its SELECT list contains OAF-style symbolic column aliases such as _KF:REVISED_ITEM_NAME, _LA:STATUS_TYPE, and _SEC:RE.ORGANIZATION_ID. These markers are consumed by the Oracle Applications Framework based Engineering workbench and are not exposed to end users as literal text. The view is defined WITH READ ONLY, so it cannot be used for DML.
Underlying Base Objects
The ETRM metadata documents two referenced base objects, both accessed through APPS synonyms:
- ENG_REVISED_ITEMS — the primary source (aliased RE). It supplies the revised item identifier, revision, ECO relationship, scheduling and implementation dates, cancellation data, dispositions, and the
USE_UP_PLAN_NAME. - MTL_SYSTEM_ITEMS_B — the item master (aliased SY), used to supply the revised item name and to validate organization/item context.
Joins are made on RE.ORGANIZATION_ID = SY.ORGANIZATION_ID and RE.REVISED_ITEM_ID = SY.INVENTORY_ITEM_ID. An additional organization security predicate (_SEC:RE.ORGANIZATION_ID IS NOT NULL) enforces multi-org access filtering at the framework layer.
Key Columns
The view exposes the following columns of note:
- _KF:REVISED_ITEM_NAME — the flexfield-based display key for the revised item; backed by MTL_SYSTEM_ITEMS_B.
- NEW_ITEM_REVISION — the revision being introduced by the ECO.
- ECO_NAME — the change notice (ECO) identifier.
- START_EFFECTIVE_DATE / EARLIEST_EFFECTIVE_DATE — the ECO scheduled date and early schedule date.
- IMPLEMENTATION_DATE — when the ECO was implemented.
- FROM_END_ITEM_UNIT_NUMBER, CHANGE_DESCRIPTION — descriptive context for the change.
- CANCELLATION_DATE, CANCELLATION_COMMENTS — populate when the revision is cancelled.
- USE_UP_PLAN_NAME — the name of the use-up plan associated with the revised item. This column is the term the user searched for and is the principal reason reporting queries target this view. It links the revised item to the inventory use-up (disposition) strategy defined for the affected component.
- _LA:STATUS_TYPE, _LA:DISPOSITION_TYPE, _LA:MRP_ACTIVE, _LA:UPDATE_WIP, _LA:USE_UP — lookups resolved at runtime from MFG_LOOKUPS (ECG_ECN_STATUS, ECG_MATERIAL_DISPOSITION, SYS_YES_NO).
- ORGANIZATION_ID, REVISED_ITEM_ID, REVISED_ITEM_SEQUENCE_ID, BILL_SEQUENCE_ID, USE_UP_ITEM_ID — key identifiers used for joining back to ECO, bill, and use-up item tables.
- CREATED_ON, CREATED_BY, UPDATED_ON, UPDATED_BY — audit columns.
Common Use Cases and Queries
Typical reporting scenarios include impact analysis of an ECO on a given item, identifying which revised items carry a use-up plan, and reconciling ECO implementation status with inventory planning. A representative query is:
SELECT eco_name, _kf_revised_item_name, new_item_revision, start_effective_date, use_up_plan_name, implementation_date FROM apps.engbv_eco_revised_items WHERE organization_id = :org_id AND use_up_plan_name IS NOT NULL ORDER BY eco_name, start_effective_date;
A second query retrieves all revisions tied to a specific ECO:
SELECT eco_name, new_item_revision, status_type, disposition_type, mrp_active, update_wip FROM apps.engbv_eco_revised_items WHERE eco_name = :eco;
Because the view is read-only and includes organization security predicates, it is suitable for BI Publisher reports, OAF-based engineering dashboards, and integration extracts that must respect multi-org access. Direct DML against the view is not supported; updates must be performed against ENG_REVISED_ITEMS.
-
View: ENGBV_ECO_REVISED_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGBV_ECO_REVISED_ITEMS, object_name:ENGBV_ECO_REVISED_ITEMS, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENGBV_ECO_REVISED_ITEMS ,
-
View: ENGBV_ECO_REVISED_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGBV_ECO_REVISED_ITEMS, object_name:ENGBV_ECO_REVISED_ITEMS, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENGBV_ECO_REVISED_ITEMS ,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.ENGBV_ECO_REVISED_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGBV_ECO_REVISED_ITEMS, object_name:ENGBV_ECO_REVISED_ITEMS, status:VALID,
-
VIEW: APPS.ENGBV_ECO_REVISED_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENGBV_ECO_REVISED_ITEMS, object_name:ENGBV_ECO_REVISED_ITEMS, status:VALID,
-
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_SYSTEM_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_B, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_B, 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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 ,