Search Results okl_trx_quotes_all_b
Overview
The OKL_TRX_QUOTES_ALL_B table is a core transactional entity within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL) module, specifically for versions 12.1.1 and 12.2.2. It serves as the primary repository for all quotes generated for significant contract lifecycle events, namely terminations, restructures, and repurchases. This table is fundamental to the quoting engine, capturing the financial and contractual terms proposed for modifying an existing lease or finance agreement. Its role is to act as the central source of truth for a quote throughout its lifecycle, from creation through approval and eventual implementation, interfacing with downstream processes like contract creation and invoicing.
Key Information Stored
The table stores the essential attributes that define a quote. The primary identifier is the ID column, which is the system-generated primary key. A critical business identifier is the unique QUOTE_NUMBER, which provides a human-readable reference. The table links the quote to the originating contract via the KHR_ID foreign key to the OKL_K_HEADERS table. It also references the specific product (PDT_ID to OKL_PRODUCTS) and asset (ART_ID to OKL_TRX_QUOTES_ALL_B, a self-reference) involved. A notable structural feature is the CONSOLIDATED_QTE_ID column, which allows for a self-referential relationship, enabling the grouping of multiple related quotes into a consolidated parent quote for complex transactions.
Common Use Cases and Queries
This table is central to reporting and data validation for quote management. Common operational queries include retrieving all quotes for a specific contract to review its modification history, or finding quotes of a particular type (e.g., termination) within a date range for month-end processing. A typical reporting query might join to the contract header and product tables to provide a comprehensive view.
- Sample Query:
SELECT q.QUOTE_NUMBER, q.ID, k.CONTRACT_NUMBER, p.NAME PRODUCT_NAME FROM OKL_TRX_QUOTES_ALL_B q, OKL_K_HEADERS k, OKL_PRODUCTS p WHERE q.KHR_ID = k.ID AND q.PDT_ID = p.ID AND q.KHR_ID = :contract_id ORDER BY q.ID; - Use Cases: Generating audit trails of quote activity, feeding data into custom termination or restructuring reports, and providing source data for interfaces to downstream financial systems.
Related Objects
The OKL_TRX_QUOTES_ALL_B table is a central hub with extensive relationships to other key OKL transactional entities, as documented by its foreign key constraints.
- Primary Source Entities: It references OKL_K_HEADERS (via KHR_ID) for the source contract and OKL_PRODUCTS (via PDT_ID).
- Child/Dependent Entities: The quote ID (QTE_ID) is referenced by numerous transactional tables, including OKL_TRX_QTE_CF_OBJECTS (cash flow details), OKL_QUOTE_PARTIES (involved parties), OKL_TRX_AR_INVOICES_B (accounts receivable invoices), OKL_TRX_AP_INVS_ALL_B (accounts payable invoices), OKL_TRX_CONTRACTS_ALL (resulting modified contracts), and OKL_TERMNT_INTERFACE_ALL (termination interface records).
- Hierarchical Structure: The table has a self-referencing relationship on CONSOLIDATED_QTE_ID to manage quote consolidation.
-
Table: OKL_TRX_QUOTES_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_QUOTES_ALL_B, object_name:OKL_TRX_QUOTES_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: Termination, restructure or repurchase quotes , implementation_dba_data: OKL.OKL_TRX_QUOTES_ALL_B ,
-
View: OKL_QUOTE_AMT_SMRY_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUOTE_AMT_SMRY_ALL_UV, object_name:OKL_QUOTE_AMT_SMRY_ALL_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View gives Amount Summary for Quote in all Operating Units. , implementation_dba_data: APPS.OKL_QUOTE_AMT_SMRY_ALL_UV ,
-
Table: OKL_TRX_QTE_CF_OBJECTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_QTE_CF_OBJECTS, object_name:OKL_TRX_QTE_CF_OBJECTS, status:VALID, product: OKL - Leasing and Finance Management , description: Table used to store the objects assoicated with a quote. , implementation_dba_data: OKL.OKL_TRX_QTE_CF_OBJECTS ,
-
Table: OKL_TRX_CONTRACTS_ALL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_CONTRACTS_ALL, object_name:OKL_TRX_CONTRACTS_ALL, status:VALID, product: OKL - Leasing and Finance Management , description: Lease transactions header table , implementation_dba_data: OKL.OKL_TRX_CONTRACTS_ALL ,
-
Table: OKL_QUOTE_PARTIES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUOTE_PARTIES, object_name:OKL_QUOTE_PARTIES, status:VALID, product: OKL - Leasing and Finance Management , description: The parties related to the quote, could be one or more OKL contract party roles , implementation_dba_data: OKL.OKL_QUOTE_PARTIES ,
-
Table: OKL_TERMNT_INTERFACE_ALL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TERMNT_INTERFACE_ALL, object_name:OKL_TERMNT_INTERFACE_ALL, status:VALID, product: OKL - Leasing and Finance Management , description: Termination interface table that allows import of contract or asset termination requests , implementation_dba_data: OKL.OKL_TERMNT_INTERFACE_ALL ,
-
Table: OKL_TRX_AR_INVOICES_B
12.1.1
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 - Leasing and Finance Management , description: Collection of all OKL transaction which generate Receivables invoices , implementation_dba_data: OKL.OKL_TRX_AR_INVOICES_B ,
-
Table: OKL_TRX_AP_INVS_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_AP_INVS_ALL_B, object_name:OKL_TRX_AP_INVS_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: Collection of all OKL transaction which generate Payables invoices , implementation_dba_data: OKL.OKL_TRX_AP_INVS_ALL_B ,
-
Table: OKL_PRODUCTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRODUCTS, object_name:OKL_PRODUCTS, status:VALID, product: OKL - Leasing and Finance Management , description: Define the financial treatment for the contract. , implementation_dba_data: OKL.OKL_PRODUCTS ,
-
View: OKL_QUOTE_AMOUNTS_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUOTE_AMOUNTS_ALL_UV, object_name:OKL_QUOTE_AMOUNTS_ALL_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View gives Quote Amounts for all Operating Units. , implementation_dba_data: APPS.OKL_QUOTE_AMOUNTS_ALL_UV ,
-
View: OKL_AM_ASSET_LINES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_LINES_UV, object_name:OKL_AM_ASSET_LINES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_ASSET_LINES_UV ,
-
View: OKL_AM_ASSET_LINES_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_ASSET_LINES_ALL_UV, object_name:OKL_AM_ASSET_LINES_ALL_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for showing Asset Lines.Join between B and TL tables. , implementation_dba_data: APPS.OKL_AM_ASSET_LINES_ALL_UV ,
-
View: OKL_LA_ROLLOVER_FEE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_ROLLOVER_FEE_UV, object_name:OKL_LA_ROLLOVER_FEE_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for Rollover Quote UI List of values , implementation_dba_data: APPS.OKL_LA_ROLLOVER_FEE_UV ,
-
View: OKL_SLA_TRX_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SLA_TRX_INFO_V, object_name:OKL_SLA_TRX_INFO_V, status:VALID, product: OKL - Leasing and Finance Management , description: Transaction object for user transaction identifiers. , implementation_dba_data: APPS.OKL_SLA_TRX_INFO_V ,
-
Table: OKL_K_HEADERS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_HEADERS, object_name:OKL_K_HEADERS, status:VALID, product: OKL - Leasing 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_AM_QUOTE_HEADER_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_QUOTE_HEADER_UV, object_name:OKL_AM_QUOTE_HEADER_UV, status:VALID, product: OKL - Leasing and Finance Management , description: Quote header details , implementation_dba_data: APPS.OKL_AM_QUOTE_HEADER_UV ,
-
View: OKL_CURE_INVOICE_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CURE_INVOICE_UV, object_name:OKL_CURE_INVOICE_UV, status:VALID, product: OKL - Leasing and Finance Management , description: View for cure requests , implementation_dba_data: APPS.OKL_CURE_INVOICE_UV ,
-
View: OKL_RCPT_INVOICE_LINES_UV
12.1.1
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 - Leasing 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_TRX_QUOTES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_QUOTES_ALL_V, object_name:OKL_TRX_QUOTES_ALL_V, status:VALID, product: OKL - Leasing and Finance Management , description: All Org view for Termination, restructure or repurchase quotes , implementation_dba_data: APPS.OKL_TRX_QUOTES_ALL_V ,
-
View: OKL_AEL_GL_QTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_QTE_V, object_name:OKL_AEL_GL_QTE_V, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AEL_GL_QTE_V ,
-
View: OKL_TRX_CONTRACTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_CONTRACTS_UV, object_name:OKL_TRX_CONTRACTS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_TRX_CONTRACTS_UV ,