Search Results ego_item_revision
Overview
APPS.ENG_CHANGE_HDR_ITEM_SUBJECTS_V is an Oracle E-Business Suite view that flattens the change-subject associations attached to engineering change orders (ECOs) so that each affected item, and where applicable each affected item revision, is presented on a single row together with its change identifier. It belongs to the Engineering (ENG) product family and is commonly used by ECO reporting, workflow notifications, and integration extracts that need a denormalized list of "which item/revision is on which change." The view is defined in the APPS schema and is therefore subject to standard EBS security and synonym conventions.
The view is of particular interest to users searching for ego_item_revision, because the item revision association is stored in ENG_CHANGE_SUBJECTS under the entity name EGO_ITEM_REVISION. The view simplifies that relationship by resolving the revision identifier to a human-readable revision label and by ensuring items are not double-counted when a revision-level subject is also present for the same change.
Underlying Base Objects
The documented base objects referenced by this view are:
- ENG_CHANGE_SUBJECTS (SYNONYM) — the driving table holding the polymorphic subject records attached to an ECO. Items are identified by ENTITY_NAME = 'EGO_ITEM', using PK1_VALUE (inventory_item_id) and PK2_VALUE (organization_id). Revisions are identified by ENTITY_NAME = 'EGO_ITEM_REVISION', using PK1_VALUE, PK2_VALUE, and PK3_VALUE (revision_id).
- MTL_SYSTEM_ITEMS_KFV (SYNONYM) — the key flexfield view over the item master, supplying the CONCATENATED_SEGMENTS item number used as ITEM_NUMBER.
- MTL_ITEM_REVISIONS_B (SYNONYM) — the item revision base table, supplying the REVISION and REVISION_LABEL columns used to derive ITEM_REVISION.
The view is a UNION ALL of two branches. The first branch returns item-level subjects where CHANGE_LINE_ID IS NULL and no corresponding revision-level subject (EGO_ITEM_REVISION with a non-null PK3_VALUE) exists for the same change, emitting a NULL ITEM_REVISION. The second branch returns revision-level subjects joined to MTL_ITEM_REVISIONS_B, emitting either REVISION_LABEL or, if that is null, REVISION as ITEM_REVISION.
Key Columns
- CHANGE_ID — identifier of the engineering change order to which the subject row belongs; joins to the change header.
- ITEM_NUMBER — the concatenated item key flexfield segments from MTL_SYSTEM_ITEMS_KFV for the affected item.
- ITEM_REVISION — NULL for item-level-only subjects; otherwise the revision label (falling back to the revision value) resolved from MTL_ITEM_REVISIONS_B.
The absence of organization or item identifier columns beyond the concatenated number should be noted; consumers requiring inventory_item_id or organization_id must join back to the source tables or use alternative views.
Common Use Cases and Queries
Typical uses include listing all items and revisions impacted by a change, generating notification content, and feeding downstream PLM or quality systems. A representative query is:
SELECT change_id, item_number, item_revision FROM apps.eng_change_hdr_item_subjects_v WHERE change_id = :change_id ORDER BY item_number, item_revision NULLS FIRST;
To locate only revision-controlled subjects:
SELECT change_id, item_number, item_revision FROM apps.eng_change_hdr_item_subjects_v WHERE item_revision IS NOT NULL;
Because the view already suppresses duplicate item rows when a revision subject exists, it is well suited to ECO header reports that must display one line per affected item/revision without additional DISTINCT logic. Ensure the APPS schema and appropriate MO/ENG responsibilities are used when querying.
-
VIEW: APPS.ENG_CHANGE_HDR_ITEM_SUBJECTS_V
12.2.2
-
VIEW: APPS.ENG_CHANGE_SUBJECTS_V
12.1.1
-
VIEW: APPS.EGO_ITEM_MINOR_REVISIONS_V
12.1.1
-
VIEW: APPS.ENG_CHANGE_HDR_ITEM_SUBJECTS_V
12.1.1
-
VIEW: APPS.ENG_CHANGE_SUBJECTS_V
12.2.2
-
VIEW: APPS.EGO_ITEM_MINOR_REVISIONS_V
12.2.2
-
APPS.DOM_ASSOCIATIONS_UTIL SQL Statements
12.1.1
-
View: ENG_CHANGE_HDR_ITEM_SUBJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_HDR_ITEM_SUBJECTS_V, object_name:ENG_CHANGE_HDR_ITEM_SUBJECTS_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGE_HDR_ITEM_SUBJECTS_V ,
-
View: ENG_CHANGE_SUBJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_SUBJECTS_V, object_name:ENG_CHANGE_SUBJECTS_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGE_SUBJECTS_V ,
-
View: ENG_CHANGE_HDR_ITEM_SUBJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_HDR_ITEM_SUBJECTS_V, object_name:ENG_CHANGE_HDR_ITEM_SUBJECTS_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGE_HDR_ITEM_SUBJECTS_V ,
-
View: ENG_CHANGE_SUBJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_SUBJECTS_V, object_name:ENG_CHANGE_SUBJECTS_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGE_SUBJECTS_V ,
-
View: EGO_ITEM_MINOR_REVISIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_MINOR_REVISIONS_V, object_name:EGO_ITEM_MINOR_REVISIONS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for minor revisons information for any object. , implementation_dba_data: APPS.EGO_ITEM_MINOR_REVISIONS_V ,
-
View: EGO_ITEM_MINOR_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_MINOR_REVISIONS_V, object_name:EGO_ITEM_MINOR_REVISIONS_V, status:VALID, product: EGO - Advanced Product Catalog , description: View for minor revisons information for any object. , implementation_dba_data: APPS.EGO_ITEM_MINOR_REVISIONS_V ,
-
MATERIALIZED VIEW: APPS.ENI_DBI_CO_OBJIDS_MV
12.1.1
-
Lookup Type: ENG_CHANGE_RELATION_OBJECTS
12.2.2
product: ENG - Engineering , meaning: Change Managememt Relationship Objects ,
-
Lookup Type: ENG_CHANGE_RELATION_OBJECTS
12.1.1
product: ENG - Engineering , meaning: Change Managememt Relationship Objects ,
-
PACKAGE BODY: APPS.DOM_ASSOCIATIONS_UTIL
12.1.1
-
VIEW: APPS.ENG_CHANGE_OBJ_RELATIONSHIPS_V
12.1.1
-
VIEW: APPS.ENG_CHANGE_OBJ_RELATIONSHIPS_V
12.2.2
-
View: ENG_CHANGE_OBJ_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_OBJ_RELATIONSHIPS_V, object_name:ENG_CHANGE_OBJ_RELATIONSHIPS_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGE_OBJ_RELATIONSHIPS_V ,
-
View: ENG_CHANGE_OBJ_RELATIONSHIPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_CHANGE_OBJ_RELATIONSHIPS_V, object_name:ENG_CHANGE_OBJ_RELATIONSHIPS_V, status:VALID, product: ENG - Engineering , implementation_dba_data: APPS.ENG_CHANGE_OBJ_RELATIONSHIPS_V ,
-
PACKAGE BODY: APPS.ENG_NEW_ITEM_REQ_UTIL
12.1.1
-
PACKAGE BODY: APPS.ENG_NEW_ITEM_REQ_UTIL
12.2.2
-
APPS.ENG_CHANGE_LINE_UTIL SQL Statements
12.1.1
-
APPS.ENG_CHANGE_LINE_UTIL SQL Statements
12.2.2
-
APPS.EGO_INV_ITEM_CATALOG_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ENG_CHANGE_LINE_UTIL
12.2.2
-
PACKAGE BODY: APPS.ENG_CHANGE_LINE_UTIL
12.1.1
-
APPS.EGO_INV_ITEM_CATALOG_PVT SQL Statements
12.2.2
-
APPS.ENG_CHANGE_ROLES_PUB SQL Statements
12.1.1
-
PACKAGE: APPS.ENG_CHANGE_IMPORT_UTIL
12.1.1
-
APPS.ENG_CHANGE_ROLES_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.EGO_ITEMS_ATTRS_CHANGES_PKG
12.1.1
-
PACKAGE: APPS.ENG_CHANGE_IMPORT_UTIL
12.2.2
-
PACKAGE BODY: APPS.EGO_ITEMS_ATTRS_CHANGES_PKG
12.2.2
-
APPS.EGO_IMPORT_BATCH_COMPARE_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.EGO_IMPORT_BATCH_COMPARE_PVT dependencies on FND_MESSAGE
12.2.2
-
APPS.BOM_GLOBALS dependencies on FND_INSTALLATION
12.2.2
-
APPS.BOM_GLOBALS dependencies on FND_INSTALLATION
12.1.1
-
APPS.EGO_ITEMS_ATTRS_CHANGES_PKG dependencies on TAB
12.1.1
-
APPS.EGO_ITEMS_ATTRS_CHANGES_PKG dependencies on EGO_ITEMS_ATTRS_CHANGES_B
12.2.2
-
APPS.EGO_ITEMS_ATTRS_CHANGES_PKG dependencies on TAB
12.2.2
-
APPS.EGO_ITEMS_ATTRS_CHANGES_PKG dependencies on EGO_ITEMS_ATTRS_CHANGES_B
12.1.1
-
APPS.ENG_NEW_ITEM_REQ_UTIL dependencies on FND_GLOBAL
12.1.1
-
APPS.ENG_CHANGE_LINE_UTIL dependencies on ENG_VAL_TO_ID
12.2.2
-
APPS.BOM_EXPLODER_PUB dependencies on EGO_MINOR_REVISIONS
12.1.1
-
APPS.BOM_EXPLODER_PUB dependencies on EGO_MINOR_REVISIONS
12.2.2
-
APPS.DOM_ASSOCIATIONS_UTIL dependencies on DOM_RELATIONSHIPS
12.1.1
-
APPS.EGO_IMPORT_BATCH_COMPARE_PVT dependencies on EGO_COMPARE_VIEW_REC
12.1.1
-
APPS.ENG_WORKFLOW_UTIL dependencies on FND_OBJECTS
12.1.1