Search Results okl_k_lines
Overview
The OKL_K_LINES table is a core data object within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL) module, specifically for versions 12.1.1 and 12.2.2. It functions as a shadow table to the Oracle Contracts Core (OKC) line tables, OKC_K_LINES_B and OKC_K_LINES_TL. Its primary role is to extend the standard contract line functionality by storing attributes unique to lease and finance contracts that are not accommodated by the generic Contracts Core data model. This design allows the OKL module to leverage the foundational contract engine while maintaining specialized data for complex leasing transactions, asset management, and financial calculations.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's description and foreign key relationships define its critical purpose. The table's primary key is the ID column, which serves as the foreign key to the base contract line table (OKC_K_LINES_B.ID), establishing a one-to-one relationship with the core contract line. Other significant columns are inferred from the foreign key relationships, such as CLG_ID for linking to other lines within the same structure, and SUBSIDY_ID for associating subsidy information. Fundamentally, the table holds line-level attributes critical to lease accounting, including data for insurance policies, asset conditions, returns, tax calculations, payment streams, and portfolio management, which are not relevant to standard sales or service contracts.
Common Use Cases and Queries
This table is central to any process requiring lease-specific line details. Common use cases include generating asset schedules, calculating lease-specific tax or subsidy amounts, managing insurance tracking at the asset level, and supporting portfolio valuation reporting. A fundamental query pattern involves joining OKL_K_LINES to the core contract lines to retrieve a complete view of a lease line.
SELECT okl.*, okc.object_version_number, okc.sts_code
FROM OKL_K_LINES okl,
OKC_K_LINES_B okc
WHERE okl.id = okc.id
AND okc.dnz_chr_id = :p_contract_id;
Another common scenario is querying lines associated with a specific financial stream or asset condition for reporting purposes, leveraging the numerous foreign key references from tables like OKL_STREAMS or OKL_ASSET_CNDTNS.
Related Objects
The OKL_K_LINES table has extensive integration within the OKL module, as evidenced by its foreign key relationships. Key related objects include:
- OKC_K_LINES_B: The core contract line table, joined on ID.
- OKL_STREAMS: For payment stream data linked to a line (KLE_ID).
- OKL_INS_POLICIES_ALL_B: For insurance policy details (KLE_ID).
- OKL_ASSET_CNDTNS_ALL: For asset condition records (KLE_ID).
- OKL_TXL_ASSETS_B: For tax asset information (KLE_ID).
- OKL_SUBSIDIES_ALL_B: For subsidy agreements (SUBSIDY_ID).
- OKL_PRTFL_LINES_B: For portfolio management line details (KLE_ID).
- OKL_TXL_AR_INV_LNS_B / OKL_TXL_AP_INV_LNS_B: For accounts receivable and payable invoice lines (KLE_ID).
These relationships illustrate that OKL_K_LINES acts as a central hub connecting lease contract lines to nearly all specialized leasing sub-processes.
-
Table: OKL_K_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core line tables, OKC_K_LINES_B and OKC_K_LINES_TL. OKL_K_LINES contains attributes that relate to contracts created in OKL and do not fit into the standard lines tables OKC_K_LINES_ , implementation_dba_data: OKL.OKL_K_LINES ,
-
Table: OKL_TXL_QUOTE_LINES_B
12.2.2
product: OKL - Lease and Finance Management , description: Termination, restructure or repurchase quote lines , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TXL_QTE_LINES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_QTE_LINES_ALL_B, object_name:OKL_TXL_QTE_LINES_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Termination, restructure or repurchase quote lines , implementation_dba_data: OKL.OKL_TXL_QTE_LINES_ALL_B ,
-
View: OKL_IPY_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_IPY_ASSETS_UV, object_name:OKL_IPY_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_IPY_ASSETS_UV ,
-
View: OKL_K_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_ASSETS_UV, object_name:OKL_K_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_K_ASSETS_UV ,
-
View: OKL_CS_ASSET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_ASSET_LINES_V, object_name:OKL_CS_ASSET_LINES_V, status:VALID, product: OKL - Lease and Finance Management , description: View based on fixed asset line in Oracle Contracts for Lease 'LEASE' contracts. Fixed asset line in OKL points to a fixed asset(asset_id) in Oracle FA.Also this view shows asset for loan type of contracts. , implementation_dba_data: APPS.OKL_CS_ASSET_LINES_V ,
-
View: OKL_ASSET_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_LINES_ALL_V, object_name:OKL_ASSET_LINES_ALL_V, status:VALID, product: OKL - Lease and Finance Management , description: View based on fixed asset line in Oracle Contracts for Lease 'LEASE' contracts. Fixed asset line in OKL points to a fixed asset(asset_id) in Oracle FA.Also this view shows asset for loan type of contracts. , implementation_dba_data: APPS.OKL_ASSET_LINES_ALL_V ,
-
View: OKL_NEW_LOAN_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_NEW_LOAN_ASSETS_UV, object_name:OKL_NEW_LOAN_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_NEW_LOAN_ASSETS_UV ,
-
View: OKL_OLD_LOAN_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OLD_LOAN_ASSETS_UV, object_name:OKL_OLD_LOAN_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page. , implementation_dba_data: APPS.OKL_OLD_LOAN_ASSETS_UV ,
-
View: OKL_NEW_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_NEW_ASSETS_UV, object_name:OKL_NEW_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_NEW_ASSETS_UV ,
-
Table: OKL_ASSET_CNDTNS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ASSET_CNDTNS_ALL, object_name:OKL_ASSET_CNDTNS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Details of a condition report of an asset , implementation_dba_data: OKL.OKL_ASSET_CNDTNS_ALL ,
-
View: OKL_QUOTE_TOP_LINE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUOTE_TOP_LINE_UV, object_name:OKL_QUOTE_TOP_LINE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_QUOTE_TOP_LINE_UV ,
-
Table: OKL_TXD_QUOTE_LINE_DTLS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXD_QUOTE_LINE_DTLS, object_name:OKL_TXD_QUOTE_LINE_DTLS, status:VALID, product: OKL - Lease and Finance Management , description: Quote lines details. References the serial numbers for partial line termination , implementation_dba_data: OKL.OKL_TXD_QUOTE_LINE_DTLS ,
-
View: OKL_OLD_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OLD_ASSETS_UV, object_name:OKL_OLD_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset summary page , implementation_dba_data: APPS.OKL_OLD_ASSETS_UV ,
-
Table: OKL_SUBSIDIES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDIES_ALL_B, object_name:OKL_SUBSIDIES_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: This table stores subsidy setups. , implementation_dba_data: OKL.OKL_SUBSIDIES_ALL_B ,
-
Table: OKL_SIF_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_LINES, object_name:OKL_SIF_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Holds the asset line details used for external pricing. , implementation_dba_data: OKL.OKL_SIF_LINES ,
-
Table: OKL_INS_ASSETS
12.2.2
product: OKL - Lease and Finance Management , description: Insurance for fixed asset line , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_DSPL_PRCDS_OFFS
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_INS_ASSETS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INS_ASSETS_ALL, object_name:OKL_INS_ASSETS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Insurance for fixed asset line , implementation_dba_data: OKL.OKL_INS_ASSETS_ALL ,
-
Table: OKL_CNTR_LVLNG_LNS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CNTR_LVLNG_LNS_B, object_name:OKL_CNTR_LVLNG_LNS_B, status:VALID, product: OKL - Lease and Finance Management , description: Assigns Contract Lines (Assets) to Counter Leveling Groups , implementation_dba_data: OKL.OKL_CNTR_LVLNG_LNS_B ,
-
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 ,
-
View: OKL_SPLIT_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SPLIT_ASSETS_UV, object_name:OKL_SPLIT_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view used in assets lov on split asset page , implementation_dba_data: APPS.OKL_SPLIT_ASSETS_UV ,
-
Table: OKL_ASSET_RETURNS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ASSET_RETURNS_ALL_B, object_name:OKL_ASSET_RETURNS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: The transaction table for managing assets that are off lease after a contract termination or assets that have been identified as possible returns , implementation_dba_data: OKL.OKL_ASSET_RETURNS_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_ASSET_CNDTNS
12.2.2
product: OKL - Lease and Finance Management , description: Details of a condition report of an asset , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: OKL_VIEW_TRX_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_VIEW_TRX_ASSETS_V, object_name:OKL_VIEW_TRX_ASSETS_V, status:VALID, product: OKL - Lease and Finance Management , description: User interface view to view asset level accounting transactions , implementation_dba_data: APPS.OKL_VIEW_TRX_ASSETS_V ,
-
Table: OKL_SIF_FEES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SIF_FEES, object_name:OKL_SIF_FEES, status:VALID, product: OKL - Lease and Finance Management , description: Holds the fee and payment details required for external pricing. , implementation_dba_data: OKL.OKL_SIF_FEES ,
-
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_ASSET_RETURNS_B
12.2.2
product: OKL - Lease and Finance Management , description: The transaction table for managing assets that are off lease after a contract termination or assets that have been identified as possible returns , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TXL_AP_INV_LNS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_AP_INV_LNS_ALL_B, object_name:OKL_TXL_AP_INV_LNS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Transaction lines to be included into Payables invoices , implementation_dba_data: OKL.OKL_TXL_AP_INV_LNS_ALL_B ,
-
Table: OKL_TXL_ASSETS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_ASSETS_B, object_name:OKL_TXL_ASSETS_B, status:VALID, product: OKL - Lease and Finance Management , description: A contract line level transaction table to record various asset attributes needed by Fixed Asset Module before activating the contract. , implementation_dba_data: OKL.OKL_TXL_ASSETS_B ,
-
Table: OKL_TXL_AR_INV_LNS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_AR_INV_LNS_B, object_name:OKL_TXL_AR_INV_LNS_B, status:VALID, product: OKL - Lease and Finance Management , description: Transaction lines to be included into Receivables invoices , implementation_dba_data: OKL.OKL_TXL_AR_INV_LNS_B ,
-
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 ,
-
Table: OKL_POOL_CONTENTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_POOL_CONTENTS, object_name:OKL_POOL_CONTENTS, status:VALID, product: OKL - Lease and Finance Management , description: Details for a pool header. , implementation_dba_data: OKL.OKL_POOL_CONTENTS ,
-
Table: OKL_TXL_AP_INV_LNS_B
12.2.2
product: OKL - Lease and Finance Management , description: Transaction lines to be included into Payables invoices , implementation_dba_data: Not implemented in this database ,
-
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_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_PRTFL_LINES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRTFL_LINES_B, object_name:OKL_PRTFL_LINES_B, status:VALID, product: OKL - Lease and Finance Management , description: The profile defines a strategy that determines the action(s) to be taken when a contract reaches the end of term and a budget amount that is the amount of revenue (excluding contract yield) expected to be received at the end of the contract , implementation_dba_data: OKL.OKL_PRTFL_LINES_B ,
-
View: OKL_SEC_INVESTOR_REVENUE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_INVESTOR_REVENUE_UV, object_name:OKL_SEC_INVESTOR_REVENUE_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for securitization investor revenue , implementation_dba_data: APPS.OKL_SEC_INVESTOR_REVENUE_UV ,
-
View: OKL_LA_TRADEIN_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_TRADEIN_UV, object_name:OKL_LA_TRADEIN_UV, status:VALID, product: OKL - Lease and Finance Management , description: Trade-in Details View , implementation_dba_data: APPS.OKL_LA_TRADEIN_UV ,
-
View: OKL_AM_ASSET_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_LINES_UV, object_name:OKL_AM_ASSET_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_LINES_UV ,
-
View: OKL_ASSET_ADJUST_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_ADJUST_UV, object_name:OKL_ASSET_ADJUST_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view used for Asset Adjustment screen , implementation_dba_data: APPS.OKL_ASSET_ADJUST_UV ,
-
View: OKL_CS_SERVICE_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_SERVICE_LINES_UV, object_name:OKL_CS_SERVICE_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_SERVICE_LINES_UV ,
-
View: OKL_ASSET_SUBSIDY_LOV_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_SUBSIDY_LOV_UV, object_name:OKL_ASSET_SUBSIDY_LOV_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for subsidy LOV on asset subsidy page , implementation_dba_data: APPS.OKL_ASSET_SUBSIDY_LOV_UV ,
-
View: OKL_LA_ASSET_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_ASSET_DTLS_UV, object_name:OKL_LA_ASSET_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for asset details page , implementation_dba_data: APPS.OKL_LA_ASSET_DTLS_UV ,
-
View: OKL_INS_POLICY_ASSETS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_INS_POLICY_ASSETS_UV, object_name:OKL_INS_POLICY_ASSETS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_INS_POLICY_ASSETS_UV ,
-
View: OKL_PYMTS_FEE_INSTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PYMTS_FEE_INSTS_UV, object_name:OKL_PYMTS_FEE_INSTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for Fee Line instance LOV on Payments Page , implementation_dba_data: APPS.OKL_PYMTS_FEE_INSTS_UV ,
-
View: OKL_LA_ADD_ITEMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_ADD_ITEMS_UV, object_name:OKL_LA_ADD_ITEMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for asset add-ons page , implementation_dba_data: APPS.OKL_LA_ADD_ITEMS_UV ,
-
View: OKL_LA_REAL_ESTATE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_REAL_ESTATE_UV, object_name:OKL_LA_REAL_ESTATE_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset real estate page , implementation_dba_data: APPS.OKL_LA_REAL_ESTATE_UV ,