Search Results okl_pdt_opt_vals
Overview
The OKL_PDT_OPT_VALS table is a core data object within the Oracle E-Business Suite (EBS) module for Lease and Finance Management (OKL). It serves as a junction or association table, establishing the critical link between product options (OKL_PDT_OPTS) and their permissible values (OKL_OPT_VALUES). Its primary role is to define the valid value set for a specific option associated with a product, enabling the configuration of flexible lease and finance products. This table is essential for maintaining data integrity in the product setup hierarchy, ensuring that only predefined values can be selected when configuring a contract.
Key Information Stored
The table's structure is designed to manage the many-to-many relationships between options and their values. The key columns include the primary key ID, which uniquely identifies each association record. The foreign key column PON_ID references the product option (OKL_PDT_OPTS), and the foreign key column OVE_ID references the specific option value (OKL_OPT_VALUES). The unique key constraint POV_POV_UK on the combination of OVE_ID and PON_ID ensures that a given option value cannot be redundantly assigned to the same product option.
Common Use Cases and Queries
A primary use case is validating and presenting available choices during contract booking or product configuration. For instance, when a user selects a product option like "Payment Frequency," the application queries OKL_PDT_OPT_VALS to retrieve all associated valid values (e.g., Monthly, Quarterly, Annually) from OKL_OPT_VALUES. A common reporting query involves listing all configurable options and their allowed values for a specific product.
Sample Query: To find all permissible values for a specific product option (identified by PON_ID):
SELECT ov.meaning, ov.description
FROM okl_opt_values ov,
okl_pdt_opt_vals pov
WHERE pov.ove_id = ov.id
AND pov.pon_id = <product_option_id>;
Related Objects
The table is central to the product option data model, with the following documented foreign key relationships:
- References (Parent Tables):
- OKL_OPT_VALUES: Linked via
OKL_PDT_OPT_VALS.OVE_ID = OKL_OPT_VALUES. This provides the descriptive value (e.g., "Monthly"). - OKL_PDT_OPTS: Linked via
OKL_PDT_OPT_VALS.PON_ID = OKL_PDT_OPTS. This defines the product option itself (e.g., "Payment Frequency").
- OKL_OPT_VALUES: Linked via
- Referenced By (Child Table):
- OKL_SLCTD_OPTNS: Linked via
OKL_SLCTD_OPTNS.POV_ID = OKL_PDT_OPT_VALS.ID. This table stores the specific value chosen for an option on an actual lease or finance contract, making OKL_PDT_OPT_VALS the source of valid choices.
- OKL_SLCTD_OPTNS: Linked via
-
Table: OKL_PDT_OPT_VALS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_OPT_VALS, object_name:OKL_PDT_OPT_VALS, status:VALID, product: OKL - Lease and Finance Management , description: Association of option values with a product. , implementation_dba_data: OKL.OKL_PDT_OPT_VALS ,
-
Table: OKL_PDT_OPT_VALS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_OPT_VALS, object_name:OKL_PDT_OPT_VALS, status:VALID, product: OKL - Leasing and Finance Management , description: Association of option values with a product. , implementation_dba_data: OKL.OKL_PDT_OPT_VALS ,
-
APPS.OKL_CSP_PVT dependencies on OKL_PDT_OPT_VALS
12.1.1
-
APPS.OKL_POV_PVT dependencies on OKL_PDT_OPT_VALS
12.2.2
-
APPS.OKL_POV_PVT dependencies on OKL_PDT_OPT_VALS
12.2.2
-
APPS.OKL_SETUPPOVALUES_PVT dependencies on OKL_PDT_OPT_VALS
12.1.1
-
APPS.OKL_POV_PVT dependencies on OKL_PDT_OPT_VALS
12.1.1
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_PDT_OPT_VALS
12.2.2
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_PDT_OPT_VALS
12.1.1
-
APPS.OKL_POV_PVT dependencies on OKL_PDT_OPT_VALS
12.1.1
-
APPS.OKL_SETUPPOVALUES_PVT dependencies on OKL_PDT_OPT_VALS
12.2.2
-
APPS.OKL_CSP_PVT dependencies on OKL_PDT_OPT_VALS
12.2.2
-
VIEW: OKL.OKL_PDT_OPT_VALS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_PDT_OPT_VALS#, status:VALID,
-
VIEW: OKL.OKL_PDT_OPT_VALS#
12.2.2
-
VIEW: APPS.OKL_PDT_OPT_VALS_V
12.2.2
-
VIEW: APPS.OKL_LA_PRODUCT_OPTIONS_UV
12.1.1
-
SYNONYM: APPS.OKL_PDT_OPT_VALS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_PDT_OPT_VALS, status:VALID,
-
SYNONYM: APPS.OKL_PDT_OPT_VALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_PDT_OPT_VALS, status:VALID,
-
VIEW: APPS.OKL_PDT_OPT_VALS_V
12.1.1
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_PDT_OPTS
12.1.1
-
VIEW: APPS.OKL_LA_PRODUCT_OPTIONS_UV
12.2.2
-
VIEW: APPS.OKL_LA_PDT_OPTS_VALS_UV
12.2.2
-
VIEW: APPS.OKL_LA_PDT_OPTS_VALS_UV
12.1.1
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_PDT_OPTS
12.2.2
-
APPS.OKL_POV_PVT SQL Statements
12.2.2
-
APPS.OKL_POV_PVT SQL Statements
12.1.1
-
Table: OKL_SLCTD_OPTNS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SLCTD_OPTNS, object_name:OKL_SLCTD_OPTNS, status:VALID, product: OKL - Leasing and Finance Management , description: OKL_SLCTD_OPTNS links a lease contract to product option values. , implementation_dba_data: OKL.OKL_SLCTD_OPTNS ,
-
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 ,
-
View: OKL_LA_PDT_OPTS_VALS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PDT_OPTS_VALS_UV, object_name:OKL_LA_PDT_OPTS_VALS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface View for product option values - used in product option values lov page. Displayes option values for selected option for the product attached to a contract. , implementation_dba_data: APPS.OKL_LA_PDT_OPTS_VALS_UV ,
-
Table: OKL_SLCTD_OPTNS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SLCTD_OPTNS, object_name:OKL_SLCTD_OPTNS, status:VALID, product: OKL - Lease and Finance Management , description: OKL_SLCTD_OPTNS links a lease contract to product option values. , implementation_dba_data: OKL.OKL_SLCTD_OPTNS ,
-
TABLE: OKL.OKL_PDT_OPT_VALS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_OPT_VALS, object_name:OKL_PDT_OPT_VALS, status:VALID,
-
TABLE: OKL.OKL_PDT_OPT_VALS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_OPT_VALS, object_name:OKL_PDT_OPT_VALS, status:VALID,
-
PACKAGE: APPS.OKL_POV_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_POV_PVT, status:VALID,
-
APPS.OKL_CSP_PVT dependencies on DUAL
12.1.1
-
Table: OKL_PDT_OPTS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PDT_OPTS, object_name:OKL_PDT_OPTS, status:VALID, product: OKL - Leasing and Finance Management , description: Association of options with a product. , implementation_dba_data: OKL.OKL_PDT_OPTS ,
-
Table: OKL_OPT_VALUES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPT_VALUES, object_name:OKL_OPT_VALUES, status:VALID, product: OKL - Leasing and Finance Management , description: Values that can be associated with the option , implementation_dba_data: OKL.OKL_OPT_VALUES ,
-
Table: OKL_OPT_VALUES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPT_VALUES, object_name:OKL_OPT_VALUES, status:VALID, product: OKL - Lease and Finance Management , description: Values that can be associated with the option , implementation_dba_data: OKL.OKL_OPT_VALUES ,
-
View: OKL_LA_PRODUCT_OPTIONS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PRODUCT_OPTIONS_UV, object_name:OKL_LA_PRODUCT_OPTIONS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface view on Selected Product options for a Contract. It is used in contract producr options summary page. , implementation_dba_data: APPS.OKL_LA_PRODUCT_OPTIONS_UV ,
-
PACKAGE BODY: APPS.OKL_CSP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CSP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_POV_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_POV_PVT, status:VALID,
-
View: OKL_PDT_OPT_VALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_OPT_VALS_V, object_name:OKL_PDT_OPT_VALS_V, status:VALID, product: OKL - Lease and Finance Management , description: Association of option values with a product. , implementation_dba_data: APPS.OKL_PDT_OPT_VALS_V ,
-
View: OKL_PDT_OPT_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_OPT_VALS_V, object_name:OKL_PDT_OPT_VALS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Association of option values with a product. , implementation_dba_data: APPS.OKL_PDT_OPT_VALS_V ,
-
View: OKL_LA_PDT_OPTS_VALS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PDT_OPTS_VALS_UV, object_name:OKL_LA_PDT_OPTS_VALS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface View for product option values - used in product option values lov page. Displayes option values for selected option for the product attached to a contract. , implementation_dba_data: APPS.OKL_LA_PDT_OPTS_VALS_UV ,
-
APPS.OKL_CSP_PVT dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.OKL_POV_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_POV_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_CSP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CSP_PVT, status:VALID,
-
View: OKL_LA_PRODUCT_OPTIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PRODUCT_OPTIONS_UV, object_name:OKL_LA_PRODUCT_OPTIONS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface view on Selected Product options for a Contract. It is used in contract producr options summary page. , implementation_dba_data: APPS.OKL_LA_PRODUCT_OPTIONS_UV ,
-
PACKAGE: APPS.OKL_POV_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_POV_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SETUPPOVALUES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SETUPPOVALUES_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_SETUPPOVALUES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SETUPPOVALUES_PVT, status:VALID,