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.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 ,
-
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 ,
-
APPS.OKL_POOLCONC_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_TBC_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_REPORT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_EXT_BILLING_CHARGES_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_AM_LEASE_TRMNT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_ACCOUNT_DIST_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_STREAMS_RECON_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_EVERGREEN_BILLING_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_SETUPPMVALUES_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_INSURANCE_POLICIES_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_BPD_TERMINATION_ADJ_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_SALES_QUOTE_QA_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_SETUP_PRD_PRCTEMPL_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_SETUPPMVALUES_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_PA_DATA_INTEGRITY dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_STRM_GEN_TEMPLATE_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_CONTRACT_REBOOK_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_CONTRACT_REBOOK_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_TXL_ASSETS_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_PDT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_STREAM_GENERATOR_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_TBC_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_STREAMS_RECON_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_CS_WF dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_EC_UPTAKE_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_PDT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_SALES_QUOTE_QA_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_LOSS_PROV_PVT dependencies on OKL_PRODUCTS
12.2.2
-
APPS.OKL_KHR_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_CNTRCT_FIN_EXTRACT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_SETUPPRODUCTS_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_TXL_ASSETS_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_CNTRCT_FIN_EXTRACT_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_SETUPPRODUCTS_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_STREAM_GENERATOR_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_CS_WF dependencies on OKL_PRODUCTS
12.1.1
-
APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_PRODUCTS
12.2.2