Search Results revision_label
Overview
GMF_XLA_ITEM_REVISIONS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite. It belongs to the GMF (Process Manufacturing Financials) product family and is documented with a status of VALID in both release 12.1.1 and 12.2.2. The view exists to expose item revision data as a source for Subledger Accounting (SLA) Accounting Derived Reporting (ADR) attributes. In the SLA architecture, ADR sources supply descriptive and identifying information that the accounting engine attaches to subledger journal entries, enabling downstream reconciliation, audit, and reporting without the journal having to re-derive the values from operational tables.
The view presents a narrow, purpose-built projection of revision data rather than a fully denormalized item master. Its role is therefore integration-oriented: it feeds SLA configuration, ADR source definitions, and custom reports that need revision identifiers and descriptive revision attributes alongside the item and organization context.
Underlying Base Objects
The view is defined over a single base object, documented in the ETRM metadata as MTL_ITEM_REVISIONS, exposed in the APPS schema as a synonym. MTL_ITEM_REVISIONS is the standard Oracle Inventory table that stores revision definitions for revision-controlled items, keyed by inventory item and organization. Because the view references only this one table and performs no joins, it is a direct, lightweight pass-through. No aggregation, filtering, or outer joins are applied in the documented view text, so row cardinality and grain match the underlying revision records exactly. This simplicity is intentional: SLA ADR sources must resolve deterministically to a single revision row for a given item and organization combination.
Key Columns
The view exposes six columns, as documented in the ETRM view text:
- INVENTORY_ITEM_ID — The surrogate key of the inventory item for which the revision is defined. This is the primary join key to MTL_SYSTEM_ITEMS_B and to transaction and accounting tables.
- ORGANIZATION_ID — The inventory organization that owns the revision record. Item revisions are organization-specific, so this column is essential for correct resolution in multi-org environments.
- REVISION_ID — The unique identifier of the revision row. This is the column most relevant to the user's search term "revision_id," and it is the primary key of MTL_ITEM_REVISIONS. In SLA contexts it is the value persisted on journal lines or ADR source assignments.
- ITEM_REVISION — The revision code or number, aliased from the underlying REVISION column. This is the human-readable revision identifier (for example, "A" or "01").
- REVISION_LABEL — The descriptive label associated with the revision, used for display and reporting.
- REVISION_REASON — The reason code or description explaining why the revision was created.
Common Use Cases and Queries
Typical usage centers on resolving revision context for accounting and reconciliation reports. A common pattern joins the view to MTL_SYSTEM_ITEMS_B and to transaction tables using INVENTORY_ITEM_ID and ORGANIZATION_ID, while REVISION_ID provides the exact revision linkage.
To retrieve all revisions for a specific item and organization:
- SELECT inventory_item_id, organization_id, 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;
To resolve the revision code from a stored REVISION_ID, as when reconciling an SLA journal line:
- SELECT item_revision, revision_label FROM apps.gmf_xla_item_revisions_v WHERE revision_id = :revision_id;
To validate ADR source assignments during SLA setup, query the view filtered by organization to confirm that revision values are available to the accounting derivation rules. Because the view is a synonym-based pass-through with no filters, it returns all revision records visible to the APPS schema, so WHERE clauses on organization or item are strongly recommended in production queries.
-
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.GMF_XLA_ITEM_REVISIONS_V
12.1.1
-
VIEW: APPS.CST_XLA_INV_ITEM_REVS_REF_V
12.2.2
-
VIEW: APPS.GMF_XLA_ITEM_REVISIONS_V
12.2.2
-
VIEW: APPS.CST_XLA_INV_ITEM_REVS_REF_V
12.1.1
-
VIEW: BOM.BOM_ODI_WS_REVISIONS#
12.2.2
-
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: 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: 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: EGO.EGO_MASSUPDATE_ITEM_TMP#
12.2.2
-
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.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,
-
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 ,
-
View: BOM_ITEM_CURRENT_REV_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ITEM_CURRENT_REV_VIEW, object_name:BOM_ITEM_CURRENT_REV_VIEW, status:VALID, product: BOM - Bills of Material , description: Item current revisions , implementation_dba_data: APPS.BOM_ITEM_CURRENT_REV_VIEW ,
-
VIEW: BOM.BOM_ODI_WS_REVISIONS#
12.2.2
owner:BOM, object_type:VIEW, object_name:BOM_ODI_WS_REVISIONS#, status:VALID,
-
View: BOM_ITEM_CURRENT_REV_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ITEM_CURRENT_REV_VIEW, object_name:BOM_ITEM_CURRENT_REV_VIEW, status:VALID, product: BOM - Bills of Material , description: Item current revisions , implementation_dba_data: APPS.BOM_ITEM_CURRENT_REV_VIEW ,
-
VIEW: APPS.ENG_CHANGE_OBJ_RELATIONSHIPS_V
12.2.2
-
VIEW: APPS.ENG_CHANGE_OBJ_RELATIONSHIPS_V
12.1.1
-
TABLE: BOM.BOM_ODI_WS_REVISIONS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_ODI_WS_REVISIONS, object_name:BOM_ODI_WS_REVISIONS, status:VALID,
-
VIEW: APPS.BOM_ITEM_CURRENT_REV_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ITEM_CURRENT_REV_VIEW, object_name:BOM_ITEM_CURRENT_REV_VIEW, 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: 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.BOM_ITEM_CURRENT_REV_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_ITEM_CURRENT_REV_VIEW, object_name:BOM_ITEM_CURRENT_REV_VIEW, status:VALID,
-
View: BOM_PLM_EXPLOSION_TEMP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_PLM_EXPLOSION_TEMP, object_name:BOM_PLM_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_PLM_EXPLOSION_TEMP ,
-
VIEW: APPS.BOM_ITEM_CURRENT_REV_VIEW
12.1.1
-
VIEW: APPS.BOM_ITEM_CURRENT_REV_VIEW
12.2.2
-
View: BOM_COPY_EXPLOSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_COPY_EXPLOSIONS_V, object_name:BOM_COPY_EXPLOSIONS_V, status:VALID, product: BOM - Bills of Material , description: View for Multi level copy structure , implementation_dba_data: APPS.BOM_COPY_EXPLOSIONS_V ,
-
View: BOM_COPY_EXPLOSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_COPY_EXPLOSIONS_V, object_name:BOM_COPY_EXPLOSIONS_V, status:VALID, product: BOM - Bills of Material , description: View for Multi level copy structure , implementation_dba_data: APPS.BOM_COPY_EXPLOSIONS_V ,
-
View: BOM_PLM_EXPLOSION_TEMP
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_PLM_EXPLOSION_TEMP, object_name:BOM_PLM_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.BOM_PLM_EXPLOSION_TEMP ,
-
VIEW: APPS.BOM_PLM_EXPLOSION_TEMP
12.2.2
-
VIEW: APPS.BOM_PLM_EXPLOSION_TEMP
12.1.1
-
VIEW: APPS.MTL_ITEM_REVISIONS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_REVISIONS_ALL_V, object_name:MTL_ITEM_REVISIONS_ALL_V, status:VALID,
-
VIEW: APPS.MTL_ITEM_ORG_REV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_ORG_REV_V, object_name:MTL_ITEM_ORG_REV_V, status:VALID,
-
VIEW: APPS.BOM_EXPLOSIONS_ALL_V
12.1.1
-
VIEW: INV.MTL_ITEM_REVISIONS_B#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ITEM_REVISIONS_B#, status:VALID,
-
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: APPS.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,
-
View: BOM_EXPLOSIONS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_EXPLOSIONS_ALL_V, object_name:BOM_EXPLOSIONS_ALL_V, status:VALID, product: BOM - Bills of Material , description: View over BOM_EXPLOSIONS_ALL Table , implementation_dba_data: APPS.BOM_EXPLOSIONS_ALL_V ,
-
APPS.BOM_BOM_REVISION_UTIL SQL Statements
12.1.1
-
VIEW: APPS.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,
-
VIEW: INV.MTL_ITEM_REVISIONS_INTERFACE#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_ITEM_REVISIONS_INTERFACE#, status:VALID,
-
VIEW: APPS.BOM_IMPL_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_IMPL_INQUIRY_V, object_name:BOM_IMPL_INQUIRY_V, status:VALID,
-
APPS.BOM_BOM_REVISION_UTIL SQL Statements
12.2.2
-
VIEW: APPS.MTL_ITEM_ORG_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_ORG_REV_V, object_name:MTL_ITEM_ORG_REV_V, status:VALID,
-
VIEW: APPS.MTL_ITEM_REVISIONS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_REVISIONS_ALL_V, object_name:MTL_ITEM_REVISIONS_ALL_V, status:VALID,