Search Results okl_cnsld_ar_strms_b
Overview
The OKL_CNSLD_AR_STRMS_B table is a core transaction-level data store within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. Its primary function is to represent the lowest-level transaction detail that is aggregated into a consolidated bill. This table serves as a critical junction point in the billing and revenue recognition processes, linking individual financial streams from lease contracts to their consolidated billing lines. It is essential for tracking the granular composition of invoices generated by the system, enabling detailed audit trails and reconciliation between contract line items and final customer statements.
Key Information Stored
While specific column details are not fully enumerated in the provided metadata, the table's structure and relationships reveal its key data elements. The primary key is the ID column, uniquely identifying each consolidated stream record. The table's foreign key relationships are its most defining feature, storing identifiers that link to major leasing entities. The KHR_ID column references the lease contract header (OKL_K_HEADERS), and the KLE_ID column references the specific contract line (OKL_K_LINES). The LLN_ID column links the stream to its parent consolidated billing line in OKL_CNSLD_AR_LINES_B. Finally, the STY_ID column associates the transaction with a specific stream type defined in OKL_STRM_TYPE_B, classifying the nature of the charge (e.g., rent, tax, fee). Collectively, these fields store the essential pointers that map a source contract transaction to its position within a consolidated accounts receivable invoice.
Common Use Cases and Queries
This table is central to inquiries about the detailed makeup of consolidated invoices. A common use case is tracing all underlying lease transactions included on a specific customer invoice for billing verification or dispute resolution. Another is analyzing revenue streams by type across a portfolio. A typical reporting query would join this table to its related master data to produce a detailed invoice breakdown.
- Sample Query for Invoice Detail:
SELECT cns.khr_id, cns.kle_id, cns.sty_id, sty.name stream_type, khr.contract_number, kle.line_number FROM okl_cnsld_ar_strms_b cns JOIN okl_k_headers khr ON cns.khr_id = khr.id JOIN okl_k_lines kle ON cns.kle_id = kle.id JOIN okl_strm_type_b sty ON cns.sty_id = sty.id WHERE cns.lln_id = :consolidated_line_id; - Revenue Reconciliation: The table is used to reconcile total billable amounts from contract streams to the totals posted in the AR module, ensuring data integrity between the leasing subledger and the general ledger.
Related Objects
The OKL_CNSLD_AR_STRMS_B table has extensive integration within the OKL schema, acting as a hub for transaction-level data. Its primary relationships are foundational: OKL_K_HEADERS and OKL_K_LINES for contract data, OKL_CNSLD_AR_LINES_B for the parent billing line, and OKL_STRM_TYPE_B for classification. Notably, it is also referenced as a foreign key by several transactional interface and processing tables, including OKL_TXL_RCPT_APPS_B, OKL_TXL_AP_INV_LNS_B, OKL_XTL_CSH_APPS_B, and OKL_XTL_SELL_INVS_B (along with their "_ALL" variants). This indicates that records in OKL_CNSLD_AR_STRMS_B are directly used in downstream processes for cash application, accounts payable invoice matching, and sell-to-third-party transactions, highlighting its pivotal role in the end-to-end leasing financial lifecycle.
-
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 ,
-
View: OKL_BPD_RECEIPT_ASSET_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_RECEIPT_ASSET_UV, object_name:OKL_BPD_RECEIPT_ASSET_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_RECEIPT_ASSET_UV ,
-
View: OKL_AR_TRX_LINE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_TRX_LINE_UV, object_name:OKL_AR_TRX_LINE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AR_TRX_LINE_UV ,
-
View: OKL_BILLING_TRX_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BILLING_TRX_ALL_UV, object_name:OKL_BILLING_TRX_ALL_UV, status:VALID, product: OKL - Lease and Finance Management , description: Displays transaction-level billing information , implementation_dba_data: APPS.OKL_BILLING_TRX_ALL_UV ,
-
Table: OKL_CNSLD_AR_STRMS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CNSLD_AR_STRMS_TL, object_name:OKL_CNSLD_AR_STRMS_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_CNSLD_AR_STRMS_B, per MLS standards , implementation_dba_data: OKL.OKL_CNSLD_AR_STRMS_TL ,
-
View: OKL_BPD_RECEIPT_APPLIC_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_RECEIPT_APPLIC_UV, object_name:OKL_BPD_RECEIPT_APPLIC_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_RECEIPT_APPLIC_UV ,
-
Table: OKL_XTL_CSH_APPS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_XTL_CSH_APPS_ALL_B, object_name:OKL_XTL_CSH_APPS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Receipt application specyfing amount applied to Receivables invoices , implementation_dba_data: OKL.OKL_XTL_CSH_APPS_ALL_B ,
-
Table: OKL_TXL_RCPT_APPS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TXL_RCPT_APPS_ALL_B, object_name:OKL_TXL_RCPT_APPS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: Apply cash to various OKL objects , implementation_dba_data: OKL.OKL_TXL_RCPT_APPS_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_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_XTL_CSH_APPS_B
12.2.2
product: OKL - Lease and Finance Management , description: Receipt application specyfing amount applied to Receivables invoices , implementation_dba_data: Not implemented in this database ,
-
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_TXL_RCPT_APPS_B
12.2.2
product: OKL - Lease and Finance Management , description: Apply cash to various OKL objects , implementation_dba_data: Not implemented in this database ,
-
View: OKL_BPD_TRX_SUM_CHECKS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TRX_SUM_CHECKS_UV, object_name:OKL_BPD_TRX_SUM_CHECKS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_TRX_SUM_CHECKS_UV ,
-
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 ,
-
View: OKL_BPD_K_DUE_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_K_DUE_DATES_V, object_name:OKL_BPD_K_DUE_DATES_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_K_DUE_DATES_V ,
-
View: OKL_BPD_RECEIPT_DETAILS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_RECEIPT_DETAILS_UV, object_name:OKL_BPD_RECEIPT_DETAILS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_RECEIPT_DETAILS_UV ,
-
View: OKL_BPD_CONTRACT_REMAINING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONTRACT_REMAINING_V, object_name:OKL_BPD_CONTRACT_REMAINING_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_CONTRACT_REMAINING_V ,
-
View: OKL_BPD_CNSLD_INV_REMAINING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CNSLD_INV_REMAINING_V, object_name:OKL_BPD_CNSLD_INV_REMAINING_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_CNSLD_INV_REMAINING_V ,
-
View: OKL_BPD_CONS_INV_CUST_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONS_INV_CUST_UV, object_name:OKL_BPD_CONS_INV_CUST_UV, status:VALID, product: OKL - Lease and Finance Management , description: Consolidated Invoice for Customer , implementation_dba_data: APPS.OKL_BPD_CONS_INV_CUST_UV ,
-
View: OKL_BPD_TRX_CONT_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TRX_CONT_SUMMARY_UV, object_name:OKL_BPD_TRX_CONT_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , description: Contract Transaction Summary , implementation_dba_data: APPS.OKL_BPD_TRX_CONT_SUMMARY_UV ,
-
View: OKL_BPD_CNSLD_INV_REMAINING_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CNSLD_INV_REMAINING_UV, object_name:OKL_BPD_CNSLD_INV_REMAINING_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_CNSLD_INV_REMAINING_UV ,
-
View: OKL_BPD_TRX_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TRX_SUMMARY_UV, object_name:OKL_BPD_TRX_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_TRX_SUMMARY_UV ,
-
View: OKL_BPD_CONTRACT_REMAINING_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONTRACT_REMAINING_UV, object_name:OKL_BPD_CONTRACT_REMAINING_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_CONTRACT_REMAINING_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_CNSLD_AR_STRMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CNSLD_AR_STRMS_V, object_name:OKL_CNSLD_AR_STRMS_V, status:VALID, product: OKL - Lease and Finance Management , description: Lowest level transaction included into consolidated bill , implementation_dba_data: APPS.OKL_CNSLD_AR_STRMS_V ,
-
View: OKL_BPD_CONTRACT_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CONTRACT_INVOICES_V, object_name:OKL_BPD_CONTRACT_INVOICES_V, status:VALID, product: OKL - Lease and Finance Management , description: Consolidated Invoice for Contract , implementation_dba_data: APPS.OKL_BPD_CONTRACT_INVOICES_V ,
-
View: OKL_RCPT_CONSINV_BALANCES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RCPT_CONSINV_BALANCES_UV, object_name:OKL_RCPT_CONSINV_BALANCES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_RCPT_CONSINV_BALANCES_UV ,
-
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_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_BPD_PAYMENT_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_PAYMENT_HISTORY_V, object_name:OKL_BPD_PAYMENT_HISTORY_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_PAYMENT_HISTORY_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_BPD_TRX_RCPT_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TRX_RCPT_HEADER_V, object_name:OKL_BPD_TRX_RCPT_HEADER_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_TRX_RCPT_HEADER_V ,
-
View: OKL_BPD_LEASING_PAYMENT_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_LEASING_PAYMENT_TRX_V, object_name:OKL_BPD_LEASING_PAYMENT_TRX_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_LEASING_PAYMENT_TRX_V ,
-
View: OKL_BPD_INVOICE_HDR_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_INVOICE_HDR_BC_V, object_name:OKL_BPD_INVOICE_HDR_BC_V, status:VALID, product: OKL - Lease and Finance Management , description: View for consolidated invoice headers. , implementation_dba_data: APPS.OKL_BPD_INVOICE_HDR_BC_V ,
-
View: OKL_BPD_CNTR_INVOICE_HDR_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_CNTR_INVOICE_HDR_BC_V, object_name:OKL_BPD_CNTR_INVOICE_HDR_BC_V, status:VALID, product: OKL - Lease and Finance Management , description: View for consolidated invoice header for contracts. , implementation_dba_data: APPS.OKL_BPD_CNTR_INVOICE_HDR_BC_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_TRX_SUM_RCPT_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TRX_SUM_RCPT_DTLS_UV, object_name:OKL_BPD_TRX_SUM_RCPT_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_TRX_SUM_RCPT_DTLS_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_BPD_AR_INV_LN_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_AR_INV_LN_DTLS_V, object_name:OKL_BPD_AR_INV_LN_DTLS_V, status:VALID, product: OKL - Lease and Finance Management , description: View for Search invoice Page Details. , implementation_dba_data: APPS.OKL_BPD_AR_INV_LN_DTLS_V ,
-
View: OKL_RECEIPT_APPLICATIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RECEIPT_APPLICATIONS_UV, object_name:OKL_RECEIPT_APPLICATIONS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_RECEIPT_APPLICATIONS_UV ,
-
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 ,