Search Results okl_ael_sl_v
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: 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 ,
-
SYNONYM: APPS.OKL_ACC_EVENTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_ACC_EVENTS_ALL, status:VALID,
-
SYNONYM: APPS.OKL_AE_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_AE_LINES_ALL, status:VALID,
-
SYNONYM: APPS.OKL_ACC_EVENTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_ACC_EVENTS_ALL, status:VALID,
-
SYNONYM: APPS.OKL_AE_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_AE_LINES_ALL, status:VALID,
-
SYNONYM: APPS.OKL_AE_TEMPLATES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_AE_TEMPLATES_ALL, status:VALID,
-
SYNONYM: APPS.OKL_AE_TEMPLATES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_AE_TEMPLATES_ALL, status:VALID,
-
SYNONYM: APPS.OKL_AE_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_AE_HEADERS, status:VALID,
-
SYNONYM: APPS.OKL_TXL_CNTRCT_LNS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TXL_CNTRCT_LNS_ALL, status:VALID,
-
SYNONYM: APPS.OKL_TXL_CNTRCT_LNS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TXL_CNTRCT_LNS_ALL, status:VALID,
-
SYNONYM: APPS.OKL_AE_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_AE_HEADERS, status:VALID,
-
SYNONYM: APPS.OKL_TRX_CONTRACTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TRX_CONTRACTS_ALL, status:VALID,
-
SYNONYM: APPS.OKL_TRX_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TRX_TYPES_B, status:VALID,
-
SYNONYM: APPS.OKL_TRX_CONTRACTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TRX_CONTRACTS_ALL, status:VALID,
-
SYNONYM: APPS.OKL_TRX_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TRX_TYPES_B, status:VALID,
-
VIEW: APPS.GL_JE_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_CATEGORIES_VL, object_name:GL_JE_CATEGORIES_VL, status:VALID,
-
VIEW: APPS.GL_JE_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_JE_CATEGORIES_VL, object_name:GL_JE_CATEGORIES_VL, status:VALID,
-
SYNONYM: APPS.OKL_TRX_ASSETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TRX_ASSETS, status:VALID,
-
SYNONYM: APPS.OKL_TRX_ASSETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TRX_ASSETS, status:VALID,
-
SYNONYM: APPS.OKL_TXL_ASSETS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_TXL_ASSETS_B, status:VALID,
-
SYNONYM: APPS.OKL_TXL_ASSETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_TXL_ASSETS_B, status:VALID,
-
SYNONYM: APPS.GL_JE_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_JE_CATEGORIES, status:VALID,
-
SYNONYM: APPS.GL_JE_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_JE_CATEGORIES, status:VALID,
-
VIEW: APPS.XLA_OKL_AEL_SL_V
12.1.1
-
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.XLA_OKL_AEL_SL_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,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
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_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 ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.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,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.OKL_STRM_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRM_TYPE_V, object_name:OKL_STRM_TYPE_V, status:VALID,
-
VIEW: APPS.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,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.OKL_STRM_TYPE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRM_TYPE_V, object_name:OKL_STRM_TYPE_V, status:VALID,
-
PACKAGE: APPS.OKL_ACCOUNTING_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_ACCOUNTING_UTIL, status:VALID,
-
PACKAGE: APPS.OKL_ACCOUNTING_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_ACCOUNTING_UTIL, status:VALID,
-
eTRM - XLA Tables and Views
12.1.1
-
eTRM - XLA Tables and Views
12.2.2
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,