Search Results okl_products
Overview
The OKL_PRODUCTS table is a core master data table within the Oracle E-Business Suite Leasing and Finance Management (OKL) module. It serves as the central repository for defining financial products, which are essentially templates that govern the financial treatment, accounting rules, and structural options for lease and finance contracts. When a user creates a contract or quote in the system, they select a specific product, which then dictates the applicable accounting templates, pricing models, charge setups, and other financial rules. This table is fundamental to ensuring consistent and automated financial processing across all leasing transactions.
Key Information Stored
While the full column list is not detailed in the provided metadata, the primary and unique key constraints highlight the most critical attributes. Each product is uniquely identified by a system-generated ID (primary key). The combination of NAME and VERSION must also be unique, allowing for version control of product definitions over time. The table stores foreign key references to other master data objects, notably the AES_ID (linking to accounting event setup templates in OKL_AE_TMPT_SETS_ALL) and the PTL_ID (linking to product templates in OKL_PDT_TEMPLATES). A self-referential foreign key on REPORTING_PDT_ID allows a product to be associated with a separate reporting product, enabling complex consolidation and reporting scenarios.
Common Use Cases and Queries
This table is primarily referenced during the contract entry and configuration processes. Common operational and reporting queries include listing all active financial products for a user to select, validating product setup, and tracing financial rules. For example, to retrieve a list of products with their linked accounting template, a query might join to OKL_AE_TMPT_SETS_ALL. A critical reporting use case involves analyzing all contracts or quotes based on their underlying product to assess profitability or risk by product type. A basic query pattern is:
- SELECT p.name, p.version, a.template_name FROM okl_products p, okl_ae_tmpt_sets_all a WHERE p.aes_id = a.id ORDER BY p.name;
Data from this table is typically maintained via the Oracle E-Business Suite application's product definition forms, not via direct SQL manipulation.
Related Objects
As evidenced by the extensive foreign key relationships, OKL_PRODUCTS is a central hub in the OKL schema. Key documented relationships include:
- OKL_AE_TMPT_SETS_ALL: Joined via OKL_PRODUCTS.AES_ID. Defines the accounting rules for the product.
- OKL_PDT_TEMPLATES: Joined via OKL_PRODUCTS.PTL_ID. Provides the structural template for the product.
- OKL_TRX_CONTRACTS / OKL_TRX_CONTRACTS_ALL: Joined via PDT_ID. All contracts are instantiated from a product.
- OKL_TRX_QUOTES_B / OKL_TRX_QUOTES_ALL_B: Joined via PDT_ID. All quotes are based on a product.
- OKL_PDT_OPTS & OKL_PDT_PQY_VALS: Joined via PDT_ID. Store configurable options and pricing qualifiers for the product.
- OKL_LTE_CHRG_SETUPS & OKL_LS_RT_FCTR_SETS_B: Joined via PDT_ID. Define charge setups and rate factor sets applicable to the product.
- OKL_PRODUCTS (Self-Referential): Joined via OKL_PRODUCTS.REPORTING_PDT_ID. Links a product to a separate reporting product definition.
-
Table: OKL_PRODUCTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRODUCTS, object_name:OKL_PRODUCTS, status:VALID, product: OKL - Lease and Finance Management , description: Define the financial treatment for the contract. , implementation_dba_data: OKL.OKL_PRODUCTS ,
-
View: OKL_PRODUCT_PARAMETERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_PARAMETERS_V, object_name:OKL_PRODUCT_PARAMETERS_V, status:VALID, product: OKL - Lease and Finance Management , description: View to get product parameters , implementation_dba_data: APPS.OKL_PRODUCT_PARAMETERS_V ,
-
View: OKL_PDT_ALLOWED_STREAMS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_ALLOWED_STREAMS_UV, object_name:OKL_PDT_ALLOWED_STREAMS_UV, status:VALID, product: OKL - Lease and Finance Management , description: View for Reconcile Accrual Streams during association. , implementation_dba_data: APPS.OKL_PDT_ALLOWED_STREAMS_UV ,
-
View: OKL_PRODUCT_PARAMETERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_PARAMETERS_ALL_V, object_name:OKL_PRODUCT_PARAMETERS_ALL_V, status:VALID, product: OKL - Lease and Finance Management , description: View to get product parameters , implementation_dba_data: APPS.OKL_PRODUCT_PARAMETERS_ALL_V ,
-
View: OKL_LEASE_PRODUCTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LEASE_PRODUCTS_UV, object_name:OKL_LEASE_PRODUCTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for lease products and product parameters , implementation_dba_data: APPS.OKL_LEASE_PRODUCTS_UV ,
-
View: OKL_AM_PRODUCTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PRODUCTS_UV, object_name:OKL_AM_PRODUCTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_PRODUCTS_UV ,
-
View: OKL_PDT_PQY_VALS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_PQY_VALS_UV, object_name:OKL_PDT_PQY_VALS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_PDT_PQY_VALS_UV ,
-
View: OKL_REPORTING_PRODUCTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_REPORTING_PRODUCTS_UV, object_name:OKL_REPORTING_PRODUCTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view contains the reporting products for a given local product. This view is used as a lookup in the Products screen. , implementation_dba_data: APPS.OKL_REPORTING_PRODUCTS_UV ,
-
Table: OKL_PDT_PQY_VALS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_PQY_VALS, object_name:OKL_PDT_PQY_VALS, status:VALID, product: OKL - Lease and Finance Management , description: Association Quality Values with a product. , implementation_dba_data: OKL.OKL_PDT_PQY_VALS ,
-
Table: OKL_PDT_OPTS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_OPTS, object_name:OKL_PDT_OPTS, status:VALID, product: OKL - Lease and Finance Management , description: Association of options with a product. , implementation_dba_data: OKL.OKL_PDT_OPTS ,
-
Table: OKL_PDT_TEMPLATES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_TEMPLATES, object_name:OKL_PDT_TEMPLATES, status:VALID, product: OKL - Lease and Finance Management , description: Product Templates used by Product during setup. , implementation_dba_data: OKL.OKL_PDT_TEMPLATES ,
-
Table: OKL_PRD_PRICE_TMPLS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PRD_PRICE_TMPLS, object_name:OKL_PRD_PRICE_TMPLS, status:VALID, product: OKL - Lease and Finance Management , description: Holds the details of pricing templates which are used for external pricing. , implementation_dba_data: OKL.OKL_PRD_PRICE_TMPLS ,
-
View: OKL_PRC_TMPLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRC_TMPLS_UV, object_name:OKL_PRC_TMPLS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_PRC_TMPLS_UV ,
-
Table: OKL_SUBSIDY_CRITERIA
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDY_CRITERIA, object_name:OKL_SUBSIDY_CRITERIA, status:VALID, product: OKL - Lease and Finance Management , description: This table stores applicability criterion for a subsidy , implementation_dba_data: OKL.OKL_SUBSIDY_CRITERIA ,
-
Table: OKL_AE_TMPT_SETS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_AE_TMPT_SETS_ALL, object_name:OKL_AE_TMPT_SETS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Accounting template sets , implementation_dba_data: OKL.OKL_AE_TMPT_SETS_ALL ,
-
Table: OKL_FE_EO_TERMS_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FE_EO_TERMS_ALL_B, object_name:OKL_FE_EO_TERMS_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: End of Term value header table , implementation_dba_data: OKL.OKL_FE_EO_TERMS_ALL_B ,
-
Table: OKL_TRX_CONTRACTS_ALL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_TRX_CONTRACTS_ALL, object_name:OKL_TRX_CONTRACTS_ALL, status:VALID, product: OKL - Lease and Finance Management , description: Lease transactions header table , implementation_dba_data: OKL.OKL_TRX_CONTRACTS_ALL ,
-
Table: OKL_TBC_DEFINITIONS
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
View: OKL_PRODUCT_OPTIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_OPTIONS_UV, object_name:OKL_PRODUCT_OPTIONS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_PRODUCT_OPTIONS_UV ,
-
View: OKL_PROD_QLTY_VAL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PROD_QLTY_VAL_UV, object_name:OKL_PROD_QLTY_VAL_UV, status:VALID, product: OKL - Lease and Finance Management , description: Product Quality Values View , implementation_dba_data: APPS.OKL_PROD_QLTY_VAL_UV ,
-
Table: OKL_LS_RT_FCTR_SETS_B
12.2.2
product: OKL - Lease and Finance Management , description: The Rate Card (Lease Rate Set) header table. , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_LTE_CHRG_SETUPS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_LTE_CHRG_SETUPS, object_name:OKL_LTE_CHRG_SETUPS, status:VALID, product: OKL - Lease and Finance Management , description: When a lessee/borrower does not pay an invoice prior to the due date, a penalty can be assessed , implementation_dba_data: OKL.OKL_LTE_CHRG_SETUPS ,
-
View: OKL_SEC_BUYBACK_PRODUCTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_PRODUCTS_UV, object_name:OKL_SEC_BUYBACK_PRODUCTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for securitization buy-back products , implementation_dba_data: APPS.OKL_SEC_BUYBACK_PRODUCTS_UV ,
-
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 ,
-
View: OKL_MISC_TMPL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_MISC_TMPL_UV, object_name:OKL_MISC_TMPL_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_MISC_TMPL_UV ,
-
Table: OKL_TRX_QUOTES_B
12.2.2
product: OKL - Lease and Finance Management , description: Termination, restructure or repurchase quotes , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_TRX_CONTRACTS
12.2.2
product: OKL - Lease and Finance Management , description: Lease transactions header table , implementation_dba_data: Not implemented in this database ,
-
View: OKL_TRX_CONTRACTS_LOV_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_CONTRACTS_LOV_UV, object_name:OKL_TRX_CONTRACTS_LOV_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view contains all the Lease Contracts and Investor Agreements. This is used in View Transactions Contracts LOV. , implementation_dba_data: APPS.OKL_TRX_CONTRACTS_LOV_UV ,
-
View: OKL_LA_HEADERS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_HEADERS_UV, object_name:OKL_LA_HEADERS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface View for getting Oracle Contracts for Lease header information , implementation_dba_data: APPS.OKL_LA_HEADERS_UV ,
-
View: OKL_ACCRUAL_OVERRIDE_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ACCRUAL_OVERRIDE_UV, object_name:OKL_ACCRUAL_OVERRIDE_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_ACCRUAL_OVERRIDE_UV ,
-
View: OKL_CS_CONT_SRCH_RESULTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_CONT_SRCH_RESULTS_UV, object_name:OKL_CS_CONT_SRCH_RESULTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_CONT_SRCH_RESULTS_UV ,
-
View: OKL_SEC_BUYBACK_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_BUYBACK_CONTRACTS_UV, object_name:OKL_SEC_BUYBACK_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: OKL Securitized buyback contracts UI view , implementation_dba_data: APPS.OKL_SEC_BUYBACK_CONTRACTS_UV ,
-
View: OKL_BPD_AR_ADJUSTMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_BPD_AR_ADJUSTMENTS_V, object_name:OKL_BPD_AR_ADJUSTMENTS_V, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_BPD_AR_ADJUSTMENTS_V ,
-
View: OKL_SEC_HEADERS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_HEADERS_UV, object_name:OKL_SEC_HEADERS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for securitizaton headers , implementation_dba_data: APPS.OKL_SEC_HEADERS_UV ,
-
View: OKL_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCTS_V, object_name:OKL_PRODUCTS_V, status:VALID, product: OKL - Lease and Finance Management , description: Define the financial treatment for the contract. , implementation_dba_data: APPS.OKL_PRODUCTS_V ,
-
View: OKL_CONDTLS_WELCOME_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CONDTLS_WELCOME_UV, object_name:OKL_CONDTLS_WELCOME_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CONDTLS_WELCOME_UV ,
-
View: OKL_SLA_TRX_INFO_V
12.2.2
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 - Lease and Finance Management , description: Transaction object for user transaction identifiers. , implementation_dba_data: APPS.OKL_SLA_TRX_INFO_V ,
-
View: OKL_CS_LC_HEADER_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_LC_HEADER_UV, object_name:OKL_CS_LC_HEADER_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_CS_LC_HEADER_UV ,
-
View: OKL_SO_QUOTE_DTLS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SO_QUOTE_DTLS_UV, object_name:OKL_SO_QUOTE_DTLS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_SO_QUOTE_DTLS_UV ,
-
View: OKL_EBIZ_KHEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_EBIZ_KHEADERS_V, object_name:OKL_EBIZ_KHEADERS_V, status:VALID, product: OKL - Lease and Finance Management , description: Find grid for eBusiness Integration.This grid is shown of Contracts tab in eBusiness,Purpose of this view is to filter out lease contracts,based on subclass_code='LEASE' , implementation_dba_data: APPS.OKL_EBIZ_KHEADERS_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_SEC_AGREEMENTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SEC_AGREEMENTS_UV, object_name:OKL_SEC_AGREEMENTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view for securitization agreements , implementation_dba_data: APPS.OKL_SEC_AGREEMENTS_UV ,
-
View: OKL_SUBSIDY_CRITERIA_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_SUBSIDY_CRITERIA_UV, object_name:OKL_SUBSIDY_CRITERIA_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for subsidy application criteria page , implementation_dba_data: APPS.OKL_SUBSIDY_CRITERIA_UV ,
-
View: OKL_AEL_GL_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AEL_GL_TRX_V, object_name:OKL_AEL_GL_TRX_V, status:VALID, product: OKL - Lease and Finance Management , description: This view contains the transactions which have been transferred to GL. This view is used to enable OKL GL Drilldown functionality. This view displays the Lease transactions which fall under Loss Provision, Accrual, Miscellaneous and Adjust , implementation_dba_data: APPS.OKL_AEL_GL_TRX_V ,
-
View: OKL_TRX_CONTRACTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TRX_CONTRACTS_UV, object_name:OKL_TRX_CONTRACTS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_TRX_CONTRACTS_UV ,
-
View: OKL_K_HEADERS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_K_HEADERS_UV, object_name:OKL_K_HEADERS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_K_HEADERS_UV ,