Search Results okl_txl_ap_inv_lns_b
Overview
The OKL_TXL_AP_INV_LNS_B table is a core transactional entity within the Oracle E-Business Suite's Leasing and Finance Management (OKL) module, specifically in the context of the Payables integration. Its primary role is to serve as a staging and mapping table for transaction lines that are destined for inclusion in Oracle Payables invoices. It acts as a critical bridge between the leasing-specific transaction data and the general ledger accounting processes, ensuring that financial obligations from lease contracts are accurately captured and prepared for payment processing within the broader EBS financial ecosystem. The table's structure facilitates the grouping of individual lease transaction lines into consolidated Payables invoices.
Key Information Stored
While specific column details are not fully enumerated in the provided metadata, the foreign key relationships define the essential data linkages stored in this table. Each record typically represents a single transaction line earmarked for a Payables invoice and contains identifiers that map to related entities. The primary key is the ID column. Crucially, the table stores foreign keys such as KLE_ID (linking to the OKL_K_LINES table for the source lease line), TAP_ID (linking to the parent OKL_TRX_AP_INVOICES_B header), and CODE_COMBINATION_ID (linking to GL_CODE_COMBINATIONS for the accounting flexfield). It also maintains relationships to stream types (STY_ID), consolidated streams (LSM_ID), and supports reversals through a self-referential key (TPL_ID_REVERSES). The presence of a link to OKL_XTL_PAY_INVS_B suggests integration with extended payment processing.
Common Use Cases and Queries
This table is central to processes that generate supplier invoices for lease-related expenses or payments. A common operational use case is the batch creation of Payables invoices from accrued lease charges. For reporting and reconciliation, queries often join this table to its related sources to trace the flow of a transaction from the lease contract to the payable invoice. A typical validation or audit query might follow this pattern:
- SELECT tpl.id, kle.line_number, tap.invoice_number, gcc.segment1, gcc.segment2 FROM okl_txl_ap_inv_lns_b tpl JOIN okl_k_lines kle ON tpl.kle_id = kle.id JOIN okl_trx_ap_invoices_b tap ON tpl.tap_id = tap.id JOIN gl_code_combinations gcc ON tpl.code_combination_id = gcc.code_combination_id WHERE tap.invoice_date BETWEEN :p_start_date AND :p_end_date;
This identifies the invoice lines, their source lease lines, the target invoice, and the associated accounting codes for a given period.
Related Objects
The OKL_TXL_AP_INV_LNS_B table is a nexus within the OKL schema, with dependencies to several key objects. Its primary foreign key relationships, as documented, are:
- OKL_TRX_AP_INVOICES_B: The parent invoice header table.
- OKL_K_LINES: The source transaction lines from lease contracts.
- GL_CODE_COMBINATIONS: The general ledger accounting flexfield combination.
- OKL_CNSLD_AR_STRMS_B: For associated consolidated receivable streams.
- OKL_STRM_TYPE_B: For the type classification of the financial stream.
- OKL_XTL_PAY_INVS_B: For extended payment invoice processing.
The table also has a self-referential relationship (TPL_ID_REVERSES) to manage reversal transactions. It is protected by the primary key constraint OKL_TXL_AP_INV_LNS_B_PK.
-
Table: OKL_TXL_AP_INV_LNS_B
12.1.1
product: OKL - Leasing and Finance Management , description: Transaction lines to be included into Payables invoices , implementation_dba_data: Not implemented in this database ,
-
View: OKL_AP_TRX_LINE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_TRX_LINE_UV, object_name:OKL_AP_TRX_LINE_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_TRX_LINE_UV ,
-
Table: OKL_TXL_AP_INV_LNS_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_AP_INV_LNS_TL, object_name:OKL_TXL_AP_INV_LNS_TL, status:VALID, product: OKL - Leasing and Finance Management , description: Translatable columns from OKL_TXL_AP_INV_LNS_B, per MLS standards , implementation_dba_data: OKL.OKL_TXL_AP_INV_LNS_TL ,
-
Table: OKL_XTL_PAY_INVS_B
12.1.1
product: OKL - Leasing and Finance Management , description: Stores information used to create invoice distributions , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_CNSLD_AR_STRMS_B
12.1.1
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 - Leasing and Finance Management , description: Lowest level transaction included into consolidated bill , implementation_dba_data: OKL.OKL_CNSLD_AR_STRMS_B ,
-
View: OKL_BPD_AP_INV_LINES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_AP_INV_LINES_UV, object_name:OKL_BPD_AP_INV_LINES_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View to display Payable Invoice Line details in the View Transactions Details screen. , implementation_dba_data: APPS.OKL_BPD_AP_INV_LINES_UV ,
-
Table: OKL_TRX_AP_INVOICES_B
12.1.1
product: OKL - Leasing and Finance Management , description: Collection of all OKL transaction which generate Payables invoices , implementation_dba_data: Not implemented in this database ,
-
View: OKL_CS_ALL_DISBURSEMENTS_UV
12.1.1
product: OKL - Leasing and Finance Management , implementation_dba_data: Not implemented in this database ,
-
View: OKL_AP_IA_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_IA_REF_V, object_name:OKL_AP_IA_REF_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_IA_REF_V ,
-
View: OKL_AP_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_REF_VL, object_name:OKL_AP_REF_VL, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_REF_VL ,
-
View: OKL_FUND_ASSETS_LOV_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FUND_ASSETS_LOV_UV, object_name:OKL_FUND_ASSETS_LOV_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view for assets lov on funding page. , implementation_dba_data: APPS.OKL_FUND_ASSETS_LOV_UV ,
-
View: OKL_CS_DISBURSEMENTS_COUNT_UV
12.1.1
product: OKL - Leasing and Finance Management , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: OKL_SOURCE_TABLE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Source Table , description: Lease Source table to validate accounting process. ,
-
View: OKL_BPD_PAY_INVOICES_UV
12.1.1
product: OKL - Leasing and Finance Management , implementation_dba_data: Not implemented in this database ,
-
View: OKL_AP_PAYMENTS_REF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_REF_VL, object_name:OKL_AP_PAYMENTS_REF_VL, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_PAYMENTS_REF_VL ,
-
Table: OKL_STRM_TYPE_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_TYPE_B, object_name:OKL_STRM_TYPE_B, status:VALID, product: OKL - Leasing and Finance Management , description: Holds the definition of payment types. , implementation_dba_data: OKL.OKL_STRM_TYPE_B ,
-
View: OKL_CS_DISBURSEMENTS_DTL_UV
12.1.1
product: OKL - Leasing and Finance Management , implementation_dba_data: Not implemented in this database ,
-
View: OKL_AP_PAYMENTS_IA_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_IA_REF_V, object_name:OKL_AP_PAYMENTS_IA_REF_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_PAYMENTS_IA_REF_V ,
-
View: OKL_BPD_AP_INVOICE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_AP_INVOICE_UV, object_name:OKL_BPD_AP_INVOICE_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View to display Payable Invoice details in the View Transactions Search screen. , implementation_dba_data: APPS.OKL_BPD_AP_INVOICE_UV ,
-
Table: OKL_K_LINES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Leasing 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 ,
-
View: OKL_TXL_AP_INV_LNS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_AP_INV_LNS_UV, object_name:OKL_TXL_AP_INV_LNS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_TXL_AP_INV_LNS_UV ,
-
View: OKL_TXL_AP_INV_LNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_AP_INV_LNS_V, object_name:OKL_TXL_AP_INV_LNS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Transaction lines to be included into Payables invoices , implementation_dba_data: APPS.OKL_TXL_AP_INV_LNS_V ,
-
View: OKL_AP_PAYMENTS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_PAYMENTS_REF_V, object_name:OKL_AP_PAYMENTS_REF_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_PAYMENTS_REF_V ,
-
View: OKL_AP_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AP_REF_V, object_name:OKL_AP_REF_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AP_REF_V ,