Search Results req_enc_ael_gl_v
Overview
REQ_ENC_AEL_GL_V is an Oracle E-Business Suite dictionary view owned by the APPS schema and classified under the Purchasing (PO) product family. It is a Subledger Accounting (SLA) related view, part of the "Encumbrance AEL GL" (Accounting Event Line – General Ledger) family of views used by the Subledger Accounting and Encumbrance Accounting reporting infrastructure. The view presents requisition encumbrance accounting distributions joined with their corresponding General Ledger journal entries, providing a unified, query-ready representation of requisition encumbrances and the GL impact they generate.
Its primary purpose is to support drill-down and reconciliation reporting that links requisition document information (header segment, org, item, quantity, price) with the accounting entries recorded in GL (entered and accounted debits/credits, currency conversion details, and journal identifiers). The view is validated and available in both 12.1.1 and 12.2.2 releases.
Underlying Base Objects
The view is defined over eleven base objects, all referenced either directly or through synonyms owned by APPS. The core Purchasing tables are PO_REQUISITION_HEADERS_ALL (joined as PRH), PO_REQUISITION_LINES_ALL (PRL), and PO_REQ_DISTRIBUTIONS_ALL (PRD) — these supply requisition, line, and distribution-level attributes. PO_LOOKUP_CODES (PL1) supplies the requisition type display value via LOOKUP_TYPE = 'REQUISITION TYPE' and the SYSDATE of the document context.
The accounting side is sourced from GL_JE_HEADERS (JEH) and GL_JE_LINES (JEL). The join to GL is driven by reference columns on the GL line: JEL.REFERENCE_2 = PRL.REQUISITION_HEADER_ID, JEL.REFERENCE_3 = PRD.DISTRIBUTION_ID, and JEL.REFERENCE_4 = PRH.SEGMENT1. Currency conversion information is joined from GL_DAILY_CONVERSION_TYPES (GLCT, outer-joined on CONVERSION_TYPE) and from conversion fields on JEH. ORG_ORGANIZATION_DEFINITIONS (OOD) supplies the organization code and set of books, joining OOD.ORGANIZATION_ID = PRL.DESTINATION_ORGANIZATION_ID and OOD.SET_OF_BOOKS_ID = PRD.SET_OF_BOOKS_ID.
The documented metadata also references FND_GLOBAL, HR_GENERAL, and HR_SECURITY packages, which provide multi-org and security context applied at runtime by the view definition, consistent with the standard EBS org-security pattern.
Key Columns
- APPLICATION_ID – Literal discriminator (201) identifying the PO application.
- SET_OF_BOOKS_ID – Ledger context for the accounting entry.
- ORG_ID / INVENTORY_ORGANIZATION_CODE / INVENTORY_ORGANIZATION_ID – Operating unit and destination inventory organization.
- TRX_CLASS_NAME / TRX_CLASS – Transaction class descriptors (e.g., 'REQUISITIONS' / 'REQ') used to classify the source document.
- SEGMENT1, REQUISITION_HEADER_ID, CREATION_DATE, DESCRIPTION – Requisition header identifiers and descriptive attributes.
- LINE_NUM, ITEM_ID, ITEM_REVISION, ITEM_DESCRIPTION, QUANTITY, UNIT_PRICE, DESTINATION_SUBINVENTORY – Line-level supply details.
- CODE_COMBINATION_ID, ENTERED_DR, ENTERED_CR, ACCOUNTED_DR, ACCOUNTED_CR – Accounting distribution amounts.
- JE_HEADER_ID, JE_LINE_NUM – Links back to the GL journal entry and line.
- CURRENCY_CODE, CURRENCY_CONVERSION_DATE, CURRENCY_CONVERSION_TYPE, USER_CONVERSION_TYPE, CURRENCY_CONVERSION_RATE – Currency and conversion attributes.
- EFFECTIVE_DATE – Accounting effective date for the entry.
- CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, REQUEST_ID, PROGRAM_ID – Standard EBS audit and concurrent program Who-columns.
Common Use Cases and Queries
Typical uses include encumbrance-to-GL reconciliation, drill-down from requisition accounting to the GL journal, conversion-rate verification, and org-level spend analysis. A representative query is:
SELECT ORG_ID, SEGMENT1, LINE_NUM, ITEM_DESCRIPTION, CURRENCY_CODE, ENTERED_DR, ENTERED_CR, ACCOUNTED_DR, ACCOUNTED_CR, JE_HEADER_ID, JE_LINE_NUM FROM APPS.REQ_ENC_AEL_GL_V WHERE JE_HEADER_ID = :p_je_header_id AND ORG_ID = :p_org_id;
Because the view exposes both the requisition document identifiers and the GL journal identifiers, it is frequently joined to GL_JE_HEADERS, GL_CODE_COMBINATIONS, and PO_REQUISITION_HEADERS_ALL to produce detailed drill-downs or to validate that encumbrance entries posted to GL reference the correct requisition. Use it in custom reports and PL/SQL where requisition encumbrance and GL journal data must be correlated in a single result set, subject to standard EBS org-security and MOAC constraints.
-
View: REQ_ENC_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.REQ_ENC_AEL_GL_V, object_name:REQ_ENC_AEL_GL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.REQ_ENC_AEL_GL_V ,
-
View: REQ_ENC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.REQ_ENC_AEL_GL_V, object_name:REQ_ENC_AEL_GL_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.REQ_ENC_AEL_GL_V ,
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS, status:VALID,
-
SYNONYM: APPS.GL_JE_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_LINES, status:VALID,
-
SYNONYM: APPS.GL_JE_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_LINES, status:VALID,
-
VIEW: APPS.XLA_REQ_ENC_AEL_GL_V
12.2.2
-
VIEW: APPS.XLA_REQ_ENC_AEL_GL_V
12.1.1
-
SYNONYM: APPS.GL_JE_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_HEADERS, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS, status:VALID,
-
VIEW: APPS.REQ_ENC_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.REQ_ENC_AEL_GL_V, object_name:REQ_ENC_AEL_GL_V, status:VALID,
-
VIEW: APPS.REQ_ENC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.REQ_ENC_AEL_GL_V, object_name:REQ_ENC_AEL_GL_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.GL_JE_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_HEADERS, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
View: XLA_REQ_ENC_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_REQ_ENC_AEL_GL_V, object_name:XLA_REQ_ENC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_REQ_ENC_AEL_GL_V ,
-
View: XLA_REQ_ENC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_REQ_ENC_AEL_GL_V, object_name:XLA_REQ_ENC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_REQ_ENC_AEL_GL_V ,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS_ALL, status:VALID,
-
VIEW: APPS.XLA_REQ_ENC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_REQ_ENC_AEL_GL_V, object_name:XLA_REQ_ENC_AEL_GL_V, status:VALID,
-
VIEW: APPS.XLA_REQ_ENC_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_REQ_ENC_AEL_GL_V, object_name:XLA_REQ_ENC_AEL_GL_V, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES_ALL, status:VALID,
-
VIEW: APPS.PO_LOOKUP_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LOOKUP_CODES, object_name:PO_LOOKUP_CODES, status:VALID,
-
VIEW: APPS.PO_LOOKUP_CODES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LOOKUP_CODES, object_name:PO_LOOKUP_CODES, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ORGANIZATION_DEFINITIONS, object_name:ORG_ORGANIZATION_DEFINITIONS, status:VALID,
-
VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ORGANIZATION_DEFINITIONS, object_name:ORG_ORGANIZATION_DEFINITIONS, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - XLA Tables and Views
12.1.1
-
eTRM - XLA Tables and Views
12.2.2
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - INV Tables and Views
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - XLA Tables and Views
12.2.2
-
eTRM - XLA Tables and Views
12.1.1
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2