Search Results okl_pdt_qualitys
Overview
The OKL_PDT_QUALITYS table is a core reference table within the Oracle E-Business Suite (EBS) module OKL (Lease and Finance Management). It functions as the master repository for defining product qualities, which are configurable attributes or characteristics that can be assigned to financial products. During the setup of a product template, administrators select from these predefined qualities to model the specific features and behaviors of lease or finance products. This table enables the standardization and consistent application of product attributes across the leasing portfolio, forming a foundational element of the product configuration framework.
Key Information Stored
The table stores the master definitions for each product quality. While the full column list is not detailed in the provided metadata, the primary and unique key constraints highlight the most critical fields. The ID column serves as the system-generated primary key (PK), uniquely identifying each quality record. The NAME column holds the unique, user-defined name or code for the product quality, such as 'RESIDUAL_VALUE_CALC_METHOD' or 'LEASE_TERM_BASIS'. Additional columns likely exist to store descriptive information, data types, validation rules, and active status flags for each quality, supporting the product template setup process.
Common Use Cases and Queries
The primary use case is the administration and inquiry of configurable product attributes during financial product design. A system administrator may query this table to review or maintain the list of available qualities before applying them to a template. Common reporting needs include listing all active qualities or finding a specific quality by name for troubleshooting. Sample SQL patterns include:
- Basic retrieval:
SELECT id, name FROM okl.oKL_pdt_qualitys WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE) ORDER BY name; - Validation query:
SELECT COUNT(*) FROM okl.oKL_pdt_qualitys WHERE name = '<Quality_Name>';
These qualities are subsequently assigned values within specific product templates, driving the detailed configuration of lease agreements.
Related Objects
OKL_PDT_QUALITYS is central to the product configuration data model, with two key foreign key relationships documented in the ETRM:
- OKL_PDT_PQYS: This table links product qualities to product templates. The foreign key column
OKL_PDT_PQYS.PQY_IDreferencesOKL_PDT_QUALITYS.ID, establishing which qualities are assigned to a given template. - OKL_PQY_VALUES: This table stores the specific values for a quality within a product template. The foreign key column
OKL_PQY_VALUES.PQY_IDreferencesOKL_PDT_QUALITYS.ID, connecting the value instance back to its master definition.
These relationships illustrate the data flow: a quality is defined in OKL_PDT_QUALITYS, assigned to a template via OKL_PDT_PQYS, and given a concrete value in OKL_PQY_VALUES.
-
Table: OKL_PDT_QUALITYS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_QUALITYS, object_name:OKL_PDT_QUALITYS, status:VALID, product: OKL - Lease and Finance Management , description: Product Qualities used by Product Template - Product Qualities during product setup. , implementation_dba_data: OKL.OKL_PDT_QUALITYS ,
-
Table: OKL_PDT_QUALITYS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_QUALITYS, object_name:OKL_PDT_QUALITYS, status:VALID, product: OKL - Leasing and Finance Management , description: Product Qualities used by Product Template - Product Qualities during product setup. , implementation_dba_data: OKL.OKL_PDT_QUALITYS ,
-
APPS.OKL_AM_UTIL_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_EC_UPTAKE_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_SETUPPQVALUES_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_TRX_CONTRACTS_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_PQY_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_SETUPDQUALITYS_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_LOSS_PROV_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_AM_UTIL_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_EC_UPTAKE_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_TRX_CONTRACTS_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_PQY_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_SETUPPRODUCTS_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_LOSS_PROV_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_PQY_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_SETUPDQUALITYS_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_SETUPPQVALUES_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_K_RATE_PARAMS_PVT dependencies on OKL_PDT_QUALITYS
12.1.1
-
APPS.OKL_PQY_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_SETUPPRODUCTS_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_K_RATE_PARAMS_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PDT_QUALITYS
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PDT_PQY_VALS
12.1.1
-
VIEW: APPS.OKL_REPORTING_PRODUCTS_UV
12.1.1
-
VIEW: APPS.OKL_REPORTING_PRODUCTS_UV
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PDT_PQY_VALS
12.2.2
-
VIEW: APPS.OKL_PRODUCT_PARAMETERS_ALL_V
12.1.1
-
VIEW: APPS.OKL_PRODUCT_PARAMETERS_ALL_V
12.2.2
-
VIEW: APPS.OKL_PRODUCT_PARAMETERS_V
12.2.2
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PQY_VALUES
12.2.2
-
VIEW: OKL.OKL_PDT_QUALITYS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_PDT_QUALITYS#, status:VALID,
-
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 ,
-
APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_PQY_VALUES
12.1.1
-
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: APPS.OKL_AM_PRODUCTS_UV
12.1.1
-
VIEW: APPS.OKL_PRODUCT_PARAMETERS_V
12.1.1
-
VIEW: APPS.OKL_LEASE_PRODUCTS_UV
12.2.2
-
View: OKL_PRODUCT_PARAMETERS_ALL_V
12.1.1
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 - Leasing and Finance Management , description: View to get product parameters , implementation_dba_data: APPS.OKL_PRODUCT_PARAMETERS_ALL_V ,
-
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: APPS.OKL_PDT_PQY_VALS_UV
12.1.1
-
VIEW: APPS.OKL_PROD_QLTY_VAL_UV
12.2.2
-
APPS.OKL_K_RATE_PARAMS_PVT dependencies on OKL_PQY_VALUES
12.2.2
-
APPS.OKL_K_RATE_PARAMS_PVT dependencies on OKL_PQY_VALUES
12.1.1
-
APPS.OKL_PQY_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKL_PDT_QUALITYS_V
12.1.1
-
View: OKL_REPORTING_PRODUCTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_REPORTING_PRODUCTS_UV, object_name:OKL_REPORTING_PRODUCTS_UV, status:VALID, product: OKL - Leasing 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 ,