Search Results okl_txl_ar_inv_lns_b
Overview
The table OKL_TXL_AR_INV_LNS_B is a core transaction table within the Oracle E-Business Suite (EBS) module OKL (Leasing and Finance Management). It serves as the primary repository for individual transaction lines that are designated for inclusion in invoices generated in Oracle Receivables (AR). This table acts as a critical integration point between the leasing operations managed in OKL and the financial invoicing and revenue recognition processes handled by the AR module. Each record represents a specific, billable line item—such as a rent charge, fee, or other contractual revenue stream—that is aggregated to form a complete customer invoice. Its status as a base table (indicated by the '_B' suffix) signifies it holds the fundamental transactional data, upon which other views or entities may be built.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the primary and foreign key relationships define its critical structural elements. The table's primary key is the ID column, uniquely identifying each invoice line. Essential foreign key columns establish its operational context. The KLE_ID links the line to its source contract line in the OKL_K_LINES table. The TAI_ID associates the line with a parent invoice header in the OKL_TRX_AR_INVOICES_B table. The STY_ID connects the line to a stream type definition in OKL_STRM_TYPE_B, classifying the nature of the charge (e.g., rent, interest). Additional columns like TIL_ID_REVERSES manage adjustments and reversals by linking to other records within the same table, while TPL_ID and ACN_ID_COST provide links to related payables lines and asset condition costs, respectively.
Common Use Cases and Queries
This table is central to billing, reporting, and reconciliation processes. A common operational use case is tracing the composition of a specific invoice issued to a lessee. For reporting, analysts query this table to summarize billed revenue by stream type, contract, or period. Technical consultants often reference it to debug invoice generation errors or to create custom integrations. A typical query pattern involves joining to the invoice header and contract lines to retrieve a detailed invoice line report:
- SELECT til.id, til.kle_id, kln.line_number, til.tai_id, inv.invoice_number, sty.name stream_type FROM okl_txl_ar_inv_lns_b til, okl_k_lines kln, okl_trx_ar_invoices_b inv, okl_strm_type_b sty WHERE til.kle_id = kln.id AND til.tai_id = inv.id AND til.sty_id = sty.id AND inv.invoice_number = 'INV-12345';
Another critical use case involves identifying reversed or adjusted lines by querying the self-referencing TIL_ID_REVERSES column.
Related Objects
The table maintains extensive relationships with other key OKL entities, as documented by its foreign keys. Key dependencies include:
- OKL_TRX_AR_INVOICES_B: The parent invoice header (via TAI_ID).
- OKL_K_LINES: The source leasing contract line (via KLE_ID).
- OKL_STRM_TYPE_B: The type of revenue stream being invoiced (via STY_ID).
- OKL_TXL_AR_INV_LNS_B (Self-Reference): For reversal transactions (via TIL_ID_REVERSES).
- OKL_TXL_AP_INV_LNS_ALL_B: For associated payables lines (via TPL_ID).
- OKL_AST_CNDTN_LNS_ALL_B: For asset condition cost lines (via ACN_ID_COST).
- OKL_TXL_ADJSTS_LNS_B / OKL_TXL_ADJSTS_LNS_ALL_B: For adjustment lines (via TIL_ID).
- OKL_TXD_AR_LN_DTLS_B: For additional line detail records (via TIL_ID_DETAILS).
- OKL_XTL_SELL_INVS_B: For sell invoice transactions (via TIL_ID).
-
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_TXL_AR_INV_LNS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_AR_INV_LNS_TL, object_name:OKL_TXL_AR_INV_LNS_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_TXL_AR_INV_LNS_B, per MLS standards , implementation_dba_data: OKL.OKL_TXL_AR_INV_LNS_TL ,
-
Table: OKL_AST_CNDTN_LNS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_AST_CNDTN_LNS_ALL_B, object_name:OKL_AST_CNDTN_LNS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: The line of a condition report detailing the item description and damage , implementation_dba_data: OKL.OKL_AST_CNDTN_LNS_ALL_B ,
-
View: OKL_IN_RAMOUNT_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_IN_RAMOUNT_BC_V, object_name:OKL_IN_RAMOUNT_BC_V, status:VALID, product: OKL - Lease and Finance Management , description: View for amount received for the invoice line. , implementation_dba_data: APPS.OKL_IN_RAMOUNT_BC_V ,
-
Table: OKL_XTL_SELL_INVS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_XTL_SELL_INVS_B, object_name:OKL_XTL_SELL_INVS_B, status:VALID, product: OKL - Lease and Finance Management , description: The transaction table for "bill" type transactions, where cash receipts are expected , implementation_dba_data: OKL.OKL_XTL_SELL_INVS_B ,
-
Table: OKL_TXL_ADJSTS_LNS_B
12.2.2
product: OKL - Lease and Finance Management , description: Application of OKL writeoffs to AR invoices , implementation_dba_data: Not implemented in this database ,
-
View: OKL_IN_RAMOUNT_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_IN_RAMOUNT_UV, object_name:OKL_IN_RAMOUNT_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_IN_RAMOUNT_UV ,
-
Table: OKL_TXL_ADJSTS_LNS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_ADJSTS_LNS_ALL_B, object_name:OKL_TXL_ADJSTS_LNS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Application of OKL writeoffs to AR invoices , implementation_dba_data: OKL.OKL_TXL_ADJSTS_LNS_ALL_B ,
-
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_TXD_AR_LN_DTLS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXD_AR_LN_DTLS_B, object_name:OKL_TXD_AR_LN_DTLS_B, status:VALID, product: OKL - Lease and Finance Management , description: Transaction line details to be included into Receivables invoices , implementation_dba_data: OKL.OKL_TXD_AR_LN_DTLS_B ,
-
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 ,
-
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. ,
-
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_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 ,
-
View: OKL_BPD_TLD_AR_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TLD_AR_LINES_V, object_name:OKL_BPD_TLD_AR_LINES_V, status:VALID, product: OKL - Lease and Finance Management , description: View on TLD and receivables lines for variable rate and bill status API and remarketing view. , implementation_dba_data: APPS.OKL_BPD_TLD_AR_LINES_V ,
-
View: OKL_TXL_AR_INV_LNS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_AR_INV_LNS_UV, object_name:OKL_TXL_AR_INV_LNS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TXL_AR_INV_LNS_UV ,
-
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 ,
-
View: OKL_BPD_AR_INV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_AR_INV_LINES_V, object_name:OKL_BPD_AR_INV_LINES_V, status:VALID, product: OKL - Lease and Finance Management , description: View to display Payable Invoice Line details. , implementation_dba_data: APPS.OKL_BPD_AR_INV_LINES_V ,
-
View: OKL_AM_ASSET_CNDTN_LNS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_CNDTN_LNS_UV, object_name:OKL_AM_ASSET_CNDTN_LNS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_CNDTN_LNS_UV ,
-
View: OKL_CS_LC_ACCOUNT_TAB_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LC_ACCOUNT_TAB_UV, object_name:OKL_CS_LC_ACCOUNT_TAB_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for Lease center accounts tab , implementation_dba_data: APPS.OKL_CS_LC_ACCOUNT_TAB_UV ,
-
View: OKL_TXL_AR_INV_LNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXL_AR_INV_LNS_V, object_name:OKL_TXL_AR_INV_LNS_V, status:VALID, product: OKL - Lease and Finance Management , description: Transaction lines to be included into Receivables invoices , implementation_dba_data: APPS.OKL_TXL_AR_INV_LNS_V ,
-
View: OKL_RCPT_INVOICE_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RCPT_INVOICE_LINES_UV, object_name:OKL_RCPT_INVOICE_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view is used to fetch the open invoice lines for a contract or investor agreement or termination quote or non OKL invoices. , implementation_dba_data: APPS.OKL_RCPT_INVOICE_LINES_UV ,
-
View: OKL_CS_INVCM_TAX_SUM_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_INVCM_TAX_SUM_UV, object_name:OKL_CS_INVCM_TAX_SUM_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view displays Tax Summary for Invoice or Credit Memo. , implementation_dba_data: APPS.OKL_CS_INVCM_TAX_SUM_UV ,
-
View: OKL_BPD_AR_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_AR_HEADER_V, object_name:OKL_BPD_AR_HEADER_V, status:VALID, product: OKL - Lease and Finance Management , description: View for Operations, Transactions search page , implementation_dba_data: APPS.OKL_BPD_AR_HEADER_V ,