Search Results okl_k_headers
Overview
The OKL_K_HEADERS table is a core data object within Oracle E-Business Suite Release 12.1.1 and 12.2.2, specifically for the Lease and Finance Management (OKL) module. It functions as a shadow table that extends the standard Oracle Contracts Core header tables, OKC_K_HEADERS_B and OKC_K_HEADERS_TL. Its primary role is to store lease-specific contract attributes that are not accommodated by the generic contract header structure. This design allows Oracle Lease Management to leverage the robust contract engine while maintaining specialized data fields required for complex lease and finance agreements. The table is central to the contract lifecycle, serving as a nexus for numerous transactional and setup entities within the module.
Key Information Stored
The table's structure is anchored by its primary key column, ID, which uniquely identifies each lease contract header record. A critical foreign key column is KHR_ID, which establishes a recursive relationship within the same table, likely to support hierarchical contract structures or amendments. Another significant foreign key is CRS_ID, which links to the OKL_VP_CHANGE_REQUESTS table, connecting contracts to formal change request processes. While the provided metadata does not list all columns, the table's description confirms it holds specialized attributes for OKL contracts, such as those pertaining to portfolio assignment, insurance, tax calculations, and consolidated accounting streams, which differentiate lease contracts from other agreement types in the system.
Common Use Cases and Queries
This table is integral for reporting and data extraction related to the lease contract portfolio. Common operational and analytical queries involve joining OKL_K_HEADERS with its related transactional tables to gain a comprehensive view of a contract's financial and operational status. For instance, to retrieve a list of contracts with associated insurance policies, a query would join OKL_K_HEADERS to OKL_INS_POLICIES_B. To analyze revenue streams for a set of contracts, a join to OKL_STREAMS on KHR_ID is essential. A fundamental query pattern for fetching core contract header information often follows this structure:
- SELECT okh.* FROM OKL.OKL_K_HEADERS okh WHERE okh.ID = :p_contract_id;
Implementation teams also frequently reference this table during data migrations, integrations, and while developing custom reports for lease accounting, portfolio management, and compliance.
Related Objects
As indicated by its extensive foreign key relationships, OKL_K_HEADERS is a parent table to a wide array of critical OKL entities. Key child tables include:
- OKL_STREAMS and OKL_CNSLD_AR_STRMS_B for payment and accounting streams.
- OKL_INS_POLICIES_B and OKL_INS_POLICIES_ALL_B for insurance policy details.
- OKL_TRX_CONTRACTS for transactional contract data.
- OKL_TRX_AR_INVOICES_B and OKL_TRX_AP_INVOICES_B for receivables and payables invoices.
- OKL_PRTFL_CNTRCTS_B and OKL_POOLS_ALL for portfolio and pool assignment.
- OKL_ACC_GROUP_BAL for accounting group balances.
It maintains a direct relationship with the Oracle Contracts Core tables (OKC_K_HEADERS_B/TL) and is referenced by the change request table (OKL_VP_CHANGE_REQUESTS). This network of relationships underscores its position as the central hub for lease contract data within the EBS architecture.
-
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_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_TRX_CONTRACTS
12.2.2
product: OKL - Lease and Finance Management , description: Lease transactions header table , implementation_dba_data: Not implemented in this database ,
-
View: OKL_CS_PROPERTY_TAX_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_PROPERTY_TAX_UV, object_name:OKL_CS_PROPERTY_TAX_UV, status:VALID, product: OKL - Lease and Finance Management , description: UI View for Estimated Property Tax , implementation_dba_data: APPS.OKL_CS_PROPERTY_TAX_UV ,
-
Table: OKL_K_HEADERS_H
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_HEADERS_H, object_name:OKL_K_HEADERS_H, status:VALID, product: OKL - Lease and Finance Management , description: History table for OKL_K_HEADERS , implementation_dba_data: OKL.OKL_K_HEADERS_H ,
-
Table: OKL_INSURANCE_WORKFLOW_TRX
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INSURANCE_WORKFLOW_TRX, object_name:OKL_INSURANCE_WORKFLOW_TRX, status:VALID, product: OKL - Lease and Finance Management , description: Status of workflow to gather insurance information , implementation_dba_data: OKL.OKL_INSURANCE_WORKFLOW_TRX ,
-
Lookup Type: OKL_STM_SOURCE
12.2.2
product: OKL - Lease and Finance Management , meaning: Streams Source Table , description: Source Table for the Source Id value ,
-
View: OKL_STRM_TMPT_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRM_TMPT_CONTRACTS_UV, object_name:OKL_STRM_TMPT_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View to display all the stream types for a miscellaneous transaction , implementation_dba_data: APPS.OKL_STRM_TMPT_CONTRACTS_UV ,
-
View: OKL_BPD_CONTRACT_NUMBER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONTRACT_NUMBER_UV, object_name:OKL_BPD_CONTRACT_NUMBER_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_CONTRACT_NUMBER_UV ,
-
Table: OKL_POOLS
12.2.2
product: OKL - Lease and Finance Management , description: Securitization pool header. , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_VP_CHANGE_REQUESTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_VP_CHANGE_REQUESTS, object_name:OKL_VP_CHANGE_REQUESTS, status:VALID, product: OKL - Lease and Finance Management , description: Change request table for Vendor Agreements , implementation_dba_data: OKL.OKL_VP_CHANGE_REQUESTS ,
-
Table: OKL_ACC_GROUP_BAL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ACC_GROUP_BAL, object_name:OKL_ACC_GROUP_BAL, status:VALID, product: OKL - Lease and Finance Management , description: Account group balances , implementation_dba_data: OKL.OKL_ACC_GROUP_BAL ,
-
Table: OKL_SLCTD_OPTNS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SLCTD_OPTNS, object_name:OKL_SLCTD_OPTNS, status:VALID, product: OKL - Lease and Finance Management , description: OKL_SLCTD_OPTNS links a lease contract to product option values. , implementation_dba_data: OKL.OKL_SLCTD_OPTNS ,
-
View: OKL_STRM_TMPT_CONTRACT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_STRM_TMPT_CONTRACT_UV, object_name:OKL_STRM_TMPT_CONTRACT_UV, status:VALID, product: OKL - Lease and Finance Management , description: View to display all stream types for a given contract , implementation_dba_data: APPS.OKL_STRM_TMPT_CONTRACT_UV ,
-
Table: OKL_POOLS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_POOLS_ALL, object_name:OKL_POOLS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Securitization pool header. , implementation_dba_data: OKL.OKL_POOLS_ALL ,
-
Table: OKL_SIF_TRX_PARMS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_TRX_PARMS, object_name:OKL_SIF_TRX_PARMS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the value of the custom parameters for the transactions for external pricing engine. , implementation_dba_data: OKL.OKL_SIF_TRX_PARMS ,
-
Table: OKL_PROPERTY_TAX_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PROPERTY_TAX_ALL_B, object_name:OKL_PROPERTY_TAX_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Property tax Info for asset for which lease contract is signed , implementation_dba_data: OKL.OKL_PROPERTY_TAX_ALL_B ,
-
Table: OKL_TXL_CNTRCT_LNS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_CNTRCT_LNS_ALL, object_name:OKL_TXL_CNTRCT_LNS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Lease transactions line table , implementation_dba_data: OKL.OKL_TXL_CNTRCT_LNS_ALL ,
-
Table: OKL_TXL_RCPT_APPS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_RCPT_APPS_ALL_B, object_name:OKL_TXL_RCPT_APPS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Apply cash to various OKL objects , implementation_dba_data: OKL.OKL_TXL_RCPT_APPS_ALL_B ,
-
Table: OKL_CNSLD_AR_LINES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CNSLD_AR_LINES_B, object_name:OKL_CNSLD_AR_LINES_B, status:VALID, product: OKL - Lease and Finance Management , description: Line of consolidated invoice , implementation_dba_data: OKL.OKL_CNSLD_AR_LINES_B ,
-
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 ,
-
Table: OKL_STREAMS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STREAMS, object_name:OKL_STREAMS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the payment header details. , implementation_dba_data: OKL.OKL_STREAMS ,
-
Table: OKL_TXL_RCPT_APPS_B
12.2.2
product: OKL - Lease and Finance Management , description: Apply cash to various OKL objects , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TRX_AP_INVS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_AP_INVS_ALL_B, object_name:OKL_TRX_AP_INVS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Collection of all OKL transaction which generate Payables invoices , implementation_dba_data: OKL.OKL_TRX_AP_INVS_ALL_B ,
-
Lookup Type: OKL_SEL_SOURCE
12.2.2
product: OKL - Lease and Finance Management , meaning: Stream Elements Source , description: Source Table for Source Id value ,
-
Table: OKL_INS_POLICIES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_POLICIES_ALL_B, object_name:OKL_INS_POLICIES_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Insurance policies and quotes , implementation_dba_data: OKL.OKL_INS_POLICIES_ALL_B ,
-
View: OKL_SEC_BUYBACK_PRODUCTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_PRODUCTS_UV, object_name:OKL_SEC_BUYBACK_PRODUCTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for securitization buy-back products , implementation_dba_data: APPS.OKL_SEC_BUYBACK_PRODUCTS_UV ,
-
Table: OKL_STREAM_INTERFACES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STREAM_INTERFACES, object_name:OKL_STREAM_INTERFACES, status:VALID, product: OKL - Lease and Finance Management , description: Holds the contract header level details for external pricing. , implementation_dba_data: OKL.OKL_STREAM_INTERFACES ,
-
Table: OKL_INS_POLICIES_B
12.2.2
product: OKL - Lease and Finance Management , description: Insurance policies and quotes , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TRX_AR_INVOICES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_AR_INVOICES_B, object_name:OKL_TRX_AR_INVOICES_B, status:VALID, product: OKL - Lease and Finance Management , description: Collection of all OKL transaction which generate Receivables invoices , implementation_dba_data: OKL.OKL_TRX_AR_INVOICES_B ,
-
Table: OKL_CNSLD_AR_STRMS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CNSLD_AR_STRMS_B, object_name:OKL_CNSLD_AR_STRMS_B, status:VALID, product: OKL - Lease and Finance Management , description: Lowest level transaction included into consolidated bill , implementation_dba_data: OKL.OKL_CNSLD_AR_STRMS_B ,
-
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_K_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_V, object_name:OKL_K_HEADERS_V, 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: APPS.OKL_K_HEADERS_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_MISC_TMPL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_MISC_TMPL_UV, object_name:OKL_MISC_TMPL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_MISC_TMPL_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_CURE_VENDOR_DUE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_VENDOR_DUE_UV, object_name:OKL_CURE_VENDOR_DUE_UV, status:VALID, product: OKL - Lease and Finance Management , description: Vendor Cure view , implementation_dba_data: APPS.OKL_CURE_VENDOR_DUE_UV ,
-
Table: OKL_PRTFL_CNTRCTS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRTFL_CNTRCTS_B, object_name:OKL_PRTFL_CNTRCTS_B, status:VALID, product: OKL - Lease and Finance Management , description: Contract activation triggers the generation of a portfolio management strategy profile. The profile defines a strategy that determines the action to be taken when a contract reaches the end of term and a budget amount that is the amount of , implementation_dba_data: OKL.OKL_PRTFL_CNTRCTS_B ,
-
View: OKL_POOL_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_POOL_CONTRACTS_UV, object_name:OKL_POOL_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Securitization - Pool Contracts UI view , implementation_dba_data: APPS.OKL_POOL_CONTRACTS_UV ,
-
View: OKL_CURE_REQUEST_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_REQUEST_UV, object_name:OKL_CURE_REQUEST_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for Cure requests , implementation_dba_data: APPS.OKL_CURE_REQUEST_UV ,
-
View: OKL_CURE_REFUNDS_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_REFUNDS_DTLS_UV, object_name:OKL_CURE_REFUNDS_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for creating cure refunds , implementation_dba_data: APPS.OKL_CURE_REFUNDS_DTLS_UV ,
-
View: OKL_K_VENDOR_PROGRAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_VENDOR_PROGRAMS_UV, object_name:OKL_K_VENDOR_PROGRAMS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_K_VENDOR_PROGRAMS_UV ,
-
View: OKL_TRX_CONTRACTS_LOV_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_CONTRACTS_LOV_UV, object_name:OKL_TRX_CONTRACTS_LOV_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view contains all the Lease Contracts and Investor Agreements. This is used in View Transactions Contracts LOV. , implementation_dba_data: APPS.OKL_TRX_CONTRACTS_LOV_UV ,
-
View: OKL_LA_PDT_OPTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PDT_OPTS_UV, object_name:OKL_LA_PDT_OPTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface View for product options - used in product options lov page. , implementation_dba_data: APPS.OKL_LA_PDT_OPTS_UV ,
-
View: OKL_CS_CONT_SRCH_RESULTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CONT_SRCH_RESULTS_UV, object_name:OKL_CS_CONT_SRCH_RESULTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_CONT_SRCH_RESULTS_UV ,
-
View: OKL_LA_HEADERS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_HEADERS_UV, object_name:OKL_LA_HEADERS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface View for getting Oracle Contracts for Lease header information , implementation_dba_data: APPS.OKL_LA_HEADERS_UV ,
-
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_CURE_OFFSET_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_OFFSET_CONTRACTS_UV, object_name:OKL_CURE_OFFSET_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: Vendor Cure view , implementation_dba_data: APPS.OKL_CURE_OFFSET_CONTRACTS_UV ,
-
View: OKL_ACCRUAL_OVERRIDE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ACCRUAL_OVERRIDE_UV, object_name:OKL_ACCRUAL_OVERRIDE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_ACCRUAL_OVERRIDE_UV ,
-
View: OKL_SEC_BUYBACK_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_CONTRACTS_UV, object_name:OKL_SEC_BUYBACK_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: OKL Securitized buyback contracts UI view , implementation_dba_data: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV ,