Search Results okl_txl_cntrct_lns
Overview
The table OKL_TXL_CNTRCT_LNS is a core transactional data structure within the Oracle E-Business Suite (EBS) module OKL (Lease and Finance Management). It functions as the lease transactions line table, storing detailed line-level information for financial transactions associated with lease and finance contracts. This table is critical for capturing the granular accounting and financial impacts of contract activities, such as billing, revenue recognition, and cash application. Its role is to support the detailed accounting entries required for compliance and financial reporting by linking transaction lines to specific contract streams, accounting templates, and cash management batches.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the foreign key relationships define the essential data entities linked to each transaction line. The primary key is a unique identifier (ID). Each record is fundamentally tied to a lease contract via the KHR_ID, which references the OKL_K_HEADERS table. The table links the transaction line to its parent transaction header (TCN_ID in OKL_TRX_CONTRACTS) and categorizes the financial nature of the line through the stream type (STY_ID in OKL_STRM_TYPE_B). For accounting, it references an accounting template (AVL_ID in OKL_AE_TEMPLATES) and can be associated with a specific accounting bucket (BKT_ID in OKL_BUCKETS). Furthermore, it integrates with cash management by linking to cash batch (BTC_ID in OKL_TRX_CSH_BATCH_B) and cash receipt (RCT_ID in OKL_TRX_CSH_RECEIPT_B) records.
Common Use Cases and Queries
This table is central to transaction inquiry, reconciliation, and audit reporting. A common use case involves tracing the accounting impact of a specific contract activity. For instance, to retrieve all transaction lines for a particular contract to understand revenue or billing details, a query would join on KHR_ID. Another critical scenario is reconciling cash receipts applied to contracts, which involves joining on RCT_ID. Financial analysts may query this table joined with OKL_STRM_TYPE_B and OKL_AE_TEMPLATES to analyze the distribution of transaction amounts across different revenue or expense stream types for a period. A sample query pattern is:
- SELECT txl.*, sty.name STREAM_TYPE
- FROM okl_txl_cntrct_lns txl, okl_strm_type_b sty
- WHERE txl.sty_id = sty.id
- AND txl.khr_id = <contract_id>;
Related Objects
OKL_TXL_CNTRCT_LNS is a hub table with dependencies to several key entities in the OKL schema. Its primary relationship is with the contract header (OKL_K_HEADERS) and the transaction header (OKL_TRX_CONTRACTS). It draws its accounting rules from OKL_AE_TEMPLATES and OKL_BUCKETS. The stream type (OKL_STRM_TYPE_B) classifies each line. For cash management integration, it references OKL_TRX_CSH_BATCH_B and OKL_TRX_CSH_RECEIPT_B. The primary key constraint OKL_TXL_CNTRCT_LNS_PK enforces uniqueness on the ID column. Developers and integrators must consider these relationships when writing custom reports or interfaces to ensure data integrity.
-
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_LINE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_MLS_EXTRACT_LINE_VL, object_name:OKL_MLS_EXTRACT_LINE_VL, status:VALID, product: OKL - Lease and Finance Management , description: Line MLS extract object , implementation_dba_data: APPS.OKL_MLS_EXTRACT_LINE_VL ,
-
View: OKL_TRX_LINE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_LINE_UV, object_name:OKL_TRX_LINE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TRX_LINE_UV ,
-
View: OKL_CMN_EXTRACT_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CMN_EXTRACT_LINE_V, object_name:OKL_CMN_EXTRACT_LINE_V, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object with commonly shared sources across event classes. , implementation_dba_data: APPS.OKL_CMN_EXTRACT_LINE_V ,
-
Table: OKL_UPG_TXL_CNTRCT_LNS_T
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_UPG_TXL_CNTRCT_LNS_T, object_name:OKL_UPG_TXL_CNTRCT_LNS_T, status:VALID, product: OKL - Lease and Finance Management , description: This table is used for the upgrade of the identifier column of the okl_txl_cntrct_lns table. It stores the old and new identifiers. , implementation_dba_data: OKL.OKL_UPG_TXL_CNTRCT_LNS_T ,
-
Table: OKL_BUCKETS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_BUCKETS, object_name:OKL_BUCKETS, status:VALID, product: OKL - Lease and Finance Management , description: Loss rates , implementation_dba_data: OKL.OKL_BUCKETS ,
-
Table: OKL_TRX_CSH_BATCH_B
12.2.2
product: OKL - Lease and Finance Management , description: Batch of manual cash receipt entered via OKL , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TRX_CSH_RECEIPT_B
12.2.2
product: OKL - Lease and Finance Management , description: Individual receipt processed in a batch , 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 ,
-
View: OKL_SHR_EXTRACT_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SHR_EXTRACT_LINE_V, object_name:OKL_SHR_EXTRACT_LINE_V, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object with sources not shared across event classes. , implementation_dba_data: APPS.OKL_SHR_EXTRACT_LINE_V ,
-
Table: OKL_AE_TEMPLATES
12.2.2
product: OKL - Lease and Finance Management , description: Accounting templates , implementation_dba_data: Not implemented in this database ,
-
View: OKL_ZX_EXTRACT_TAX_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ZX_EXTRACT_TAX_VL, object_name:OKL_ZX_EXTRACT_TAX_VL, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object with tax details , implementation_dba_data: APPS.OKL_ZX_EXTRACT_TAX_VL ,
-
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_ASSET_EXTRACT_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_EXTRACT_LINE_V, object_name:OKL_ASSET_EXTRACT_LINE_V, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object with asset related information. , implementation_dba_data: APPS.OKL_ASSET_EXTRACT_LINE_V ,
-
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_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 ,
-
Table: OKL_STRM_TYPE_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_TYPE_B, object_name:OKL_STRM_TYPE_B, status:VALID, product: OKL - Lease and Finance Management , description: Holds the definition of payment types. , implementation_dba_data: OKL.OKL_STRM_TYPE_B ,
-
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 ,
-
View: OKL_ASSET_DFF_EXTRACT_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_DFF_EXTRACT_LINE_V, object_name:OKL_ASSET_DFF_EXTRACT_LINE_V, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object for Asset related DFF , implementation_dba_data: APPS.OKL_ASSET_DFF_EXTRACT_LINE_V ,
-
View: OKL_TXL_CNTRCT_LNS_V
12.2.2
product: OKL - Lease and Finance Management , description: Lease transactions line table , implementation_dba_data: Not implemented in this database ,
-
View: OKL_TXL_CNTRCT_LNS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_CNTRCT_LNS_UV, object_name:OKL_TXL_CNTRCT_LNS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TXL_CNTRCT_LNS_UV ,
-
View: OKL_FEE_SERVICE_DFF_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FEE_SERVICE_DFF_LINE_V, object_name:OKL_FEE_SERVICE_DFF_LINE_V, status:VALID, product: OKL - Lease and Finance Management , description: Line extract object with fee and service DFF , implementation_dba_data: APPS.OKL_FEE_SERVICE_DFF_LINE_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 ,