Search Results okl_trx_contracts
Overview
The OKL_TRX_CONTRACTS table is a core data object within the Oracle E-Business Suite (EBS) module OKL (Lease and Finance Management). It functions as the primary header table for lease and finance transaction processing. In the context of Oracle EBS 12.1.1 and 12.2.2, this table serves as the central repository for recording the essential metadata of a transaction, linking it to the underlying contract, transaction type, and related system entities. Its role is pivotal in orchestrating the financial and contractual lifecycle events, such as billing, adjustments, and modifications, by providing the header-level context for detailed line items stored in related tables.
Key Information Stored
While the provided metadata does not list specific columns, the foreign key relationships define the critical data linkages stored in the table. The primary identifier is the ID column, which is the primary key. The table's structure is designed to associate a transaction with its originating and related contracts via foreign keys to OKL_K_HEADERS (KHR_ID, KHR_ID_NEW, KHR_ID_OLD). It categorizes the transaction through TRY_ID linking to OKL_TRX_TYPES_B and ties it to a specific product definition via PDT_ID. Furthermore, it connects to supporting documents and system setups, such as quotes (QTE_ID), accounting event templates (AES_ID), and provisions (PVN_ID). This design ensures every transaction is fully contextualized within the leasing ecosystem.
Common Use Cases and Queries
This table is central to transaction inquiry and reporting. A common use case is tracing all financial transactions associated with a specific lease contract. For instance, to retrieve a summary of transactions for a contract, one might join to the contract header and transaction type tables. Another critical scenario is supporting the generation of accounting entries, where the header information in OKL_TRX_CONTRACTS is used to determine the correct accounting rules and natural accounts. A typical reporting query would follow this pattern:
- SELECT tcn.id, tcn.trx_number, kh.contract_number, tt.name trx_type FROM okl_trx_contracts tcn, okl_k_headers kh, okl_trx_types_b tt WHERE tcn.khr_id = kh.id AND tcn.try_id = tt.id AND kh.contract_number = '<CONTRACT_NUM>';
It is also essential for reconciliation processes, linking header transactions to their detailed lines in OKL_TXL_CNTRCT_LNS or to specific AP/AR documents.
Related Objects
The foreign key metadata explicitly defines this table's central position in the OKL schema. Key related objects include:
- OKL_K_HEADERS: The master lease contract table. Multiple foreign keys (
KHR_ID,KHR_ID_NEW,KHR_ID_OLD) link a transaction to the original, old, and new contracts, supporting contract modifications and restructures. - OKL_TXL_CNTRCT_LNS: The transaction lines table, which holds the detailed line items for each header record in OKL_TRX_CONTRACTS.
- OKL_TRX_TYPES_B: Defines the type of transaction (e.g., Invoice, Credit Memo, Adjustment).
- OKL_TRX_AR_ADJSTS_B & OKL_TRX_AP_INVOICES_B: Specific transaction sub-type tables that reference the header for receivables adjustments and payables invoices, respectively.
- OKL_TRX_QUOTES_B, OKL_PRODUCTS, OKL_PROVISIONS, OKL_AE_TMPT_SETS: Supporting tables that provide quote, product, provision, and accounting template data for the transaction.
-
Table: OKL_TRX_CONTRACTS
12.2.2
product: OKL - Lease and Finance Management , description: Lease transactions header table , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_K_HEADERS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_HEADERS, object_name:OKL_K_HEADERS, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core header tables, OKC_K_HEADERS_B and OKC_K_HEADERS_TL. OKL_K_HEADERS contains attributes that relate to contracts created in OKL and do not fit into the standard header tables O , implementation_dba_data: OKL.OKL_K_HEADERS ,
-
Table: OKL_UPG_TRX_CONTRACTS_T
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_UPG_TRX_CONTRACTS_T, object_name:OKL_UPG_TRX_CONTRACTS_T, status:VALID, product: OKL - Lease and Finance Management , description: This table is used for the upgrade of the identifier column of the okl_trx_contracts table. It stores the old and new identifiers. , implementation_dba_data: OKL.OKL_UPG_TRX_CONTRACTS_T ,
-
Table: OKL_PROVISIONS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PROVISIONS, object_name:OKL_PROVISIONS, status:VALID, product: OKL - Lease and Finance Management , description: Loss provisions , implementation_dba_data: OKL.OKL_PROVISIONS ,
-
Table: OKL_TRX_AR_ADJSTS_B
12.2.2
product: OKL - Lease and Finance Management , description: OKL writeoffs which generate AR adjustments , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_AE_TMPT_SETS
12.2.2
product: OKL - Lease and Finance Management , description: Accounting template sets , implementation_dba_data: Not implemented in this database ,
-
View: OKL_GEN_LOSS_PROV_UV
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TXL_CNTRCT_LNS
12.2.2
product: OKL - Lease and Finance Management , description: Lease transactions line table , implementation_dba_data: Not implemented in this database ,
-
View: OKL_MLS_EXTRACT_HDR_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_MLS_EXTRACT_HDR_VL, object_name:OKL_MLS_EXTRACT_HDR_VL, status:VALID, product: OKL - Lease and Finance Management , description: Header MLS extract object , implementation_dba_data: APPS.OKL_MLS_EXTRACT_HDR_VL ,
-
Table: OKL_TRX_QUOTES_B
12.2.2
product: OKL - Lease and Finance Management , description: Termination, restructure or repurchase quotes , implementation_dba_data: Not implemented in this database ,
-
View: OKL_CS_TRX_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TRX_CONTRACTS_UV, object_name:OKL_CS_TRX_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View to display Service Contracts , implementation_dba_data: APPS.OKL_CS_TRX_CONTRACTS_UV ,
-
View: OKL_LA_TNA_REQUEST_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_TNA_REQUEST_UV, object_name:OKL_LA_TNA_REQUEST_UV, status:VALID, product: OKL - Lease and Finance Management , description: Page View definition for Transfer and Assumption requests , implementation_dba_data: APPS.OKL_LA_TNA_REQUEST_UV ,
-
Lookup Type: OKL_TRX_PARAM_SOURCE_TABLE
12.2.2
product: OKL - Lease and Finance Management , meaning: Trx Param Source Table , description: Trx Param Source Table ,
-
View: OKL_SHR_EXTRACT_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SHR_EXTRACT_HDR_V, object_name:OKL_SHR_EXTRACT_HDR_V, status:VALID, product: OKL - Lease and Finance Management , description: Header extract object with sources that are not commonly shared across. , implementation_dba_data: APPS.OKL_SHR_EXTRACT_HDR_V ,
-
Table: OKL_TRX_AP_INVOICES_B
12.2.2
product: OKL - Lease and Finance Management , description: Collection of all OKL transaction which generate Payables invoices , implementation_dba_data: Not implemented in this database ,
-
View: OKL_CS_TRANSFER_ASSUMPTION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_TRANSFER_ASSUMPTION_UV, object_name:OKL_CS_TRANSFER_ASSUMPTION_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_TRANSFER_ASSUMPTION_UV ,
-
Table: OKL_PRODUCTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRODUCTS, object_name:OKL_PRODUCTS, status:VALID, product: OKL - Lease and Finance Management , description: Define the financial treatment for the contract. , implementation_dba_data: OKL.OKL_PRODUCTS ,
-
View: OKL_DFF_EXTRACT_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_DFF_EXTRACT_HDR_V, object_name:OKL_DFF_EXTRACT_HDR_V, status:VALID, product: OKL - Lease and Finance Management , description: Header extract object with DFF , implementation_dba_data: APPS.OKL_DFF_EXTRACT_HDR_V ,
-
Table: OKL_TRX_TYPES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_TYPES_B, object_name:OKL_TRX_TYPES_B, status:VALID, product: OKL - Lease and Finance Management , description: Transaction types , implementation_dba_data: OKL.OKL_TRX_TYPES_B ,
-
Lookup Type: OKL_SOURCE_TABLE
12.2.2
product: OKL - Lease and Finance Management , meaning: Source Table , description: Lease Source table to validate accounting process. ,
-
View: OKL_IA_EXTRACT_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_IA_EXTRACT_HDR_V, object_name:OKL_IA_EXTRACT_HDR_V, status:VALID, product: OKL - Lease and Finance Management , description: Header extract object for Investor Agreement event class. , implementation_dba_data: APPS.OKL_IA_EXTRACT_HDR_V ,
-
View: OKL_AM_TRMNT_TRANSACTIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_TRMNT_TRANSACTIONS_UV, object_name:OKL_AM_TRMNT_TRANSACTIONS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_TRMNT_TRANSACTIONS_UV ,
-
View: OKL_CMN_EXTRACT_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CMN_EXTRACT_HDR_V, object_name:OKL_CMN_EXTRACT_HDR_V, status:VALID, product: OKL - Lease and Finance Management , description: Header extract object with commonly used sources across event classes. , implementation_dba_data: APPS.OKL_CMN_EXTRACT_HDR_V ,
-
View: OKL_TRX_CONTRACTS_V
12.2.2
product: OKL - Lease and Finance Management , description: Lease transactions header table , implementation_dba_data: Not implemented in this database ,