Search Results aeh_accounting_error_code
Overview
XLA_OKL_AEL_GL_CTR_V is a read-only view owned by the APPS schema in Oracle E-Business Suite, categorized under the XLA (Subledger Accounting) product family. It functions as a presentation and compatibility layer that exposes Oracle Lease Management (OKL) accounting event line data in the column layout expected by the Subledger Accounting (XLA) and General Ledger (GL) transfer engine. The view name itself encodes its purpose: OKL identifies the source application (Lease Management), AEL denotes Accounting Event Lines, and GL_CTR reflects the GL transfer control context. In ETRM 12.2.2 the object is documented as VALID, meaning it is compiled and usable at runtime.
The primary role of this view is to normalize the join between an accounting header (AEH) and its accounting lines (AEL) so that downstream XLA components, particularly the Create Accounting and Transfer to GL processes, can consume lease-related distribution lines uniformly. Because the ETRM metadata references an underlying OKL_AEL_GL_CTR_V, XLA_OKL_AEL_GL_CTR_V acts as the XLA-facing counterpart of the OKL-specific view, mirroring column names such as JE_HEADER_ID, AEL_TABLE, and GL_TRANSFER_STATUS.
Underlying Base Objects
The documented base objects referenced by this view are:
- OKL_AEL_GL_CTR_V (VIEW) — the principal data source; the XLA view projects its rows and columns.
- OKL_ACCOUNTING_UTIL (PACKAGE) — supplies accounting utility logic used in the definition for deriving account and event attributes.
- OKC_UTIL (PACKAGE) — provides general contract/lease utility functions supporting value derivation.
- ARP_ADDR_LABEL_PKG (PACKAGE) — a Receivables address label package, included for third-party or party-label resolution.
Only the package references are explicitly listed as base objects; the effective row source is the OKL_AEL_GL_CTR_V view, which in turn joins OKL accounting event headers and lines. The XLA view does not itself own tables — it is a derived, non-updatable projection.
Key Columns
- JE_HEADER_ID, JE_LINE_NUM — identities of the generated journal entry and its line within GL.
- AEL_ID, AEH_ID — the accounting event line and accounting event header identifiers.
- AEL_TABLE — identifies the source table from which the accounting line originates; central to the "ael_table" search context.
- ACCOUNTED_DR / ACCOUNTED_CR, ENTERED_DR / ENTERED_CR — accounted and entered debit/credit amounts.
- CODE_COMBINATION_ID — the GL account combination charged.
- CURRENCY_CODE, CURRENCY_CONVERSION_DATE, CURRENCY_CONVERSION_RATE, CURRENCY_CONVERSION_TYPE — currency and conversion attributes.
- GL_TRANSFER_STATUS — the status of the line relative to GL transfer.
- SET_OF_BOOKS_ID, ORG_ID, APPLICATION_ID — ledger, operating unit, and application context.
- TRX_CLASS, TRX_CLASS_NAME, TRX_DATE, TRX_HDR_ID, TRX_NUMBER_DISPLAYED, SOURCE_ID, SOURCE_TABLE — transaction descriptive and source identifiers.
- THIRD_PARTY_ID and several NULL placeholders (e.g., TAX_CODE, ACCT_LINE_TYPE_NAME) — columns retained for layout compatibility but not populated.
Common Use Cases and Queries
Typical uses include reconciling lease accounting distributions, auditing GL transfer completeness, and diagnosing which AEL_TABLE sourced a given accounting line.
SELECT je_header_id, je_line_num, ael_id, ael_table,
code_combination_id, accounted_dr, accounted_cred,
gl_transfer_status
FROM apps.xla_okl_ael_gl_ctr_v
WHERE set_of_books_id = :p_sob_id
AND accounting_date BETWEEN :p_from AND :p_to;
A second common pattern audits unposted lease lines:
SELECT trx_number_displayed, trx_class_name, count(*) FROM apps.xla_okl_ael_gl_ctr_v WHERE gl_transfer_status != 'Y' GROUP BY trx_number_displayed, trx_class_name;
Because many descriptive columns are NULL placeholders, queries should restrict output to the populated accounting and identifier columns.
-
View: XLA_OKL_AEL_GL_CTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_CTR_V, object_name:XLA_OKL_AEL_GL_CTR_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_CTR_V ,
-
View: XLA_OKL_AEL_GL_AST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_AST_V, object_name:XLA_OKL_AEL_GL_AST_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_AST_V ,
-
View: XLA_OKL_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_SL_V, object_name:XLA_OKL_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_SL_V ,
-
View: XLA_OKL_AEL_GL_CTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_CTR_V, object_name:XLA_OKL_AEL_GL_CTR_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_CTR_V ,
-
View: XLA_OKL_AEL_GL_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_TRX_V, object_name:XLA_OKL_AEL_GL_TRX_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_TRX_V ,
-
View: XLA_AP_INV_AEL_SL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_OKL_AEL_GL_QTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_QTE_V, object_name:XLA_OKL_AEL_GL_QTE_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_QTE_V ,
-
View: XLA_OKL_AEL_GL_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_TRX_V, object_name:XLA_OKL_AEL_GL_TRX_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_TRX_V ,
-
View: XLA_OKL_AEL_GL_QTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_QTE_V, object_name:XLA_OKL_AEL_GL_QTE_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_QTE_V ,
-
View: XLA_AP_PAY_AEL_GL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AP_INV_AEL_GL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AP_PAY_AEL_GL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AP_AEL_SL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AP_PAY_AEL_SL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AP_INV_AEL_GL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_OKL_AEL_GL_AST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_AST_V, object_name:XLA_OKL_AEL_GL_AST_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_AST_V ,
-
View: XLA_OKL_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_SL_V, object_name:XLA_OKL_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_SL_V ,
-
View: XLA_AP_PAY_AEL_SL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_PSA_AP_INV_BC_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PSA_AP_INV_BC_GL_V, object_name:XLA_PSA_AP_INV_BC_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PSA_AP_INV_BC_GL_V ,
-
View: XLA_PSA_AP_INV_BC_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PSA_AP_INV_BC_GL_V, object_name:XLA_PSA_AP_INV_BC_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PSA_AP_INV_BC_GL_V ,
-
View: XLA_AP_AEL_SL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AP_INV_AEL_SL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AEL_SL_V, object_name:XLA_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AEL_SL_V ,
-
View: XLA_AR_INV_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_INV_AEL_GL_V, object_name:XLA_AR_INV_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_INV_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 ,
-
View: XLA_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AEL_SL_V, object_name:XLA_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AEL_SL_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 ,
-
View: XLA_JL_BR_AR_BT_AEL_SL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_JL_BR_AR_BT_AEL_GL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_JL_BR_AR_BT_AEL_SL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_AR_REC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_REC_AEL_GL_V, object_name:XLA_AR_REC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_REC_AEL_GL_V ,
-
View: XLA_AR_REC_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_REC_AEL_GL_V, object_name:XLA_AR_REC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_REC_AEL_GL_V ,
-
View: XLA_PO_ENC_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PO_ENC_AEL_GL_V, object_name:XLA_PO_ENC_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PO_ENC_AEL_GL_V ,
-
View: XLA_JL_BR_AR_BT_AEL_GL_V
12.2.2
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
View: XLA_INV_AEL_SL_PAC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_INV_AEL_SL_PAC_V, object_name:XLA_INV_AEL_SL_PAC_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_INV_AEL_SL_PAC_V ,
-
View: XLA_JL_FA_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_JL_FA_AEL_GL_V, object_name:XLA_JL_FA_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_JL_FA_AEL_GL_V ,
-
View: XLA_OZF_CLA_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OZF_CLA_AEL_SL_V, object_name:XLA_OZF_CLA_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OZF_CLA_AEL_SL_V ,
-
View: XLA_PO_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PO_AEL_GL_V, object_name:XLA_PO_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PO_AEL_GL_V ,
-
View: XLA_FV_BE_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_FV_BE_GL_V, object_name:XLA_FV_BE_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_FV_BE_GL_V ,
-
View: XLA_OZF_CLA_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OZF_CLA_AEL_GL_V, object_name:XLA_OZF_CLA_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OZF_CLA_AEL_GL_V ,
-
View: XLA_INV_AEL_GL_PAC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_INV_AEL_GL_PAC_V, object_name:XLA_INV_AEL_GL_PAC_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_INV_AEL_GL_PAC_V ,
-
View: XLA_INV_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_INV_AEL_SL_V, object_name:XLA_INV_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_INV_AEL_SL_V ,
-
View: XLA_AR_ADJ_AEL_SL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_ADJ_AEL_SL_MRC_V, object_name:XLA_AR_ADJ_AEL_SL_MRC_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_ADJ_AEL_SL_MRC_V ,
-
View: XLA_OZF_CLA_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OZF_CLA_AEL_SL_V, object_name:XLA_OZF_CLA_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OZF_CLA_AEL_SL_V ,
-
View: XLA_PSA_REQ_ENC_BC_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PSA_REQ_ENC_BC_GL_V, object_name:XLA_PSA_REQ_ENC_BC_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PSA_REQ_ENC_BC_GL_V ,
-
View: XLA_OZF_UTL_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OZF_UTL_AEL_GL_V, object_name:XLA_OZF_UTL_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OZF_UTL_AEL_GL_V ,
-
View: XLA_WIP_AEL_GL_PAC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_WIP_AEL_GL_PAC_V, object_name:XLA_WIP_AEL_GL_PAC_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_WIP_AEL_GL_PAC_V ,
-
View: XLA_FV_BE_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_FV_BE_GL_V, object_name:XLA_FV_BE_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_FV_BE_GL_V ,
-
View: XLA_PA_DR_AEL_SL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PA_DR_AEL_SL_MRC_V, object_name:XLA_PA_DR_AEL_SL_MRC_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PA_DR_AEL_SL_MRC_V ,
-
View: XLA_AR_INV_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_AR_INV_AEL_SL_V, object_name:XLA_AR_INV_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_AR_INV_AEL_SL_V ,