Search Results okl_answers
Overview
The OKL_ANSWERS table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the OKL (Lease and Finance Management) product module. It serves as a repository for discrete answer options within the system's rule-based configuration framework. As indicated by its description—"State, circumstance, situation, possibility or case"—it stores the individual, selectable possibilities that can be associated with a business rule or question. This table is fundamental for defining and managing the conditional logic and decision trees used in lease and finance contract processing, enabling the system to evaluate specific criteria and determine appropriate workflows, validations, or calculations.
Key Information Stored
The table's primary columns, as derived from its key constraints, are crucial for its function. The ID column serves as the primary key (OKL_ANSWERS_PK), uniquely identifying each answer record. The ANT_ID column is a foreign key linking the answer to its parent OKL_ANSWER_SETS_B table, which groups related answers together. Another critical foreign key is RUL_ID, which associates the answer with a specific business rule defined in the OKC_RULES_B table. While the specific descriptive columns (like answer text or code) are not detailed in the provided metadata, the table's structure is designed to support the storage of answer values and their relationships within the rule hierarchy.
Common Use Cases and Queries
This table is primarily accessed during the configuration and execution of business rules. A common use case is the setup of decision criteria for lease qualification or pricing models, where an answer like "Customer is a Public Entity" or "Asset is New" would be stored here. For reporting and troubleshooting, typical queries involve joining to related rule and answer set tables. For example, to list all answers for a specific rule set, a query might pattern: SELECT a.* FROM OKL. OKL_ANSWERS a, OKL. OKL_ANSWER_SETS_B s WHERE a.ant_id = s.id AND s.name = '&ANSWER_SET_NAME';. Developers may also query this table to understand the valid inputs for a rule-driven process or to audit the relationships between answers and the criteria values stored in the child table OKL_ANSR_CRTRN_VALS.
Related Objects
The OKL_ANSWERS table is centrally connected to several key objects via documented foreign key relationships:
- OKL_ANSWER_SETS_B: The parent table grouping answers. Joined via OKL_ANSWERS.ANT_ID.
- OKC_RULES_B: The core rules table. Joined via OKL_ANSWERS.RUL_ID.
- OKL_ANSR_CRTRN_VALS: A child table that stores specific criterion values linked to an answer. Joined via OKL_ANSR_CRTRN_VALS.AWR_ID referencing OKL_ANSWERS.ID.
These relationships position OKL_ANSWERS as a critical junction between rule definitions (OKC_RULES_B), their possible outcomes (answers), and the specific data conditions (criteria values) that trigger them.
-
Table: OKL_ANSWERS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSWERS, object_name:OKL_ANSWERS, status:VALID, product: OKL - Lease and Finance Management , description: State, circumstance, situation, possibility or case , implementation_dba_data: OKL.OKL_ANSWERS ,
-
Table: OKL_ANSWERS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSWERS, object_name:OKL_ANSWERS, status:VALID, product: OKL - Leasing and Finance Management , description: State, circumstance, situation, possibility or case , implementation_dba_data: OKL.OKL_ANSWERS ,
-
APPS.OKL_ACV_PVT dependencies on OKL_ANSWERS
12.1.1
-
APPS.OKL_ACV_PVT dependencies on OKL_ANSWERS
12.2.2
-
APPS.OKL_AWR_PVT dependencies on OKL_ANSWERS
12.2.2
-
APPS.OKL_AWR_PVT dependencies on OKL_ANSWERS
12.2.2
-
APPS.OKL_AWR_PVT dependencies on OKL_ANSWERS
12.1.1
-
APPS.OKL_AWR_PVT dependencies on OKL_ANSWERS
12.1.1
-
SYNONYM: APPS.OKL_ANSWERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_ANSWERS, status:VALID,
-
VIEW: OKL.OKL_ANSWERS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_ANSWERS#, status:VALID,
-
SYNONYM: APPS.OKL_ANSWERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_ANSWERS, status:VALID,
-
VIEW: OKL.OKL_ANSWERS#
12.2.2
-
VIEW: APPS.OKL_ANSWERS_V
12.2.2
-
VIEW: APPS.OKL_ANSWERS_V
12.1.1
-
APPS.OKL_AWR_PVT SQL Statements
12.1.1
-
APPS.OKL_AWR_PVT SQL Statements
12.2.2
-
Table: OKL_ANSWER_SETS_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSWER_SETS_B, object_name:OKL_ANSWER_SETS_B, status:VALID, product: OKL - Leasing and Finance Management , description: Set of possible states, circumstances, situations, possibilities or cases , implementation_dba_data: OKL.OKL_ANSWER_SETS_B ,
-
Table: OKL_ANSWER_SETS_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSWER_SETS_B, object_name:OKL_ANSWER_SETS_B, status:VALID, product: OKL - Lease and Finance Management , description: Set of possible states, circumstances, situations, possibilities or cases , implementation_dba_data: OKL.OKL_ANSWER_SETS_B ,
-
PACKAGE: APPS.OKL_AWR_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_AWR_PVT, status:VALID,
-
Table: OKC_RULES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_RULES_B, object_name:OKC_RULES_B, status:VALID, product: OKC - Contracts Core , description: Structured data representation of free format text contained in an ARTICLE. , implementation_dba_data: OKC.OKC_RULES_B ,
-
PACKAGE: APPS.OKL_AWR_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_AWR_PVT, status:VALID,
-
Table: OKL_ANSR_CRTRN_VALS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_CRTRN_VALS, object_name:OKL_ANSR_CRTRN_VALS, status:VALID, product: OKL - Leasing and Finance Management , description: Associating a CASE with a particular combination of allowed values of allowed CRITERION , implementation_dba_data: OKL.OKL_ANSR_CRTRN_VALS ,
-
Table: OKL_ANSR_CRTRN_VALS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_CRTRN_VALS, object_name:OKL_ANSR_CRTRN_VALS, status:VALID, product: OKL - Lease and Finance Management , description: Associating a CASE with a particular combination of allowed values of allowed CRITERION , implementation_dba_data: OKL.OKL_ANSR_CRTRN_VALS ,
-
PACKAGE BODY: APPS.OKL_ACV_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ACV_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_AWR_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AWR_PVT, status:VALID,
-
Table: OKC_RULES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_RULES_B, object_name:OKC_RULES_B, status:VALID, product: OKC - Contracts Core , description: Structured data representation of free format text contained in an ARTICLE. , implementation_dba_data: OKC.OKC_RULES_B ,
-
PACKAGE BODY: APPS.OKL_ACV_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ACV_PVT, status:VALID,
-
TABLE: OKL.OKL_ANSWERS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSWERS, object_name:OKL_ANSWERS, status:VALID,
-
TABLE: OKL.OKL_ANSWERS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSWERS, object_name:OKL_ANSWERS, status:VALID,
-
PACKAGE BODY: APPS.OKL_AWR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AWR_PVT, status:VALID,
-
View: OKL_ANSWERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSWERS_V, object_name:OKL_ANSWERS_V, status:VALID, product: OKL - Leasing and Finance Management , description: State, circumstance, situation, possibility or case , implementation_dba_data: APPS.OKL_ANSWERS_V ,
-
View: OKL_ANSWERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSWERS_V, object_name:OKL_ANSWERS_V, status:VALID, product: OKL - Lease and Finance Management , description: State, circumstance, situation, possibility or case , implementation_dba_data: APPS.OKL_ANSWERS_V ,
-
VIEW: APPS.OKL_ANSWERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSWERS_V, object_name:OKL_ANSWERS_V, status:VALID,
-
VIEW: APPS.OKL_ANSWERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSWERS_V, object_name:OKL_ANSWERS_V, status:VALID,
-
TABLE: OKL.OKL_ANSR_CRTRN_VALS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_CRTRN_VALS, object_name:OKL_ANSR_CRTRN_VALS, status:VALID,
-
VIEW: APPS.OKL_ANSR_CRTRN_VALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSR_CRTRN_VALS_V, object_name:OKL_ANSR_CRTRN_VALS_V, status:VALID,
-
VIEW: APPS.OKL_ANSR_CRTRN_VALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSR_CRTRN_VALS_V, object_name:OKL_ANSR_CRTRN_VALS_V, status:VALID,
-
TABLE: OKL.OKL_ANSR_CRTRN_VALS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_CRTRN_VALS, object_name:OKL_ANSR_CRTRN_VALS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKL_AWR_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_AWR_PVT
12.1.1