Search Results okl_cnsld_ar_hdrs_b
Overview
The OKL_CNSLD_AR_HDRS_B table is a core data object within the Oracle E-Business Suite (EBS) module OKL (Leasing and Finance Management). It serves as the header table for consolidated invoice reports, also referred to as "bills." Its primary function is to represent a single printed document that aggregates and summarizes multiple underlying Accounts Receivable (AR) invoices. This consolidation is a critical feature for lessors and finance managers who need to present a unified billing statement to customers for multiple lease or finance transactions, rather than issuing numerous individual invoices. The table's structure is designed to capture the overarching metadata and control information for this consolidated billing process.
Key Information Stored
The table stores the essential identifiers and control attributes for a consolidated invoice. The primary unique identifier for each record is the ID column, which forms the primary key (OKL_CNSLD_AR_HDRS_B_PK). A second unique key constraint (CNR_CNR_UK) is defined on the CONSOLIDATED_INVOICE_NUMBER, which is the business-facing reference number for the printed bill. A critical foreign key column is INF_ID, which links the consolidated bill header to a specific invoice format defined in the OKL_INVOICE_FORMATS_B table, thereby controlling the layout and presentation rules for the generated document.
Common Use Cases and Queries
The primary use case revolves around generating and managing customer-facing consolidated billing statements. A common reporting requirement is to list all consolidated bills created within a specific period, along with their associated invoice format. A typical query would join the header to the invoice formats table:
- SELECT cnrh.CONSOLIDATED_INVOICE_NUMBER, cnrh.ID, inf.NAME AS FORMAT_NAME FROM OKL_CNSLD_AR_HDRS_B cnrh, OKL_INVOICE_FORMATS_B inf WHERE cnrh.INF_ID = inf.ID AND cnrh.CREATION_DATE BETWEEN :P_START_DATE AND :P_END_DATE;
Another critical operational query involves identifying the detailed AR invoice lines summarized within a specific consolidated bill, which would require joining through related detail tables not explicitly listed in the provided metadata but logically associated with this header.
Related Objects
The table has defined relationships with several other key objects in the OKL schema. It references the OKL_INVOICE_FORMATS_B table via the INF_ID foreign key to determine the printing format. Conversely, it is referenced by the OKL_TXL_RCPT_APPS_B table (likely representing tax receipt applications) through the foreign key column CNR_ID. This indicates that tax receipts can be applied at the level of a consolidated invoice header. It is important to note the metadata states this table is "Not implemented in this database," which may indicate it is a standard EBS object that requires specific configuration or is not used in all implementations of the OKL module.
-
Table: OKL_CNSLD_AR_HDRS_B
12.2.2
product: OKL - Lease and Finance Management , description: Single printed report "bill" for many actual AR invoices , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: OKL_CNSLD_AR_HDRS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CNSLD_AR_HDRS_TL, object_name:OKL_CNSLD_AR_HDRS_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_CNSLD_AR_HDRS_B, per MLS standards , implementation_dba_data: OKL.OKL_CNSLD_AR_HDRS_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_INVOICE_FORMATS_B
12.2.2
product: OKL - Lease and Finance Management , description: Describes the presentation of invoice information , 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_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_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_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_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_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_CNSLD_AR_HDRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CNSLD_AR_HDRS_V, object_name:OKL_CNSLD_AR_HDRS_V, status:VALID, product: OKL - Lease and Finance Management , description: Single printed report "bill" for many actual AR invoices , implementation_dba_data: APPS.OKL_CNSLD_AR_HDRS_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_BPD_TRX_SUM_ALL_STRMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_TRX_SUM_ALL_STRMS_UV, object_name:OKL_BPD_TRX_SUM_ALL_STRMS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_TRX_SUM_ALL_STRMS_UV ,
-
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_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_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_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_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_BATCH_RECEIPTS_SUMMARY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BATCH_RECEIPTS_SUMMARY_UV, object_name:OKL_BATCH_RECEIPTS_SUMMARY_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BATCH_RECEIPTS_SUMMARY_UV ,
-
View: OKL_BPD_BTCH_SUMRY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_BTCH_SUMRY_UV, object_name:OKL_BPD_BTCH_SUMRY_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_BTCH_SUMRY_UV ,
-
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_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 ,