Search Results finance
The OKL_XLA_ACC_DATA_GT
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a global temporary table (GTT) within the Oracle Lease and Finance Management (OKL) module. It plays a critical role in the integration between OKL and Oracle Subledger Accounting (XLA), facilitating the temporary storage and processing of accounting data before it is transferred to the General Ledger (GL). Below is a detailed analysis of its structure, purpose, and functional significance.
Purpose and Context
The OKL_XLA_ACC_DATA_GT
table is primarily used during the accounting event generation process in OKL. When lease or finance transactions (e.g., invoicing, amortization, or termination) occur, OKL generates accounting entries that must comply with accounting standards and organizational rules. This table acts as an intermediary storage for these entries before they are processed by XLA for subledger accounting and eventual posting to GL. Being a global temporary table, it ensures session-specific data isolation, preventing concurrency issues during high-volume transaction processing.
Table Structure and Key Columns
The table typically includes columns to capture transaction details, accounting attributes, and reference information. Common columns may include:
- TRANSACTION_ID: Unique identifier for the lease/finance transaction.
- EVENT_ID: Links to the XLA event for accounting entry generation.
- ACCOUNTING_DATE: The date used for GL period determination.
- LEDGER_ID: Identifies the ledger for multi-ledger environments.
- CODE_COMBINATION_ID: Stores the GL account combination for the entry.
- ENTERED_DR/ENTERED_CR: Monetary amounts in transaction currency.
- ACCOUNTED_DR/ACCOUNTED_CR: Monetary amounts in functional currency.
- STATUS_FLAG: Indicates processing status (e.g., 'P' for pending, 'C' for complete).
Integration with Oracle Subledger Accounting (XLA)
The table is integral to the OKL-XLA integration workflow:
- Data Population: OKL populates the table with accounting data derived from lease transactions, applying business rules (e.g., revenue recognition, expense accruals).
- Validation: Data is validated against XLA's accounting rules (e.g., journal line definitions, account derivation rules).
- Transfer to XLA: Validated entries are processed by XLA to create accounting events and journal entries.
- GL Posting: XLA transfers finalized entries to GL via the Accounting Engine.
Technical Considerations
As a GTT, OKL_XLA_ACC_DATA_GT
uses database temporary segments, ensuring:
- Session Isolation: Data is visible only to the session that inserted it.
- Automatic Cleanup: Data is truncated at session termination or transaction commit, depending on GTT configuration (
ON COMMIT PRESERVE/DELETE ROWS
). - Performance: Reduces redo/undo overhead compared to permanent tables.
Customization and Extensions
In custom implementations, the table may be extended to include additional attributes (e.g., project ID, tax codes) or integrated with third-party systems. However, modifications require careful testing to avoid disrupting the standard OKL-XLA accounting flow.
Conclusion
The OKL_XLA_ACC_DATA_GT
table is a pivotal component in Oracle EBS 12.1.1/12.2.2 for lease accounting, enabling seamless data flow between OKL and XLA while ensuring auditability and compliance. Its design as a GTT optimizes performance and concurrency, making it a robust solution for high-volume lease transaction processing.
-
Lookup Type: OKL_UPFRONT_TAX_TREATMENT
12.2.2
product: OKL - Lease and Finance Management , meaning: Upfront Tax Treatment Types ,
-
Lookup Type: OKL_SUP_CUST_RELATION
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_SUP_CUST_RELATION ,
-
Lookup Type: OKL_QUICK_QUOTE_PAYMENT_TYPES
12.2.2
product: OKL - Lease and Finance Management , meaning: Quick Quote Payment Types , description: Quick Quote Payment Types ,
-
Lookup Type: OKL_LA_PAYMENT_LINE_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease and Finance Management Payment Line Type , description: Lease and Finance Management Payment Line Type ,
-
Lookup Type: OKL_SEC_REP_METHOD
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease and Finance Secondary Representation Method , description: Lease and Finance Secondary Representation Method ,
-
Lookup Type: OKL_ACCESS_LEVEL
12.2.2
product: OKL - Lease and Finance Management , meaning: Leasing and Finance Management Access Level , description: Leasing and Finance Management Access Level ,
-
Concurrent Program: OKLACCPB
12.2.2
execution_filename: JCP4OKLXmlPublisherWrapper , product: OKL - Lease and Finance Management , user_name: OKLXMLWRAPPER , description: To generate reports , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: OKL_BOOK_CLASS
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL BOOK CLASS , description: Contract Book Classification ,
-
Lookup Type: OKL_PASSTHROUGH_TERM
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease and Finance Management Passthrough Terms , description: Lease and Finance Management Passthrough Terms ,
-
Lookup Type: OKL_REPRESENTATION_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease and Finance Management representation types , description: Lease and Finance Management representation types ,
-
Lookup Type: OKL_VP_TERMINATION_REASON
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_VP_TERMINATION_REASON , description: termination reason and codes for Agreement termination ,
-
Lookup Type: OKL_ASSET_UPFRONT_TAX
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease Contract Asset Upfront Sales Tax , description: Lease Contract Asset Upfront Sales Tax ,
-
Lookup Type: OKL_STREAM_ALL_BOOK_CLASS
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL STREAM ALL BOOK CLASS , description: Book Classification for Financial and Investor Product ,
-
Lookup Type: OKL_AE_LINE_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: Accounting Entry Line Type , description: Accounting Entry Line Type ,
-
Concurrent Program: OKLGLTRN
12.2.2
execution_filename: JCP4OKLXmlPublisherWrapper , product: OKL - Lease and Finance Management , user_name: OKLXMLWRAPPER , description: To generate reports , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
View: OKL_LA_STX_SMRY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_STX_SMRY_UV, object_name:OKL_LA_STX_SMRY_UV, status:VALID, product: OKL - Lease and Finance Management , description: Sales Tax Summary , implementation_dba_data: APPS.OKL_LA_STX_SMRY_UV ,
-
Table: OKL_XLA_ACC_DATA_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:OKL.OKL_XLA_ACC_DATA_GT, object_name:OKL_XLA_ACC_DATA_GT, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_XLA_ACC_DATA_GT ,
-
Table: OKL_G_REPORTS_GT
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_G_REPORTS_GT, object_name:OKL_G_REPORTS_GT, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: OKL.OKL_G_REPORTS_GT ,
-
Table: OKL_TAX_TRX_DTLS_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:OKL.OKL_TAX_TRX_DTLS_GT, object_name:OKL_TAX_TRX_DTLS_GT, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TAX_TRX_DTLS_GT ,
-
Table: OKL_XLA_ENT_TCN_MAP_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:OKL.OKL_XLA_ENT_TCN_MAP_GT, object_name:OKL_XLA_ENT_TCN_MAP_GT, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_XLA_ENT_TCN_MAP_GT ,
-
Lookup Type: OKL_INVESTOR_CODE
12.2.2
product: OKL - Lease and Finance Management , meaning: Investor Code , description: Investor Code ,
-
Lookup Type: OKL_SYNDICATION_CODE
12.2.2
product: OKL - Lease and Finance Management , meaning: Syndication Code , description: Syndication Code ,
-
Table: OKL_LRF_INTERFACE
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LRF_INTERFACE, object_name:OKL_LRF_INTERFACE, status:VALID, product: OKL - Lease and Finance Management , description: No Longer Used , implementation_dba_data: OKL.OKL_LRF_INTERFACE ,
-
Table: OKL_EXT_BILLING_INTF_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_BILLING_INTF_ALL, object_name:OKL_EXT_BILLING_INTF_ALL, status:VALID, product: OKL - Lease and Finance Management , description: External Billing Interface , implementation_dba_data: OKL.OKL_EXT_BILLING_INTF_ALL ,
-
Table: OKL_LEASE_APPS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LEASE_APPS_ALL_B, object_name:OKL_LEASE_APPS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Lease Applications , implementation_dba_data: OKL.OKL_LEASE_APPS_ALL_B ,
-
Table: ZOKL_BANKRUPTCIES_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: ZOKL_CURE_REP_AMTS_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: ZOKL_CSE_PTY_ROLES
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_REPORT_ACC_PARAMS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_REPORT_ACC_PARAMS, object_name:OKL_REPORT_ACC_PARAMS, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: OKL.OKL_REPORT_ACC_PARAMS ,
-
Table: ZOKL_STRATEGY_GROUPS_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_VALIDATION_SETS_B
12.2.2
product: OKL - Lease and Finance Management , description: . , implementation_dba_data: Not implemented in this database ,
-
Table: ZOKL_ACTIONS_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_REPORT_TRX_PARAMS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_REPORT_TRX_PARAMS, object_name:OKL_REPORT_TRX_PARAMS, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: OKL.OKL_REPORT_TRX_PARAMS ,
-
Table: ZOKL_DLQ_EXCL_DTLS_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: ZOKL_CURE_REP_RPTS
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: ZOKL_CSE_LITIGATIONS_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_HEADER_INTERFACE
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_HEADER_INTERFACE, object_name:OKL_HEADER_INTERFACE, status:VALID, product: OKL - Lease and Finance Management , description: Open interface Header Table , implementation_dba_data: OKL.OKL_HEADER_INTERFACE ,
-
Table: ZOKL_AST_RPSN_INSTRCTS
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: ZOKL_ST_ST_GROUPS
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_IV_PAYOUT_SMRY_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_IV_PAYOUT_SMRY_ALL_B, object_name:OKL_IV_PAYOUT_SMRY_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Investor payout summary , implementation_dba_data: OKL.OKL_IV_PAYOUT_SMRY_ALL_B ,
-
Table: OKL_BOOK_CONTROL_TRX_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_BOOK_CONTROL_TRX_ALL, object_name:OKL_BOOK_CONTROL_TRX_ALL, status:VALID, product: OKL - Lease and Finance Management , description: OKL Booking Controller Transaction Table , implementation_dba_data: OKL.OKL_BOOK_CONTROL_TRX_ALL ,
-
Table: OKL_EXT_AP_HEADER_SOURCES_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AP_HEADER_SOURCES_TL, object_name:OKL_EXT_AP_HEADER_SOURCES_TL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: OKL.OKL_EXT_AP_HEADER_SOURCES_TL ,
-
Table: OKL_EXT_AR_LINE_SOURCES_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_EXT_AR_LINE_SOURCES_TL, object_name:OKL_EXT_AR_LINE_SOURCES_TL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: OKL.OKL_EXT_AR_LINE_SOURCES_TL ,
-
Table: ZOKL_CSE_PTY_VISITS_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: ZOKL_STRATEGIES_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_PARTY_PYMT_DTLS_H
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PARTY_PYMT_DTLS_H, object_name:OKL_PARTY_PYMT_DTLS_H, status:VALID, product: OKL - Lease and Finance Management , description: History table for OKL_PARTY_PAYMENT_DTLS , implementation_dba_data: OKL.OKL_PARTY_PYMT_DTLS_H ,
-
Table: ZOKL_CASES_B
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: ZOKL_CSE_CONTACTS
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_CODE_CMBNS_GT
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CODE_CMBNS_GT, object_name:OKL_CODE_CMBNS_GT, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: OKL.OKL_CODE_CMBNS_GT ,
-
Table: OKL_XLA_EVE_HDR_TRX_MAP_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:OKL.OKL_XLA_EVE_HDR_TRX_MAP_GT, object_name:OKL_XLA_EVE_HDR_TRX_MAP_GT, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_XLA_EVE_HDR_TRX_MAP_GT ,