Search Results okl_quote_parties
Overview
The OKL_QUOTE_PARTIES table is a core data object within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module, specifically in versions 12.1.1 and 12.2.2. It serves as the central repository for storing all party relationships associated with a transaction quote. A quote, which is a precursor to a formal contract, involves various entities such as lessees, guarantors, and vendors. This table captures these relationships by linking a quote identifier to specific party roles defined within the OKL contract framework. Its primary role is to establish and maintain the foundational party structure for a leasing or financing transaction during the quotation phase, ensuring that all relevant stakeholders are correctly associated before contract generation.
Key Information Stored
The table's structure is designed to manage the complex relationships between quotes and parties. Its primary key is the ID column, which uniquely identifies each quote-party association record. The most critical foreign key column is QTE_ID, which links the record to a specific quote in the OKL_TRX_QUOTES_ALL_B table. The party role itself is defined by the CPL_ID column, which references the OKC_K_PARTY_ROLES_B table, a central repository for contract party role definitions. To identify the actual party (an organization or person), the table uses the columns PARTY_JTOT_OBJECT1_CODE, which references the JTF_OBJECTS_B table. For records requiring a specific contact person, the CONTACT_JTOT_OBJECT1_CODE provides a similar reference to JTF_OBJECTS_B. This design allows the table to support one or multiple party roles per quote, as indicated in its description.
Common Use Cases and Queries
A primary use case is generating a comprehensive party report for a specific lease quote, which is essential for credit analysis and deal structuring. For example, a query to list all parties associated with a quote would join OKL_QUOTE_PARTIES to OKL_TRX_QUOTES_ALL_B on QTE_ID and to OKC_K_PARTY_ROLES_B on CPL_ID to retrieve role names. Another critical scenario is data validation during the quote-to-contract conversion process, where the system verifies that all mandatory party roles (e.g., Lessee) are populated. A sample SQL pattern to find quotes missing a lessee party would involve a NOT EXISTS subquery checking for the specific role code from OKC_K_PARTY_ROLES_B. Integration teams also frequently query this table to extract party data for downstream systems like CRM or risk management platforms.
Related Objects
The OKL_QUOTE_PARTIES table maintains integral relationships with several key EBS objects, as documented by its foreign keys. Its primary dependency is on the quote header via the foreign key on QTE_ID to the OKL_TRX_QUOTES_ALL_B table. All party role definitions are sourced from the OKC_K_PARTY_ROLES_B table via the CPL_ID column. The actual party and contact entities are resolved through two separate foreign key relationships to the JTF_OBJECTS_B table, using the PARTY_JTOT_OBJECT1_CODE and CONTACT_JTOT_OBJECT1_CODE columns, respectively. This network of relationships positions OKL_QUOTE_PARTIES as a crucial junction table that bridges transactional quotes (OKL), generic contract role templates (OKC), and the universal object registry (JTF).
-
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_QUOTE_PARTIES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUOTE_PARTIES, object_name:OKL_QUOTE_PARTIES, status:VALID, product: OKL - Lease 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 ,
-
APPS.OKL_VENDORMERGE_GRP dependencies on OKL_QUOTE_PARTIES
12.1.1
-
APPS.OKL_AM_PARTIES_PVT dependencies on OKL_QUOTE_PARTIES
12.2.2
-
APPS.OKL_AM_INVOICES_PVT dependencies on OKL_QUOTE_PARTIES
12.1.1
-
APPS.OKL_PARTY_MERGE_PUB dependencies on OKL_QUOTE_PARTIES
12.1.1
-
APPS.OKL_QPY_PVT dependencies on OKL_QUOTE_PARTIES
12.2.2
-
APPS.OKL_QPY_PVT dependencies on OKL_QUOTE_PARTIES
12.1.1
-
APPS.OKL_AM_INVOICES_PVT dependencies on OKL_QUOTE_PARTIES
12.2.2
-
APPS.OKL_AM_QUOTES_WF dependencies on OKL_QUOTE_PARTIES
12.1.1
-
APPS.OKL_AM_PARTIES_PVT dependencies on OKL_QUOTE_PARTIES
12.1.1
-
APPS.OKL_PARTY_MERGE_PUB dependencies on OKL_QUOTE_PARTIES
12.2.2
-
APPS.OKL_QPY_PVT dependencies on OKL_QUOTE_PARTIES
12.2.2
-
APPS.OKL_QPY_PVT dependencies on OKL_QUOTE_PARTIES
12.1.1
-
APPS.OKL_VENDORMERGE_GRP dependencies on OKL_QUOTE_PARTIES
12.2.2
-
APPS.OKL_AM_QUOTES_WF dependencies on OKL_QUOTE_PARTIES
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on OKL_QUOTE_PARTIES
12.2.2
-
SYNONYM: APPS.OKL_QUOTE_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_QUOTE_PARTIES, status:VALID,
-
VIEW: OKL.OKL_QUOTE_PARTIES#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_QUOTE_PARTIES#, status:VALID,
-
SYNONYM: APPS.OKL_QUOTE_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_QUOTE_PARTIES, status:VALID,
-
VIEW: APPS.OKL_QUOTE_PARTIES_V
12.1.1
-
VIEW: APPS.OKL_QUOTE_PARTIES_V
12.2.2
-
VIEW: OKL.OKL_QUOTE_PARTIES#
12.2.2
-
Table: JTF_OBJECTS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_OBJECTS_B, object_name:JTF_OBJECTS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores the details of objects(modules). , implementation_dba_data: JTF.JTF_OBJECTS_B ,
-
APPS.OKL_AM_QUOTES_WF dependencies on OKC_K_PARTY_ROLES_V
12.1.1
-
APPS.OKL_QPY_PVT SQL Statements
12.1.1
-
APPS.OKL_QPY_PVT SQL Statements
12.2.2
-
APPS.OKL_AM_PARTIES_PVT dependencies on OKL_TRX_QUOTES_B
12.1.1
-
Table: JTF_OBJECTS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_OBJECTS_B, object_name:JTF_OBJECTS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores the details of objects(modules). , implementation_dba_data: JTF.JTF_OBJECTS_B ,
-
APPS.OKL_AM_PARTIES_PVT dependencies on OKL_TRX_QUOTES_B
12.2.2
-
APPS.OKL_AM_QUOTES_WF dependencies on OKC_K_PARTY_ROLES_V
12.2.2
-
APPS.OKL_AM_INVOICES_PVT dependencies on OKC_K_PARTY_ROLES_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on OKL_LEASE_OPPS_ALL_B
12.2.2
-
APPS.OKL_AM_PARTIES_PVT dependencies on OKC_K_HEADERS_ALL_B
12.1.1
-
APPS.OKL_AM_QUOTES_WF dependencies on OKC_K_HEADERS_ALL_B
12.1.1
-
APPS.OKL_AM_QUOTES_WF dependencies on OKC_K_HEADERS_ALL_B
12.2.2
-
Table: OKL_TRX_QUOTES_ALL_B
12.2.2
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 - Lease and Finance Management , description: Termination, restructure or repurchase quotes , implementation_dba_data: OKL.OKL_TRX_QUOTES_ALL_B ,
-
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 ,
-
APPS.OKL_AM_PARTIES_PVT dependencies on OKC_K_HEADERS_ALL_B
12.2.2
-
Table: OKC_K_PARTY_ROLES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PARTY_ROLES_B, object_name:OKC_K_PARTY_ROLES_B, status:VALID, product: OKC - Contracts Core , description: Records the three-way relationship between a contract, the parties to that contract, and the roles that the parties play as they participate in the contract. , implementation_dba_data: OKC.OKC_K_PARTY_ROLES_B ,
-
PACKAGE BODY: APPS.OKL_QPY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_QPY_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_QPY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_QPY_PVT, status:VALID,
-
Table: OKC_K_PARTY_ROLES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_PARTY_ROLES_B, object_name:OKC_K_PARTY_ROLES_B, status:VALID, product: OKC - Contracts Core , description: Records the three-way relationship between a contract, the parties to that contract, and the roles that the parties play as they participate in the contract. , implementation_dba_data: OKC.OKC_K_PARTY_ROLES_B ,
-
View: OKL_QUOTE_PARTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUOTE_PARTIES_V, object_name:OKL_QUOTE_PARTIES_V, 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: APPS.OKL_QUOTE_PARTIES_V ,
-
TABLE: OKL.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,
-
View: OKL_QUOTE_PARTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUOTE_PARTIES_V, object_name:OKL_QUOTE_PARTIES_V, status:VALID, product: OKL - Lease and Finance Management , description: The parties related to the quote, could be one or more OKL contract party roles , implementation_dba_data: APPS.OKL_QUOTE_PARTIES_V ,
-
APPS.OKL_AM_INVOICES_PVT dependencies on OKC_K_PARTY_ROLES_B
12.2.2
-
TABLE: OKL.OKL_QUOTE_PARTIES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUOTE_PARTIES, object_name:OKL_QUOTE_PARTIES, status:VALID,
-
VIEW: APPS.OKL_AEL_GL_QTE_V
12.1.1
-
PACKAGE BODY: APPS.OKL_AM_PARTIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_PARTIES_PVT, status:VALID,