Search Results xla_req_enc_ael_gl_v
Overview
XLA_REQ_ENC_AEL_GL_V is a Subledger Accounting (XLA) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It is one of the family of "AEL_GL" interface views used by the Create Accounting process and by the Subledger Accounting reporting layer. The view exposes accounting event line (AEL) data structured to resemble the columns of the General Ledger interface and the XLA_AE_LINES/GL_JE_LINES repositories, allowing subledger accounting entries to be consumed by downstream programs such as the Journal Import, GL transfer, and reconciliation reports without the caller needing to know the physical storage layout. The view is documented as VALID and is intended primarily for internal EBS use; Oracle does not publish a supported public API around it, so queries should be treated as read-only diagnostic or reporting access. Because the view carries the TRX_NUMBER_N column, applications and custom reports frequently join to it to display or filter by a transaction number, which is the attribute most often associated with searches against this object.
Underlying Base Objects
The documented metadata identifies the view as defined over REQ_ENC_AEL_GL_V, itself a subledger accounting view, together with the standard SYSADMIN support packages FND_GLOBAL, HR_GENERAL and HR_SECURITY. FND_GLOBAL supplies session context functions such as USER_ID, RESP_ID and ORG_ID; HR_GENERAL and HR_SECURITY supply organization-level security predicates. The view therefore inherits the row-level security behavior applied to REQ_ENC_AEL_GL_V, meaning that visible rows are restricted by the operating unit and responsibility under which the query is executed. The union-style projection in the view text maps AEL attributes onto GL-style column names and pads unsupported XLA columns with NULLs (for example ACCT_LINE_TYPE, AEH_ID, AEL_ID, DOC_SEQUENCE_ID, GL_TRANSFER_STATUS, SOURCE_ID, TAXABLE_* and THIRD_PARTY_* are hard-coded NULL). This design preserves column-count compatibility with other members of the XLA AEL_GL view family while indicating which attributes are not applicable to this particular encoding.
Key Columns
- TRX_NUMBER_N, TRX_NUMBER_DISPLAYED, TRX_NUMBER_C — the transaction number in numeric, displayed and character forms. TRX_NUMBER_N is the numeric join key most commonly requested.
- TRX_HDR_ID, TRX_HDR_TABLE, TRX_CLASS, TRX_CLASS_NAME, TRX_TYPE_C, TRX_TYPE_NAME, TRX_DATE — transaction header identity and classification.
- JE_HEADER_ID, JE_LINE_NUM — linkage to the GL journal header and line for the corresponding entry.
- ACCOUNTED_DR, ACCOUNTED_CR, ENTERED_DR, ENTERED_CR — accounted and entered debit/credit amounts.
- CODE_COMBINATION_ID, ACCOUNTING_DATE, CURRENCY_CODE — accounting flexfield, date and currency of the line.
- CURRENCY_CONVERSION_RATE, CURRENCY_CONVERSION_DATE, CURRENCY_CONVERSION_TYPE — conversion attributes applied to the line.
- APPLICATION_ID, ORG_ID, SET_OF_BOOKS_ID — subledger application, operating unit and ledger context.
- AE_LINE_REFERENCE — cross-reference back to the originating accounting entry line.
- LAST_UPDATE_DATE, CREATION_DATE, LAST_UPDATED_BY, CREATED_BY — standard audit columns.
Common Use Cases and Queries
The view is typically queried to reconcile subledger accounting output to GL, to trace a transaction number back to its journal entry, or to inspect amounts and conversion details for a given ledger and period. A typical lookup by transaction number follows:
- Transaction lookup: SELECT trx_number_n, je_header_id, je_line_num, accounted_dr, accounted_cred FROM xla_req_enc_ael_gl_v WHERE trx_number_n = :trx_number_n;
- GL reconciliation: SELECT je_header_id, SUM(accounted_dr), SUM(accounted_cr) FROM xla_req_enc_ael_gl_v WHERE set_of_books_id = :ledger_id AND accounting_date BETWEEN :start_date AND :end_date GROUP BY je_header_id;
- Multi-currency review: SELECT trx_number_n, currency_code, currency_conversion_rate, currency_conversion_type FROM xla_req_enc_ael_gl_v WHERE trx_number_n = :trx_number_n;
Because the view is secured through HR_SECURITY and FND_GLOBAL, results depend on the responsibility and operating unit of the session, and columns documented as NULL (for example GL_TRANSFER_STATUS and ACCT_LINE_TYPE) should not be relied upon for status reporting; query XLA_AE_HEADERS and XLA_AE_LINES directly when full subledger accounting detail is required.
-
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 ,
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
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,
-
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,
-
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,
-
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.2.2
-
eTRM - XLA Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
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 ,