Search Results okl_txd_ar_ln_dtls_b
Overview
The table OKL_TXD_AR_LN_DTLS_B is a core transaction staging table within the Oracle Lease and Finance Management (OKL) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as a critical data repository for detailed line-level information that is destined for integration into Oracle Receivables (AR) invoices. The table's primary function is to hold the granular transactional data—such as billing line details, adjustments, and stream elements—that is aggregated and processed to create final invoice lines in the AR module. This object is fundamental to the order-to-cash cycle for lease and finance contracts, acting as a bridge between the specialized calculations of the OKL module and the standardized invoicing processes of Oracle Receivables.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the foreign key relationships and description clearly indicate the nature of the data stored. The table's primary key is the ID column. Crucially, it stores foreign key references to various source objects, allowing it to link invoice line details back to their originating transactions. Based on the documented foreign keys, the table holds identifiers for billing contract lines (BCL_ID), billing sub-lines (BSL_ID), stream elements (SEL_ID), indices (IDX_ID), and stream types (STY_ID). It also maintains relationships to adjustment lines (via TLD_ID) and to the parent transaction invoice lines (TIL_ID_DETAILS). A key column is BCH_ID, which likely groups detail lines into a batch for processing. The presence of a TLD_ID_REVERSES self-referencing foreign key suggests the table also manages reversal transactions for audit and correction purposes.
Common Use Cases and Queries
This table is central to troubleshooting and reporting on the invoice generation process for lease contracts. Common operational scenarios include diagnosing why specific billing lines failed to appear on an invoice, reconciling billed amounts to source contract calculations, and auditing adjustment histories. A typical query would join this table to its related source tables to trace invoice line details back to the original contract data. For example, to analyze details pending invoicing for a specific batch, one might use a SQL pattern such as: SELECT tld.*, bcl.amount FROM OKL_TXD_AR_LN_DTLS_B tld JOIN OKS_BILL_CONT_LINES bcl ON tld.BCL_ID = bcl.ID WHERE tld.BCH_ID = :batch_id;. Reporting use cases often involve aggregating data from this table by stream type, customer, or contract to provide pre-invoice summaries and revenue recognition support.
Related Objects
The table maintains extensive relationships with other OKL transactional objects, as evidenced by its foreign keys. Key related tables include:
- OKS_BILL_CONT_LINES and OKS_BILL_SUB_LINES: Source billing line details are linked via BCL_ID and BSL_ID.
- OKL_STRM_ELEMENTS and OKL_STRM_TYPE_B: Links to the accounting stream components (SEL_ID) and their types (STY_ID) being invoiced.
- OKL_TXL_AR_INV_LNS_B: The parent invoice line table is referenced via TIL_ID_DETAILS.
- OKL_TXL_ADJSTS_LNS_B and OKL_TXL_ADJSTS_LNS_ALL_B: Adjustment transactions are linked via TLD_ID.
- OKL_XTL_SELL_INVS_B: Indicates a relationship with sell invoice transactions.
- Self-Reference: The table has a recursive relationship on TLD_ID_REVERSES to track reversing entries.
-
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 ,
-
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_AR_INV_KHR_IA_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_INV_KHR_IA_REF_VL, object_name:OKL_AR_INV_KHR_IA_REF_VL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_INV_KHR_IA_REF_VL ,
-
View: OKL_AR_INV_IA_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_INV_IA_REF_V, object_name:OKL_AR_INV_IA_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_INV_IA_REF_V ,
-
Table: OKL_TXD_AR_LN_DTLS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXD_AR_LN_DTLS_TL, object_name:OKL_TXD_AR_LN_DTLS_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_TXD_AR_LN_DTLS_B, per MLS standards , implementation_dba_data: OKL.OKL_TXD_AR_LN_DTLS_TL ,
-
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 ,
-
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_INDICES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_INDICES, object_name:OKL_INDICES, status:VALID, product: OKL - Lease and Finance Management , description: Interest rate header , implementation_dba_data: OKL.OKL_INDICES ,
-
Table: OKL_STRM_ELEMENTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_ELEMENTS, object_name:OKL_STRM_ELEMENTS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the actual payment schedules for a payment header. , implementation_dba_data: OKL.OKL_STRM_ELEMENTS ,
-
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 ,
-
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 ,
-
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 ,
-
View: OKL_BPD_AR_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_AR_LINES_V, object_name:OKL_BPD_AR_LINES_V, status:VALID, product: OKL - Lease and Finance Management , description: View for Operations, Transactions Details page for contract. , implementation_dba_data: APPS.OKL_BPD_AR_LINES_V ,
-
View: OKL_AR_REC_APP_REF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_REC_APP_REF_VL, object_name:OKL_AR_REC_APP_REF_VL, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_REC_APP_REF_VL ,
-
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_AR_REC_APP_IA_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_REC_APP_IA_REF_V, object_name:OKL_AR_REC_APP_IA_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_REC_APP_IA_REF_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 ,
-
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 ,
-
View: OKL_RCPT_ARINV_BALANCES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RCPT_ARINV_BALANCES_UV, object_name:OKL_RCPT_ARINV_BALANCES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_RCPT_ARINV_BALANCES_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_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_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_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_TXD_AR_LN_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TXD_AR_LN_DTLS_V, object_name:OKL_TXD_AR_LN_DTLS_V, status:VALID, product: OKL - Lease and Finance Management , description: Transaction line details to be included into Receivables invoices , implementation_dba_data: APPS.OKL_TXD_AR_LN_DTLS_V ,
-
View: OKL_AR_INV_KHR_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_INV_KHR_REF_V, object_name:OKL_AR_INV_KHR_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_INV_KHR_REF_V ,
-
View: OKL_CS_BPD_INV_DTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_BPD_INV_DTL_V, object_name:OKL_CS_BPD_INV_DTL_V, status:VALID, product: OKL - Lease and Finance Management , description: New CS Billing base view , implementation_dba_data: APPS.OKL_CS_BPD_INV_DTL_V ,
-
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 ,
-
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_RCPT_CUST_CONT_BALANCES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RCPT_CUST_CONT_BALANCES_UV, object_name:OKL_RCPT_CUST_CONT_BALANCES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_RCPT_CUST_CONT_BALANCES_UV ,
-
View: OKL_AR_REC_APP_KHR_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_REC_APP_KHR_REF_V, object_name:OKL_AR_REC_APP_KHR_REF_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_REC_APP_KHR_REF_V ,