Search Results revision_reason
Overview
APPS.GMF_XLA_ITEM_REVISIONS_V is a reporting and integration view in Oracle E-Business Suite that exposes item revision data for consumption by the eXtensible Layered Architecture (XLA) and General Manufacturing (GMF) product suites. In Oracle EBS 12.1.1 and 12.2.2, the view serves as a simplified, read-only projection over the revision records maintained for inventory items, stripping away the administrative and audit columns that are not required by downstream subledger accounting, costing, or integration logic. Its principal role is to provide a stable, named interface through which subledger accounting events and manufacturing applications can resolve the revision identifier, revision name, revision label, and revision reason associated with a given inventory item and organization. Because object naming in EBS follows the GMF_XLA prefix, the view is closely tied to the XLA subledger accounting engine and to the process manufacturing (OPM/GMF) item master, making it relevant wherever revision-level transaction attribution is required. The presence of the REVISION_REASON column, which is the term most frequently searched by implementers, reflects the view's intended use in capturing the business justification recorded whenever an item revision is created or changed.
Underlying Base Objects
The view is defined over a single documented base object, MTL_ITEM_REVISIONS, which is referenced in the ETRM metadata through a synonym. MTL_ITEM_REVISIONS is the core Oracle Inventory table that stores one row for each revision of each inventory item, keyed by inventory item, organization, and revision. The view performs a direct projection: it does not join additional tables, aggregate rows, or apply filters. Consequently, the granularity of GMF_XLA_ITEM_REVISIONS_V is identical to that of MTL_ITEM_REVISIONS — one row per item revision per organization. No WHERE clause or DISTINCT is present, so all revisions, including obsolete or inactive ones, remain visible unless the caller restricts them. Because the view inherits the MTL_ITEM_REVISIONS synonym owned or exposed under APPS, access is governed by the standard APPS schema grants and any custom menu or responsibility-level exclusions applied to that synonym.
Key Columns
- INVENTORY_ITEM_ID — The surrogate primary key of the inventory item, joining to MTL_SYSTEM_ITEMS_B.
- ORGANIZATION_ID — The inventory organization in which the revision is defined, joining to ORG_ORGANIZATION_DEFINITIONS.
- REVISION_ID — The unique identifier of the revision record; exposed with the same alias as its source column.
- ITEM_REVISION — The revision code (for example, A, B, C) used to identify the revision in transactions.
- REVISION_LABEL — The descriptive label associated with the revision, typically the revision name displayed to users.
- REVISION_REASON — The free-text or coded reason explaining why the revision was created, the column most often referenced in compliance and change-control reporting.
Common Use Cases and Queries
Typical uses include revision reason analysis for quality and change control, subledger accounting lookups during XLA event processing, and integration extracts feeding downstream manufacturing or PLM systems. A simple lookup by item and organization returns:
SELECT revision_id, item_revision, revision_label, revision_reason FROM apps.gmf_xla_item_revisions_v WHERE inventory_item_id = :item_id AND organization_id = :org_id;- Reporting all revisions that carry a specific reason:
SELECT inventory_item_id, item_revision, revision_reason FROM apps.gmf_xla_item_revisions_v WHERE revision_reason = :reason; - Joining to MTL_SYSTEM_ITEMS_B to resolve the item number when building a revision master extract.
Because the view contains no filtering logic, consumers should add their own predicates on organization and item to avoid full scans of the revision table in large implementations.
-
VIEW: APPS.GMF_XLA_ITEM_REVISIONS_V
12.2.2
-
View: GMF_XLA_ITEM_REVISIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEM_REVISIONS_V, object_name:GMF_XLA_ITEM_REVISIONS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from item revisions , implementation_dba_data: APPS.GMF_XLA_ITEM_REVISIONS_V ,
-
VIEW: APPS.CST_XLA_INV_ITEM_REVS_REF_V
12.1.1
-
VIEW: APPS.CST_XLA_INV_ITEM_REVS_REF_V
12.2.2
-
VIEW: APPS.GMF_XLA_ITEM_REVISIONS_V
12.1.1
-
View: CST_XLA_INV_ITEM_REVS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_ITEM_REVS_REF_V, object_name:CST_XLA_INV_ITEM_REVS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_ITEM_REVS_REF_V ,
-
View: CST_XLA_INV_ITEM_REVS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_ITEM_REVS_REF_V, object_name:CST_XLA_INV_ITEM_REVS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_ITEM_REVS_REF_V ,
-
View: GMF_XLA_ITEM_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEM_REVISIONS_V, object_name:GMF_XLA_ITEM_REVISIONS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from item revisions , implementation_dba_data: APPS.GMF_XLA_ITEM_REVISIONS_V ,
-
VIEW: INV.MTL_ITEM_REVISIONS_INTERFACE#
12.2.2
-
VIEW: INV.MTL_ITEM_REVISIONS_B#
12.2.2
-
VIEW: APPS.CST_XLA_INV_ITEM_REVS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_ITEM_REVS_REF_V, object_name:CST_XLA_INV_ITEM_REVS_REF_V, status:VALID,
-
VIEW: APPS.GMF_XLA_ITEM_REVISIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEM_REVISIONS_V, object_name:GMF_XLA_ITEM_REVISIONS_V, status:VALID,
-
Lookup Type: EGO_ITMREV_ATTR_TO_DBCOL_MAP
12.1.1
product: EGO - Advanced Product Catalog , meaning: Item Revision Attribute Code to Database Column Mapping , description: Item Revision Attribute Code to Database Column Mapping ,
-
Lookup Type: EGO_ITMREV_ATTR_TO_DBCOL_MAP
12.2.2
product: EGO - Advanced Product Catalog , meaning: Item Revision Attribute Code to Database Column Mapping , description: Item Revision Attribute Code to Database Column Mapping ,
-
VIEW: APPS.CST_XLA_INV_ITEM_REVS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_ITEM_REVS_REF_V, object_name:CST_XLA_INV_ITEM_REVS_REF_V, status:VALID,
-
VIEW: APPS.GMF_XLA_ITEM_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEM_REVISIONS_V, object_name:GMF_XLA_ITEM_REVISIONS_V, status:VALID,
-
VIEW: INV.MTL_ITEM_REVISIONS_B#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ITEM_REVISIONS_B#, status:VALID,
-
APPS.BOM_BOM_REVISION_UTIL SQL Statements
12.1.1
-
Lookup Type: EGO_ITEM_REV_HDR_ATTR_GRP
12.2.2
product: EGO - Advanced Product Catalog , meaning: Revision Header Attribute Group , description: Revision Header Attribute Group ,
-
VIEW: INV.MTL_ITEM_REVISIONS_INTERFACE#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ITEM_REVISIONS_INTERFACE#, status:VALID,
-
Lookup Type: EGO_ITEM_REV_HDR_ATTR_GRP
12.1.1
product: EGO - Advanced Product Catalog , meaning: Revision Header Attribute Group , description: Revision Header Attribute Group ,
-
APPS.BOM_BOM_REVISION_UTIL SQL Statements
12.2.2
-
VIEW: APPS.IGFBV_STUDENT_AWARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_AWARDS, object_name:IGFBV_STUDENT_AWARDS, status:VALID,
-
View: IGFBV_STUDENT_AWARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_AWARDS, object_name:IGFBV_STUDENT_AWARDS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the information about the Awards given to students , implementation_dba_data: APPS.IGFBV_STUDENT_AWARDS ,
-
VIEW: APPS.MTL_ITEM_REVISIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_REVISIONS_VL, object_name:MTL_ITEM_REVISIONS_VL, status:VALID,
-
View: IGFBV_STUDENT_AWARDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the information about the Awards given to students , implementation_dba_data: Not implemented in this database ,
-
View: BOM_STRUCTURE_REVISIONS_VL
12.1.1
product: BOM - Bills of Material , description: This is a view over Bom revisions base table and bom revisions translations , implementation_dba_data: Not implemented in this database ,
-
TABLE: INV.MTL_ITEM_REVISIONS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_REVISIONS_B, object_name:MTL_ITEM_REVISIONS_B, status:VALID,
-
VIEW: APPS.MTL_ITEM_REVISIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_REVISIONS_VL, object_name:MTL_ITEM_REVISIONS_VL, status:VALID,
-
VIEW: APPS.IGFFV_STUDENT_AWARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_AWARDS, object_name:IGFFV_STUDENT_AWARDS, status:VALID,
-
View: MTL_ITEM_REVISIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_REVISIONS_VL, object_name:MTL_ITEM_REVISIONS_VL, status:VALID, product: INV - Inventory , description: Item Revisions multilingual view , implementation_dba_data: APPS.MTL_ITEM_REVISIONS_VL ,
-
View: BOM_STRUCTURE_REVISIONS_VL
12.2.2
product: BOM - Bills of Material , description: This is a view over Bom revisions base table and bom revisions translations , implementation_dba_data: Not implemented in this database ,
-
View: MTL_ITEM_REVISIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_REVISIONS_VL, object_name:MTL_ITEM_REVISIONS_VL, status:VALID, product: INV - Inventory , description: Item Revisions multilingual view , implementation_dba_data: APPS.MTL_ITEM_REVISIONS_VL ,
-
TYPE: APPS.BOM_BO_PUB_BOM_REV_REC_TYPE
12.2.2
owner:APPS, object_type:TYPE, object_name:BOM_BO_PUB_BOM_REV_REC_TYPE, status:VALID,
-
TABLE: INV.MTL_ITEM_REVISIONS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_REVISIONS_B, object_name:MTL_ITEM_REVISIONS_B, status:VALID,
-
View: IGFFV_STUDENT_AWARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_AWARDS, object_name:IGFFV_STUDENT_AWARDS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information about the Awards given to students , implementation_dba_data: APPS.IGFFV_STUDENT_AWARDS ,
-
View: IGFFV_STUDENT_AWARDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the Awards given to students , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_AWARD_DISBURSEMENTS, object_name:IGFBV_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the information of each disbursement. , implementation_dba_data: APPS.IGFBV_AWARD_DISBURSEMENTS ,
-
View: IGFBV_AWARD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the information of each disbursement. , implementation_dba_data: Not implemented in this database ,
-
APPS.MTL_ITEM_REVISIONS_UTIL SQL Statements
12.1.1
-
APPS.MTL_ITEM_REVISIONS_UTIL SQL Statements
12.2.2
-
VIEW: APPS.IGFBV_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_AWARD_DISBURSEMENTS, object_name:IGFBV_AWARD_DISBURSEMENTS, status:VALID,
-
TABLE: INV.MTL_ITEM_REVISIONS_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_REVISIONS_INTERFACE, object_name:MTL_ITEM_REVISIONS_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOM_REVISION_UTIL
12.1.1
-
TABLE: INV.MTL_ITEM_REVISIONS_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_REVISIONS_INTERFACE, object_name:MTL_ITEM_REVISIONS_INTERFACE, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_MAIN_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_MAIN_OBJ, status:VALID,
-
PACKAGE BODY: APPS.BOM_BOM_REVISION_UTIL
12.2.2
-
TYPE: APPS.INV_EBI_ITEM_MAIN_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_MAIN_OBJ, status:VALID,
-
APPS.INVUPD1B SQL Statements
12.1.1
-
APPS.INVUPD1B SQL Statements
12.2.2