Search Results okl_opt_values
Overview
The OKL_OPT_VALUES table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Lease and Finance Management (OKL) module. It functions as a master repository for the permissible values that can be assigned to configurable options within lease and finance contracts. This table is essential for enforcing data integrity and business rules, as it defines the valid domain of values for specific contract options, ensuring that only pre-defined, approved entries are selected during contract configuration and processing.
Key Information Stored
The table's primary purpose is to store the relationship between an option and its valid values. Key columns include the primary key ID, which uniquely identifies each value record. The OPT_ID column is a foreign key that links the value to its parent option definition in the OKL_OPTIONS table. The VALUE column holds the actual permissible entry for the option, such as a specific term, rate, or feature code. The unique key constraint OVE_OVE_UK on OPT_ID and VALUE ensures that duplicate values cannot be defined for the same option.
Common Use Cases and Queries
A primary use case is validating user input during the setup or amendment of a lease contract. When a user selects an option, the application queries OKL_OPT_VALUES to present a validated list of choices. For reporting and analysis, this table is joined to contract line details to analyze the prevalence of specific option values. Common SQL patterns include fetching all valid values for a given option or checking if a proposed entry is valid.
- Retrieve all permissible values for a specific option ID:
SELECT value FROM okl_opt_values WHERE opt_id = <option_id> ORDER BY value; - Validate a proposed option value during data entry:
SELECT 'VALID' FROM dual WHERE EXISTS (SELECT 1 FROM okl_opt_values WHERE opt_id = <option_id> AND value = <proposed_value>);
Related Objects
OKL_OPT_VALUES sits at the center of a key data model for contract options. It has defined foreign key relationships with several other critical tables in the OKL schema, as documented in the ETRM metadata.
- References (Parent): OKL_OPTIONS table via
OKL_OPT_VALUES.OPT_ID = OKL_OPTIONS.<key>. This defines the option to which the value belongs. - Referenced By (Children):
- OKL_OPV_RULES table via
OKL_OPV_RULES.OVE_ID = OKL_OPT_VALUES.ID. This links the option value to specific business rules. - OKL_PDT_OPT_VALS table via
OKL_PDT_OPT_VALS.OVE_ID = OKL_OPT_VALUES.ID. This associates the permissible value with product definitions.
- OKL_OPV_RULES table via
-
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 ,
-
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 ,
-
APPS.OKL_OVE_PVT dependencies on OKL_OPT_VALUES
12.1.1
-
APPS.OKL_SETUPOPTVALUES_PVT dependencies on OKL_OPT_VALUES
12.1.1
-
APPS.OKL_OVE_PVT dependencies on OKL_OPT_VALUES
12.1.1
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_OPT_VALUES
12.2.2
-
APPS.OKL_OVE_PVT dependencies on OKL_OPT_VALUES
12.2.2
-
APPS.OKL_SETUPOPTVALUES_PVT dependencies on OKL_OPT_VALUES
12.2.2
-
APPS.OKL_OVE_PVT dependencies on OKL_OPT_VALUES
12.2.2
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_OPT_VALUES
12.1.1
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_OPV_RULES
12.1.1
-
VIEW: OKL.OKL_OPT_VALUES#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_OPT_VALUES#, status:VALID,
-
VIEW: APPS.OKL_PDT_OPT_VALS_UV
12.1.1
-
SYNONYM: APPS.OKL_OPT_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_OPT_VALUES, status:VALID,
-
VIEW: OKL.OKL_OPT_VALUES#
12.2.2
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_OPV_RULES
12.2.2
-
VIEW: APPS.OKL_LA_PRODUCT_OPTIONS_UV
12.1.1
-
VIEW: APPS.OKL_LA_PDT_OPTS_VALS_UV
12.1.1
-
VIEW: APPS.OKL_PDT_OPT_VALS_UV
12.2.2
-
SYNONYM: APPS.OKL_OPT_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_OPT_VALUES, status:VALID,
-
VIEW: APPS.OKL_OPT_VALUES_V
12.2.2
-
VIEW: APPS.OKL_OPT_VALUES_V
12.1.1
-
VIEW: APPS.OKL_LA_PRODUCT_OPTIONS_UV
12.2.2
-
VIEW: APPS.OKL_LA_PDT_OPTS_VALS_UV
12.2.2
-
APPS.OKL_OVE_PVT SQL Statements
12.2.2
-
APPS.OKL_OVE_PVT SQL Statements
12.1.1
-
View: OKL_OPT_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_VALUES_V, object_name:OKL_OPT_VALUES_V, status:VALID, product: OKL - Lease and Finance Management , description: Values that can be associated with the option , implementation_dba_data: APPS.OKL_OPT_VALUES_V ,
-
Table: OKL_OPTIONS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPTIONS, object_name:OKL_OPTIONS, status:VALID, product: OKL - Lease and Finance Management , description: Options are defined to characterize the Contract , implementation_dba_data: OKL.OKL_OPTIONS ,
-
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_CPY_PDT_RULS_PVT dependencies on OKL_PDT_OPT_VALS
12.1.1
-
Table: OKL_OPV_RULES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPV_RULES, object_name:OKL_OPV_RULES, status:VALID, product: OKL - Leasing and Finance Management , description: Association of Option Values with Option Rules. This is used by Option Value Rule Template during Product Setup. , implementation_dba_data: OKL.OKL_OPV_RULES ,
-
Table: OKL_OPV_RULES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPV_RULES, object_name:OKL_OPV_RULES, status:VALID, product: OKL - Lease and Finance Management , description: Association of Option Values with Option Rules. This is used by Option Value Rule Template during Product Setup. , implementation_dba_data: OKL.OKL_OPV_RULES ,
-
View: OKL_PDT_OPT_VALS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_OPT_VALS_UV, object_name:OKL_PDT_OPT_VALS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_PDT_OPT_VALS_UV ,
-
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 ,
-
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.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,
-
APPS.OKL_CPY_PDT_RULS_PVT dependencies on OKL_PDT_OPT_VALS
12.2.2
-
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 ,
-
APPS.OKL_CPY_PDT_RULS_PVT SQL Statements
12.1.1
-
Table: OKL_OPTIONS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPTIONS, object_name:OKL_OPTIONS, status:VALID, product: OKL - Leasing and Finance Management , description: Options are defined to characterize the Contract , implementation_dba_data: OKL.OKL_OPTIONS ,
-
View: OKL_OPT_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_VALUES_V, object_name:OKL_OPT_VALUES_V, status:VALID, product: OKL - Leasing and Finance Management , description: Values that can be associated with the option , implementation_dba_data: APPS.OKL_OPT_VALUES_V ,
-
View: OKL_PDT_OPT_VALS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_OPT_VALS_UV, object_name:OKL_PDT_OPT_VALS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_PDT_OPT_VALS_UV ,
-
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 ,
-
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 BODY: APPS.OKL_OVE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_OVE_PVT, status:VALID,
-
APPS.OKL_CPY_PDT_RULS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKL_CPY_PDT_RULS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_CPY_PDT_RULS_PVT, status:VALID,
-
TABLE: OKL.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,
-
VIEW: APPS.OKL_PDT_OPT_VALS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_OPT_VALS_UV, object_name:OKL_PDT_OPT_VALS_UV, status:VALID,
-
VIEW: APPS.OKL_PDT_OPT_VALS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PDT_OPT_VALS_UV, object_name:OKL_PDT_OPT_VALS_UV, status:VALID,