Search Results accounting_event_number
Overview
OKL_AEL_SL_V is a sub-ledger accounting (SLA) view owned by the APPS schema within the Oracle Lease and Finance Management (OKL) module. It exposes the accounting entries generated for all contract, asset, and quote transactions processed by ETRM, presenting them in a flattened, report-friendly structure for the Sub-ledger Accounting architecture. Its principal role is to allow the accounting entries associated with each Lease transaction to be displayed and reconciled, particularly during the Create Accounting process and subsequent transfer to the General Ledger. The view carries a fixed APPLICATION_ID of 540, identifying the OKL application to downstream consumers such as SLA reports, diagnostics, and custom inquiries aimed at validating the accounting impact of lease events.
Because the view consolidates header and line information, it is the natural starting point for any investigation into how a lease transaction was accounted — including the accounting line type driving each journal line — in both EBS 12.1.1 and 12.2.2.
Underlying Base Objects
The view is defined over the following documented base objects and synonyms: OKL_AE_HEADERS, OKL_AE_LINES_ALL, OKL_AE_TEMPLATES_ALL, OKL_ACC_EVENTS_ALL, OKL_TRX_CONTRACTS_ALL, OKL_TXL_CNTRCT_LNS_ALL, OKL_TRX_ASSETS, OKL_TXL_ASSETS_B, OKL_TRX_TYPES_B, OKL_STRM_TYPE_V, and OKL_ACCOUNTING_UTIL (a package). It also references GL_JE_CATEGORIES, GL_JE_CATEGORIES_VL, and GL_DAILY_CONVERSION_TYPES for journal category and currency conversion descriptions.
The accounting event header (OKL_AE_HEADERS) supplies the set of books, org, accounting date, GL transfer flag, and journal category; the event lines (OKL_AE_LINES_ALL) supply the accounted and entered debit/credit amounts, code combination, and the critical AE_LINE_TYPE_CODE. Transaction contracts, contract lines, assets, and transaction types enrich each row with lease-specific context such as the transaction line number, currency, and asset description.
Key Columns
- ACCT_LINE_TYPE — sourced from
AEL.AE_LINE_TYPE_CODE; the accounting line type that classifies each SLA line (for example charge, tax, or receivable-associated types). - ACCT_LINE_TYPE_NAME — the decoded lookup meaning from
OKL_ACCOUNTING_UTIL.GET_LOOKUP_MEANING('OKL_AE_LINE_TYPE', ...). - ACCOUNTED_DR / ACCOUNTED_CR, ENTERED_DR / ENTERED_CR — amounts in ledger and entered currency.
- CODE_COMBINATION_ID — the accounting flexfield account for the line.
- ACCOUNTING_EVENT_NUMBER, ACCOUNTING_LINE_NUMBER — event and line identifiers within the accounting event.
- ACCOUNTING_EVENT_TYPE / _NAME — the event type code and its decoded meaning.
- GL_TRANSFER_STATUS — the transfer flag indicating whether the entry has been posted to GL, with a decoded status name.
- TRX_LINE_NUMBER, CURRENCY_CODE, ASSET_DESCRIPTION — lease transaction context.
Common Use Cases and Queries
A frequent requirement is to review the accounting line types generated for a specific lease transaction prior to GL transfer:
SELECT accounting_event_number, accounting_line_number,
acct_line_type, acct_line_type_name,
accounted_dr, accounted_created_cr, code_combination_id
FROM apps.okl_ael_sl_v
WHERE trx_line_number = :p_line
AND gl_transfer_status = 'N';
Reconciliation queries group by ACCT_LINE_TYPE_NAME to confirm that every expected accounting line was produced and is balanced. Auditors frequently filter on GL_TRANSFER_STATUS_NAME to isolate entries not yet transferred, or join the view to GL_JE_CATEGORIES_VL via JE_CATEGORY to validate journal category mapping. Because the view resolves both line types and event types through OKL_ACCOUNTING_UTIL, it is well suited to diagnostics when accounting creation errors appear, enabling the AEH_ACCOUNTING_ERROR_CODE and AEL_ACCOUNTING_ERROR_CODE columns to be surfaced alongside each line.
-
View: OKL_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_SL_V, object_name:OKL_AEL_SL_V, status:VALID, product: OKL - Leasing and Finance Management , description: This view contains the accounting entries created for all the contract, asset and quote transactions. This view is used to enable sub-ledger accounting architecture to display the accounting entries for each Lease transaction. , implementation_dba_data: APPS.OKL_AEL_SL_V ,
-
View: AP_AEL_SL_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_SL_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_AEL_SL_V
12.2.2
-
View: OKL_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_SL_V, object_name:OKL_AEL_SL_V, status:VALID, product: OKL - Lease and Finance Management , description: This view contains the accounting entries created for all the contract, asset and quote transactions. This view is used to enable sub-ledger accounting architecture to display the accounting entries for each Lease transaction. , implementation_dba_data: APPS.OKL_AEL_SL_V ,
-
VIEW: APPS.OKL_AEL_SL_V
12.1.1
-
View: OKL_AEL_GL_CTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_CTR_V, object_name:OKL_AEL_GL_CTR_V, status:VALID, product: OKL - Lease and Finance Management , description: This view contains all the contract related transactions which have been transferred to GL. This view is used to enable OKL GL Drilldown functionality. This view displays the Lease transactions which fall under Booking, Rebook, Renewal, Rel , implementation_dba_data: APPS.OKL_AEL_GL_CTR_V ,
-
View: OKL_AEL_GL_CTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_CTR_V, object_name:OKL_AEL_GL_CTR_V, status:VALID, product: OKL - Leasing and Finance Management , description: This view contains all the contract related transactions which have been transferred to GL. This view is used to enable OKL GL Drilldown functionality. This view displays the Lease transactions which fall under Booking, Rebook, Renewal, Rel , implementation_dba_data: APPS.OKL_AEL_GL_CTR_V ,
-
View: AP_ENC_GL_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_ENC_GL_INV_V, object_name:AP_ENC_GL_INV_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_ENC_GL_INV_V ,
-
View: OKL_AEL_GL_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_TRX_V, object_name:OKL_AEL_GL_TRX_V, status:VALID, product: OKL - Leasing and Finance Management , description: This view contains the transactions which have been transferred to GL. This view is used to enable OKL GL Drilldown functionality. This view displays the Lease transactions which fall under Loss Provision, Accrual, Miscellaneous and Adjust , implementation_dba_data: APPS.OKL_AEL_GL_TRX_V ,
-
View: AP_ENC_GL_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_ENC_GL_INV_V SQLAP.AP_ENC_GL_INV_V, object_name:AP_ENC_GL_INV_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_ENC_GL_INV_V ,
-
View: OKL_AEL_GL_AST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_AST_V, object_name:OKL_AEL_GL_AST_V, status:VALID, product: OKL - Leasing and Finance Management , description: This view contains all the asset related transactions which have been transferred to GL. This view is used to enable OKL GL Drilldown functionality. This view displays the Lease transactions which fall under 'Asset Disposition' journal cate , implementation_dba_data: APPS.OKL_AEL_GL_AST_V ,
-
View: OKL_AEL_GL_QTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_QTE_V, object_name:OKL_AEL_GL_QTE_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AEL_GL_QTE_V ,
-
View: OKL_AEL_GL_QTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_QTE_V, object_name:OKL_AEL_GL_QTE_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AEL_GL_QTE_V ,
-
VIEW: APPS.AP_ENC_GL_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_ENC_GL_INV_V SQLAP.AP_ENC_GL_INV_V, object_name:AP_ENC_GL_INV_V, status:VALID,
-
VIEW: APPS.OKL_AEL_GL_CTR_V
12.1.1
-
VIEW: APPS.OZF_AEL_SL_CLA_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OZF_AEL_SL_CLA_V, status:VALID,
-
View: OKL_AEL_GL_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_TRX_V, object_name:OKL_AEL_GL_TRX_V, status:VALID, product: OKL - Lease and Finance Management , description: This view contains the transactions which have been transferred to GL. This view is used to enable OKL GL Drilldown functionality. This view displays the Lease transactions which fall under Loss Provision, Accrual, Miscellaneous and Adjust , implementation_dba_data: APPS.OKL_AEL_GL_TRX_V ,
-
VIEW: APPS.XLA_OKL_AEL_SL_V
12.1.1
-
VIEW: APPS.XLA_AP_INV_ENC_GL_V
12.2.2
-
VIEW: APPS.XLA_AP_ENC_GL_PAY_V
12.2.2
-
VIEW: APPS.OKL_AEL_GL_CTR_V
12.2.2
-
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: APPS.XLA_OKL_AEL_SL_V
12.2.2
-
VIEW: APPS.XLA_OKL_AEL_GL_AST_V
12.1.1
-
VIEW: APPS.XLA_OKL_AEL_GL_QTE_V
12.1.1
-
VIEW: APPS.XLA_OKL_AEL_GL_CTR_V
12.2.2
-
VIEW: APPS.XLA_OKL_AEL_GL_QTE_V
12.2.2
-
View: OKL_AEL_GL_AST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_AST_V, object_name:OKL_AEL_GL_AST_V, status:VALID, product: OKL - Lease and Finance Management , description: This view contains all the asset related transactions which have been transferred to GL. This view is used to enable OKL GL Drilldown functionality. This view displays the Lease transactions which fall under 'Asset Disposition' journal cate , implementation_dba_data: APPS.OKL_AEL_GL_AST_V ,
-
VIEW: APPS.XLA_OKL_AEL_GL_CTR_V
12.1.1
-
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: APPS.OZF_AEL_GL_UTL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OZF_AEL_GL_UTL_V, status:VALID,
-
VIEW: APPS.OKL_AEL_SL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_SL_V, object_name:OKL_AEL_SL_V, status:VALID,
-
VIEW: APPS.OZF_AEL_GL_CLA_V
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_AEL_GL_CLA_V, status:VALID,
-
VIEW: APPS.OKL_AEL_GL_TRX_V
12.2.2
-
VIEW: APPS.AP_ENC_GL_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_ENC_GL_INV_V, object_name:AP_ENC_GL_INV_V, status:VALID,
-
VIEW: APPS.XLA_OZF_CLA_AEL_SL_V
12.2.2
-
VIEW: APPS.XLA_OZF_CLA_AEL_GL_V
12.2.2
-
VIEW: APPS.OKL_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_SL_V, object_name:OKL_AEL_SL_V, status:VALID,
-
VIEW: APPS.OKL_AEL_GL_QTE_V
12.2.2
-
VIEW: APPS.OZF_AEL_GL_UTL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_AEL_GL_UTL_V, status:VALID,
-
VIEW: APPS.OZF_AEL_GL_CLA_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OZF_AEL_GL_CLA_V, status:VALID,
-
VIEW: APPS.OKL_AEL_GL_TRX_V
12.1.1
-
VIEW: APPS.OZF_AEL_SL_UTL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_AEL_SL_UTL_V, status:VALID,
-
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_AP_INV_AEL_SL_V
12.1.1
product: XLA - Subledger Accounting , implementation_dba_data: Not implemented in this database ,
-
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 ,