Search Results okl_options
Overview
The OKL_OPTIONS table is a core master data object within the Oracle E-Business Suite (EBS) Lease and Finance Management (OKL) module. It serves as the central repository for defining and storing all configurable options that can be associated with a contract. An option, in this context, represents a specific contractual feature or clause, such as a purchase option, renewal option, or a specific fee structure. The table's primary role is to provide a standardized, reusable catalog of these characteristics, enabling them to be consistently applied across multiple lease or finance contracts. This master data approach ensures data integrity and simplifies contract configuration and management.
Key Information Stored
The table stores the fundamental attributes that define a contract option. While the full column list is not provided in the excerpt, the documented primary and unique key constraints highlight the most critical data elements. The ID column serves as the system-generated primary key (OKL_OPTIONS_PK), uniquely identifying each option record. The NAME column is enforced as a unique key (OPT_OPT_UK), storing the descriptive name or code for the option, such as 'EARLY_TERMINATION' or 'FAIR_MARKET_VALUE_PURCHASE'. Other typical columns in such a master table would include fields for a detailed description, active status flags, creation and last update dates, and user identifiers for auditing purposes.
Common Use Cases and Queries
The primary use case is the administration and assignment of options to contracts. A common operational query retrieves all active options for selection during contract setup. For reporting, analysts often join this table to transactional data to analyze the prevalence and financial impact of specific options across a portfolio.
- Retrieving All Active Options:
SELECT id, name FROM okl_options WHERE active_yn = 'Y' ORDER BY name; - Finding Contracts with a Specific Option: This typically involves joining through the OKL_PDT_OPTS or OKL_OPT_VALUES tables to link the option definition to a specific contract line or header.
- Data Migration & Integration: The table is a key target when loading master option data from legacy systems into Oracle EBS, ensuring all referenced options exist before loading contract details.
Related Objects
The OKL_OPTIONS table has defined foreign key relationships with several other key OKL tables, as documented in the metadata. These relationships demonstrate how option definitions are utilized within the application's data model.
- OKL_OPT_RULES: Links option definitions to specific business rules (via
OKL_OPT_RULES.OPT_ID). This governs the behavior or conditions under which an option is exercised. - OKL_OPT_VALUES: Stores the specific values or parameters (e.g., exercise price, notice period) for an option as it is applied to a particular contract (via
OKL_OPT_VALUES.OPT_ID). - OKL_PDT_OPTS: Associates option definitions with specific products or product templates (via
OKL_PDT_OPTS.OPT_ID), controlling which options are available for a given lease or finance product type.
-
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_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 ,
-
APPS.OKL_OPT_PVT dependencies on OKL_OPTIONS
12.2.2
-
APPS.OKL_OPT_PVT dependencies on OKL_OPTIONS
12.1.1
-
APPS.OKL_OPT_PVT dependencies on OKL_OPTIONS
12.2.2
-
APPS.OKL_OPT_PVT dependencies on OKL_OPTIONS
12.1.1
-
SYNONYM: APPS.OKL_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_OPTIONS, status:VALID,
-
VIEW: OKL.OKL_OPTIONS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_OPTIONS#, status:VALID,
-
VIEW: APPS.OKL_PRODUCT_OPTIONS_UV
12.1.1
-
VIEW: APPS.OKL_PRODUCT_OPTIONS_UV
12.2.2
-
SYNONYM: APPS.OKL_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_OPTIONS, status:VALID,
-
VIEW: APPS.OKL_LA_PRODUCT_OPTIONS_UV
12.1.1
-
VIEW: APPS.OKL_LA_PRODUCT_OPTIONS_UV
12.2.2
-
APPS.OKL_SETUPOPTVALUES_PVT dependencies on OKL_ACCOUNTING_UTIL
12.1.1
-
VIEW: APPS.OKL_OPTIONS_V
12.2.2
-
VIEW: APPS.OKL_OPTIONS_V
12.1.1
-
APPS.OKL_SETUPOPTIONS_PVT dependencies on OKL_ACCOUNTING_UTIL
12.1.1
-
APPS.OKL_SETUPOPTIONS_PVT dependencies on OKL_ACCOUNTING_UTIL
12.2.2
-
VIEW: APPS.OKL_LA_PDT_OPTS_UV
12.1.1
-
VIEW: OKL.OKL_OPTIONS#
12.2.2
-
VIEW: APPS.OKL_LA_PDT_OPTS_UV
12.2.2
-
APPS.OKL_SETUPOPTVALUES_PVT dependencies on OKL_ACCOUNTING_UTIL
12.2.2
-
APPS.OKL_OPT_PVT SQL Statements
12.2.2
-
APPS.OKL_SETUPPOPTIONS_PVT dependencies on OKL_ACCOUNTING_UTIL
12.1.1
-
APPS.OKL_SETUPPOPTIONS_PVT dependencies on OKL_ACCOUNTING_UTIL
12.2.2
-
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_PRODUCT_OPTIONS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_PRODUCT_OPTIONS_UV, object_name:OKL_PRODUCT_OPTIONS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_PRODUCT_OPTIONS_UV ,
-
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 ,
-
APPS.OKL_OPT_PVT SQL Statements
12.1.1
-
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 ,
-
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 ,
-
Table: OKL_OPT_RULES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPT_RULES, object_name:OKL_OPT_RULES, status:VALID, product: OKL - Lease and Finance Management , description: Association of Rules with Option , implementation_dba_data: OKL.OKL_OPT_RULES ,
-
PACKAGE BODY: APPS.OKL_OPT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_OPT_PVT, status:VALID,
-
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_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPTIONS_V, object_name:OKL_OPTIONS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Options are defined to characterize the Contract , implementation_dba_data: APPS.OKL_OPTIONS_V ,
-
Table: OKL_OPT_RULES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPT_RULES, object_name:OKL_OPT_RULES, status:VALID, product: OKL - Leasing and Finance Management , description: Association of Rules with Option , implementation_dba_data: OKL.OKL_OPT_RULES ,
-
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_LA_PDT_OPTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PDT_OPTS_UV, object_name:OKL_LA_PDT_OPTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface View for product options - used in product options lov page. , implementation_dba_data: APPS.OKL_LA_PDT_OPTS_UV ,
-
VIEW: APPS.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,
-
VIEW: APPS.OKL_LA_PDT_OPTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PDT_OPTS_UV, object_name:OKL_LA_PDT_OPTS_UV, status:VALID,
-
PACKAGE BODY: APPS.OKL_OPT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_OPT_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 ,
-
View: OKL_LA_PDT_OPTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PDT_OPTS_UV, object_name:OKL_LA_PDT_OPTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface View for product options - used in product options lov page. , implementation_dba_data: APPS.OKL_LA_PDT_OPTS_UV ,
-
View: OKL_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPTIONS_V, object_name:OKL_OPTIONS_V, status:VALID, product: OKL - Lease and Finance Management , description: Options are defined to characterize the Contract , implementation_dba_data: APPS.OKL_OPTIONS_V ,
-
APPS.OKL_SETUPPRODUCTS_PVT dependencies on OKL_ACCOUNTING_UTIL
12.1.1
-
TABLE: OKL.OKL_OPTIONS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPTIONS, object_name:OKL_OPTIONS, status:VALID,
-
VIEW: APPS.OKL_LA_PDT_OPTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LA_PDT_OPTS_UV, object_name:OKL_LA_PDT_OPTS_UV, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
TABLE: OKL.OKL_OPTIONS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_OPTIONS, object_name:OKL_OPTIONS, status:VALID,