Search Results okl_trx_contracts_all
Overview
The OKL_TRX_CONTRACTS_ALL table is a core data object within the Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, specifically for the OKL (Lease and Finance Management) product module. As documented, it serves as the primary header table for lease transactions. This table functions as the central repository for high-level information pertaining to financial transactions processed within the leasing and financing lifecycle, such as bookings, amendments, terminations, and settlements. Its role is critical for maintaining the integrity and audit trail of all contractual financial events, linking transactional data to the master lease contract, accounting rules, and associated quotes.
Key Information Stored
While the provided metadata does not list specific columns, the primary and foreign key relationships define its critical data points. The table's primary key is the ID column, uniquely identifying each transaction header record. Essential foreign key columns establish relationships to other master data entities. These include KHR_ID, linking the transaction to its originating lease contract in OKL_K_HEADERS, and TRY_ID, which associates the transaction with a specific type defined in OKL_TRX_TYPES_B. Other significant references are QTE_ID for related quotes (OKL_TRX_QUOTES_ALL_B), AES_ID for accounting event sets (OKL_AE_TMPT_SETS_ALL), and PDT_ID for product definitions (OKL_PRODUCTS). Columns like KHR_ID_NEW and KHR_ID_OLD are indicative of the table's role in tracking contract amendments or replacements.
Common Use Cases and Queries
This table is central to transaction reporting and process inquiries. A common use case is generating a summary report of all financial transactions for a specific lease contract or within a date range. Technical consultants often query this table to troubleshoot transaction flows or validate data integrity during month-end close or system integrations. A typical SQL pattern involves joining to related descriptive tables:
- Identifying transactions for a contract:
SELECT * FROM OKL_TRX_CONTRACTS_ALL WHERE KHR_ID = :contract_id. - Reporting transaction headers with their types:
SELECT tc.id, tc.khr_id, tt.name FROM okl_trx_contracts_all tc, okl_trx_types_b tt WHERE tc.try_id = tt.id AND tc.creation_date > SYSDATE - 30. - Tracing the lineage of amended contracts by joining on KHR_ID, KHR_ID_OLD, and KHR_ID_NEW.
Related Objects
The table maintains documented foreign key relationships with several key OKL tables, forming the backbone of the transaction data model. The primary relationships, as per the metadata, are:
- OKL_K_HEADERS: Joined via KHR_ID, KHR_ID_NEW, and KHR_ID_OLD. This is the most critical link, tethering every transaction to its lease contract.
- OKL_TRX_TYPES_B: Joined via TRY_ID, providing the transaction type classification.
- OKL_TRX_QUOTES_ALL_B: Joined via QTE_ID, linking to the originating quote for the transaction.
- OKL_AE_TMPT_SETS_ALL: Joined via AES_ID, connecting to the accounting event template set for financial posting.
- OKL_PRODUCTS: Joined via PDT_ID, referencing the financial product.
- OKL_PROVISIONS: Joined via PVN_ID, linking to specific lease provisions.
As a header table, OKL_TRX_CONTRACTS_ALL is expected to have child detail tables (e.g., for lines, distributions) that reference its primary key (ID), though these are not listed in the provided excerpt.
-
Table: OKL_TRX_CONTRACTS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_CONTRACTS_ALL, object_name:OKL_TRX_CONTRACTS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Lease transactions header table , implementation_dba_data: OKL.OKL_TRX_CONTRACTS_ALL ,
-
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_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_AE_TMPT_SETS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_AE_TMPT_SETS_ALL, object_name:OKL_AE_TMPT_SETS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Accounting template sets , implementation_dba_data: OKL.OKL_AE_TMPT_SETS_ALL ,
-
View: OKL_CS_HEADER_VERSION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_HEADER_VERSION_UV, object_name:OKL_CS_HEADER_VERSION_UV, status:VALID, product: OKL - Lease and Finance Management , description: List of Header Versions , implementation_dba_data: APPS.OKL_CS_HEADER_VERSION_UV ,
-
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 ,
-
View: OKL_REVISIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_REVISIONS_UV, object_name:OKL_REVISIONS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view used in rebook summary page , implementation_dba_data: APPS.OKL_REVISIONS_UV ,
-
Table: OKL_TRX_QUOTES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_QUOTES_ALL_B, object_name:OKL_TRX_QUOTES_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Termination, restructure or repurchase quotes , implementation_dba_data: OKL.OKL_TRX_QUOTES_ALL_B ,
-
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_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_GEN_LOSS_PROV_DETAIL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GEN_LOSS_PROV_DETAIL_UV, object_name:OKL_GEN_LOSS_PROV_DETAIL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_GEN_LOSS_PROV_DETAIL_UV ,
-
View: OKL_CS_CONTRACT_VERSION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CONTRACT_VERSION_UV, object_name:OKL_CS_CONTRACT_VERSION_UV, status:VALID, product: OKL - Lease and Finance Management , description: Lists the contract versions , implementation_dba_data: APPS.OKL_CS_CONTRACT_VERSION_UV ,
-
View: OKL_GEN_LOSS_PROVISION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_GEN_LOSS_PROVISION_UV, object_name:OKL_GEN_LOSS_PROVISION_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_GEN_LOSS_PROVISION_UV ,
-
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 ,
-
View: OKL_SPEC_LOSS_PROVISION_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPEC_LOSS_PROVISION_UV, object_name:OKL_SPEC_LOSS_PROVISION_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_SPEC_LOSS_PROVISION_UV ,
-
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_AE_LINES_UPDT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AE_LINES_UPDT_UV, object_name:OKL_AE_LINES_UPDT_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AE_LINES_UPDT_UV ,
-
View: OKL_SLA_TRX_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SLA_TRX_INFO_V, object_name:OKL_SLA_TRX_INFO_V, status:VALID, product: OKL - Lease and Finance Management , description: Transaction object for user transaction identifiers. , implementation_dba_data: APPS.OKL_SLA_TRX_INFO_V ,
-
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_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: 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_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: OKL_TRX_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_CONTRACTS_UV, object_name:OKL_TRX_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TRX_CONTRACTS_UV ,
-
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: OKL_TRX_HEADER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_HEADER_UV, object_name:OKL_TRX_HEADER_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TRX_HEADER_UV ,