Search Results okl_question_crtrns
Overview
The table OKL_QUESTION_CRTRNS is a core associative entity within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Leasing and Finance Management (OKL) module. It functions as a relationship table that formally defines the permissible set of criteria or parameters that can be associated with specific question types. This table is fundamental to the configuration and execution of the module's business rules engine, enabling the dynamic linking of evaluative criteria to different types of questions used throughout the leasing lifecycle. Its role is to maintain the integrity of these relationships, ensuring that only valid, pre-defined criterion can be applied to a given question type during processes such as credit assessment, asset evaluation, or contract qualification.
Key Information Stored
The table's primary purpose is to store relationship keys. The most critical columns are the foreign key identifiers that link the two associated entities. The ID column serves as the unique primary key for each relationship record. The QTY_ID column holds the foreign key reference to a specific question type defined in the OKL_QUESTION_TYPES_B table. The CRN_ID column holds the foreign key reference to a specific criterion or parameter defined in the OKL_CRITERIA_B table. Together, a unique combination of QTY_ID and CRN_ID defines which criterion is allowed for a particular question type, forming the basis of the module's configurable business logic.
Common Use Cases and Queries
This table is primarily accessed for configuration validation and runtime rule resolution. A common administrative use case is querying all allowable criteria for a specific question type to set up or audit the rules engine. For example, a developer might use a query to join OKL_QUESTION_CRTRNS to OKL_QUESTION_TYPES_B and OKL_CRITERIA_B to generate a report of all configured relationships. At runtime, application logic will query this table to determine the valid set of parameters that can be presented or evaluated for a given question. A typical SQL pattern involves filtering on the QTY_ID to retrieve associated CRN_ID values.
SELECT crn_id FROM okl_question_crtrns WHERE qty_id = <question_type_id>;
Related Objects
OKL_QUESTION_CRTRNS is centrally linked to two key base tables via foreign key constraints, as documented in the ETRM metadata:
- OKL_CRITERIA_B: The foreign key from column OKL_QUESTION_CRTRNS.CRN_ID references this table. It defines the master list of criteria or parameters available for association.
- OKL_QUESTION_TYPES_B: The foreign key from column OKL_QUESTION_CRTRNS.QTY_ID references this table. It defines the master list of question types used in the system.
The table's primary key constraint, OKL_QUESTION_CRTRNS_PK on the ID column, ensures each relationship record is unique. This table is likely referenced by various application programming interfaces (APIs) and user interfaces within the OKL module that manage question and criterion setup.
-
Table: OKL_QUESTION_CRTRNS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_CRTRNS, object_name:OKL_QUESTION_CRTRNS, status:VALID, product: OKL - Leasing and Finance Management , description: A relationship or associative entity defining the allowed set of CRITERION or "parameters" , implementation_dba_data: OKL.OKL_QUESTION_CRTRNS ,
-
Table: OKL_QUESTION_CRTRNS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_CRTRNS, object_name:OKL_QUESTION_CRTRNS, status:VALID, product: OKL - Lease and Finance Management , description: A relationship or associative entity defining the allowed set of CRITERION or "parameters" , implementation_dba_data: OKL.OKL_QUESTION_CRTRNS ,
-
APPS.OKL_ASR_PVT dependencies on OKL_QUESTION_CRTRNS
12.2.2
-
APPS.OKL_QCN_PVT dependencies on OKL_QUESTION_CRTRNS
12.1.1
-
APPS.OKL_QCN_PVT dependencies on OKL_QUESTION_CRTRNS
12.1.1
-
APPS.OKL_ASR_PVT dependencies on OKL_QUESTION_CRTRNS
12.1.1
-
APPS.OKL_QCN_PVT dependencies on OKL_QUESTION_CRTRNS
12.2.2
-
APPS.OKL_QCN_PVT dependencies on OKL_QUESTION_CRTRNS
12.2.2
-
VIEW: APPS.OKL_QUESTION_CRTRNS_V
12.2.2
-
SYNONYM: APPS.OKL_QUESTION_CRTRNS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_QUESTION_CRTRNS, status:VALID,
-
VIEW: OKL.OKL_QUESTION_CRTRNS#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_QUESTION_CRTRNS#, status:VALID,
-
APPS.OKL_QCN_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.OKL_QUESTION_CRTRNS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_QUESTION_CRTRNS, status:VALID,
-
VIEW: OKL.OKL_QUESTION_CRTRNS#
12.2.2
-
VIEW: APPS.OKL_QUESTION_CRTRNS_V
12.1.1
-
Table: OKL_CRITERIA_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CRITERIA_B, object_name:OKL_CRITERIA_B, status:VALID, product: OKL - Lease and Finance Management , description: Parameters, the values of which, define the possible CASE in a CASE SET , implementation_dba_data: OKL.OKL_CRITERIA_B ,
-
PACKAGE: APPS.OKL_QCN_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_QCN_PVT, status:VALID,
-
APPS.OKL_QCN_PVT SQL Statements
12.2.2
-
Table: OKL_CRITERIA_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_CRITERIA_B, object_name:OKL_CRITERIA_B, status:VALID, product: OKL - Leasing and Finance Management , description: Parameters, the values of which, define the possible CASE in a CASE SET , implementation_dba_data: OKL.OKL_CRITERIA_B ,
-
PACKAGE: APPS.OKL_QCN_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_QCN_PVT, status:VALID,
-
Table: OKL_QUESTION_TYPES_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_TYPES_B, object_name:OKL_QUESTION_TYPES_B, status:VALID, product: OKL - Leasing and Finance Management , description: A matter or question requiring action, depending on the situation , implementation_dba_data: OKL.OKL_QUESTION_TYPES_B ,
-
Table: OKL_QUESTION_TYPES_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_TYPES_B, object_name:OKL_QUESTION_TYPES_B, status:VALID, product: OKL - Lease and Finance Management , description: A matter or question requiring action, depending on the situation , implementation_dba_data: OKL.OKL_QUESTION_TYPES_B ,
-
PACKAGE BODY: APPS.OKL_QCN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_QCN_PVT, status:VALID,
-
TABLE: OKL.OKL_QUESTION_CRTRNS
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_CRTRNS, object_name:OKL_QUESTION_CRTRNS, status:VALID,
-
TABLE: OKL.OKL_QUESTION_CRTRNS
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_CRTRNS, object_name:OKL_QUESTION_CRTRNS, status:VALID,
-
PACKAGE BODY: APPS.OKL_QCN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_QCN_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_QUESTION_CRTRNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUESTION_CRTRNS_V, object_name:OKL_QUESTION_CRTRNS_V, status:VALID, product: OKL - Lease and Finance Management , description: A relationship or associative entity defining the allowed set of CRITERION or "parameters" , implementation_dba_data: APPS.OKL_QUESTION_CRTRNS_V ,
-
PACKAGE BODY: APPS.OKL_ASR_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ASR_PVT, status:VALID,
-
View: OKL_QUESTION_CRTRNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUESTION_CRTRNS_V, object_name:OKL_QUESTION_CRTRNS_V, status:VALID, product: OKL - Leasing and Finance Management , description: A relationship or associative entity defining the allowed set of CRITERION or "parameters" , implementation_dba_data: APPS.OKL_QUESTION_CRTRNS_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,
-
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,
-
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,
-
VIEW: APPS.OKL_QUESTION_CRTRNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUESTION_CRTRNS_V, object_name:OKL_QUESTION_CRTRNS_V, status:VALID,
-
VIEW: APPS.OKL_QUESTION_CRTRNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUESTION_CRTRNS_V, object_name:OKL_QUESTION_CRTRNS_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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.OKL_QCN_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_QCN_PVT
12.2.2
-
APPS.OKL_QCN_PVT dependencies on OKL_API
12.1.1
-
APPS.OKL_QCN_PVT dependencies on OKL_API
12.2.2