Search Results okl_ansr_set_crtria_b
Overview
The OKL_ANSR_SET_CRTRIA_B table is a core data entity within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the OKL (Leasing and Finance Management) product family. As documented in the ETRM, its primary function is to serve as the "Link between Questions and Answer Sets." This table acts as a junction or intersection table within the application's data model, establishing and managing the relationships between defined questions and the sets of possible answers (criteria) that can be provided. Its role is critical for configuring and processing business rules, validations, and decision logic that depend on user or system-provided answers within the leasing and finance workflows.
Key Information Stored
While the provided metadata does not list individual columns, the documented primary and foreign key relationships reveal the essential data points stored. The table's primary key is the ID column, which uniquely identifies each link record. A crucial foreign key is the ANT_ID column, which references the OKL_ANSWER_SETS_B table, thereby identifying the specific answer set involved in the relationship. The table's purpose as a link suggests it also contains a foreign key to a questions table (not explicitly listed in the provided snippet but logically required, such as OKL_QUESTION_TEMPLATES_B). This structure allows the system to associate a single question with multiple answer criteria sets or vice versa, enabling complex, configurable business logic.
Common Use Cases and Queries
This table is central to scenarios where business processes are driven by questionnaire-style inputs. Common use cases include credit assessment setups, lease qualification checklists, and asset evaluation criteria where responses must be validated against predefined acceptable values. For reporting and troubleshooting, typical queries involve joining this table to related entities to analyze configured rules. A fundamental SQL pattern retrieves all answer sets linked to a specific question template:
- SELECT ast.* FROM OKL_ANSWER_SETS_B ast, OKL_ANSR_SET_CRTRIA_B lnk WHERE lnk.ANT_ID = ast.ID AND lnk.QUESTION_ID = :p_question_id;
Conversely, queries often identify all questions governed by a particular answer set for impact analysis during configuration changes.
Related Objects
The OKL_ANSR_SET_CRTRIA_B table is integral to a network of related objects, as confirmed by the provided foreign key metadata.
- Referenced Table (Parent): The table holds a foreign key to OKL_ANSWER_SETS_B (ANT_ID), making it a child record of a defined answer set.
- Referencing Tables (Children): Two key tables have foreign keys pointing back to the ID column of OKL_ANSR_SET_CRTRIA_B, establishing it as a parent:
- OKL_ANSR_CRTRN_VALS (ASR_ID): This table likely stores the individual permissible answer values or criteria for the linked set.
- OKL_ANSR_SET_CN_VLS (ASR_ID): This table potentially stores conditional values or additional attributes dependent on the specific question-answer set link.
This relationship structure positions OKL_ANSR_SET_CRTRIA_B as a critical hub, connecting the definition of an answer set (OKL_ANSWER_SETS_B) to its detailed criteria values and to the specific questions it evaluates.
-
Table: OKL_ANSR_SET_CRTRIA_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_B, object_name:OKL_ANSR_SET_CRTRIA_B, status:VALID, product: OKL - Leasing and Finance Management , description: Link between Questions and Answer Sets , implementation_dba_data: OKL.OKL_ANSR_SET_CRTRIA_B ,
-
Table: OKL_ANSR_SET_CRTRIA_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_B, object_name:OKL_ANSR_SET_CRTRIA_B, status:VALID, product: OKL - Lease and Finance Management , description: Link between Questions and Answer Sets , implementation_dba_data: OKL.OKL_ANSR_SET_CRTRIA_B ,
-
APPS.OKL_ASV_PVT dependencies on OKL_ANSR_SET_CRTRIA_B
12.2.2
-
APPS.OKL_ASR_PVT dependencies on OKL_ANSR_SET_CRTRIA_B
12.1.1
-
APPS.OKL_ASR_PVT dependencies on OKL_ANSR_SET_CRTRIA_B
12.1.1
-
APPS.OKL_ASV_PVT dependencies on OKL_ANSR_SET_CRTRIA_B
12.1.1
-
APPS.OKL_ASR_PVT dependencies on OKL_ANSR_SET_CRTRIA_B
12.2.2
-
APPS.OKL_ASR_PVT dependencies on OKL_ANSR_SET_CRTRIA_B
12.2.2
-
SYNONYM: APPS.OKL_ANSR_SET_CRTRIA_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_ANSR_SET_CRTRIA_B, status:VALID,
-
SYNONYM: APPS.OKL_ANSR_SET_CRTRIA_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_ANSR_SET_CRTRIA_B, status:VALID,
-
VIEW: OKL.OKL_ANSR_SET_CRTRIA_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_ANSR_SET_CRTRIA_B#, status:VALID,
-
VIEW: APPS.OKL_ANSR_SET_CRTRIA_V
12.1.1
-
TABLE: OKL.OKL_ANSR_SET_CRTRIA_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_TL, object_name:OKL_ANSR_SET_CRTRIA_TL, status:VALID,
-
VIEW: OKL.OKL_ANSR_SET_CRTRIA_B#
12.2.2
-
VIEW: APPS.OKL_ANSR_SET_CRTRIA_V
12.2.2
-
Table: OKL_ANSR_SET_CRTRIA_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_TL, object_name:OKL_ANSR_SET_CRTRIA_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_ANSR_SET_CRTRIA_B, per MLS standards , implementation_dba_data: OKL.OKL_ANSR_SET_CRTRIA_TL ,
-
TABLE: OKL.OKL_ANSR_SET_CRTRIA_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_TL, object_name:OKL_ANSR_SET_CRTRIA_TL, status:VALID,
-
APPS.OKL_ASR_PVT SQL Statements
12.1.1
-
Table: OKL_ANSR_SET_CRTRIA_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_TL, object_name:OKL_ANSR_SET_CRTRIA_TL, status:VALID, product: OKL - Leasing and Finance Management , description: Translatable columns from OKL_ANSR_SET_CRTRIA_B, per MLS standards , implementation_dba_data: OKL.OKL_ANSR_SET_CRTRIA_TL ,
-
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_ANSR_SET_CN_VLS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CN_VLS, object_name:OKL_ANSR_SET_CN_VLS, status:VALID, product: OKL - Lease and Finance Management , description: Allowed values or "arguments" CRITERION may take on , implementation_dba_data: OKL.OKL_ANSR_SET_CN_VLS ,
-
APPS.OKL_ASR_PVT SQL Statements
12.2.2
-
Table: OKL_ANSR_SET_CN_VLS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CN_VLS, object_name:OKL_ANSR_SET_CN_VLS, status:VALID, product: OKL - Leasing and Finance Management , description: Allowed values or "arguments" CRITERION may take on , implementation_dba_data: OKL.OKL_ANSR_SET_CN_VLS ,
-
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 ,
-
TABLE: OKL.OKL_ANSR_SET_CRTRIA_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_B, object_name:OKL_ANSR_SET_CRTRIA_B, status:VALID,
-
TABLE: OKL.OKL_ANSR_SET_CRTRIA_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_B, object_name:OKL_ANSR_SET_CRTRIA_B, 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: APPS.OKL_ASR_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_ASR_PVT, status:VALID,
-
PACKAGE: APPS.OKL_ASR_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_ASR_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ASV_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ASV_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ASV_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ASV_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ASR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ASR_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ASR_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ASR_PVT, status:VALID,
-
View: OKL_ANSR_SET_CRTRIA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_V, object_name:OKL_ANSR_SET_CRTRIA_V, status:VALID, product: OKL - Leasing and Finance Management , description: Link between Questions and Answer Sets , implementation_dba_data: APPS.OKL_ANSR_SET_CRTRIA_V ,
-
View: OKL_ANSR_SET_CRTRIA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_V, object_name:OKL_ANSR_SET_CRTRIA_V, status:VALID, product: OKL - Lease and Finance Management , description: Link between Questions and Answer Sets , implementation_dba_data: APPS.OKL_ANSR_SET_CRTRIA_V ,
-
VIEW: APPS.OKL_ANSR_SET_CRTRIA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_V, object_name:OKL_ANSR_SET_CRTRIA_V, status:VALID,
-
VIEW: APPS.OKL_ANSR_SET_CRTRIA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSR_SET_CRTRIA_V, object_name:OKL_ANSR_SET_CRTRIA_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_SET_CN_VLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSR_SET_CN_VLS_V, object_name:OKL_ANSR_SET_CN_VLS_V, status:VALID,
-
TABLE: OKL.OKL_ANSR_SET_CN_VLS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CN_VLS, object_name:OKL_ANSR_SET_CN_VLS, status:VALID,
-
TABLE: OKL.OKL_ANSR_SET_CN_VLS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_ANSR_SET_CN_VLS, object_name:OKL_ANSR_SET_CN_VLS, status:VALID,
-
VIEW: APPS.OKL_ANSR_SET_CN_VLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSR_SET_CN_VLS_V, object_name:OKL_ANSR_SET_CN_VLS_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,
-
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,
-
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.2.2 DBA Data
12.2.2