Search Results okl_question_types_b
Overview
The OKL_QUESTION_TYPES_B table is a core master data table within the Oracle E-Business Suite (EBS) Leasing and Finance Management (OKL) module. It serves as the foundational repository for defining different categories or classifications of questions that require action based on specific business situations. In the context of the complex leasing and finance lifecycle, this table enables the structured capture of conditional information, such as credit assessments, asset details, or contractual stipulations. Its role is to provide a standardized taxonomy for questions, ensuring consistency in data collection and processing across various leasing operations and workflows.
Key Information Stored
While the provided metadata does not list specific columns, the documented primary and foreign key relationships reveal its critical structure. The primary identifier is the ID column, which uniquely defines each question type record. Based on standard Oracle EBS design patterns, this table likely contains descriptive columns such as a name, code, and an active indicator (e.g., ENABLED_FLAG). It may also include columns for controlling the question's display logic, validation rules, and sequencing. The core purpose of the stored data is to classify the nature of a "matter or question requiring action," forming a reference point for all associated question and answer data within the system.
Common Use Cases and Queries
This table is central to any functionality involving dynamic questionnaires or conditional data gathering in OKL. Common use cases include configuring credit analysis checklists, defining due diligence criteria for new leases, or setting up compliance questionnaires. A typical reporting query would join this table to transactional data to analyze the frequency or status of specific question types. For instance, to list all active question types, a query might be: SELECT id, name FROM okl_question_types_b WHERE enabled_flag = 'Y' ORDER BY name;. For troubleshooting or data validation, a common pattern is to identify question types that are referenced in answer sets: SELECT DISTINCT qty.id, qty.name FROM okl_question_types_b qty, okl_answer_sets_b ans WHERE qty.id = ans.qty_id;.
Related Objects
The OKL_QUESTION_TYPES_B table is referenced by several other key transactional and setup tables in the OKL schema, as documented by its foreign key relationships. These relationships are fundamental to the data model:
- OKL_ANSWER_SETS_B: This table references OKL_QUESTION_TYPES_B via the QTY_ID column. It links predefined sets of possible answers to a specific question type.
- OKL_QUESTION_CRTRNS: This table references OKL_QUESTION_TYPES_B via the QTY_ID column. This relationship likely governs the creation rules, conditions, or triggers for when a specific type of question is presented in a process.
These relationships establish OKL_QUESTION_TYPES_B as a parent entity, ensuring referential integrity for all downstream question and answer data.
-
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 ,
-
APPS.OKL_ANT_PVT dependencies on OKL_QUESTION_TYPES_B
12.2.2
-
APPS.OKL_QCN_PVT dependencies on OKL_QUESTION_TYPES_B
12.1.1
-
APPS.OKL_QTY_PVT dependencies on OKL_QUESTION_TYPES_B
12.1.1
-
APPS.OKL_QTY_PVT dependencies on OKL_QUESTION_TYPES_B
12.2.2
-
APPS.OKL_QTY_PVT dependencies on OKL_QUESTION_TYPES_B
12.1.1
-
APPS.OKL_ANT_PVT dependencies on OKL_QUESTION_TYPES_B
12.1.1
-
APPS.OKL_QCN_PVT dependencies on OKL_QUESTION_TYPES_B
12.2.2
-
APPS.OKL_QTY_PVT dependencies on OKL_QUESTION_TYPES_B
12.2.2
-
VIEW: OKL.OKL_QUESTION_TYPES_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_QUESTION_TYPES_B#, status:VALID,
-
SYNONYM: APPS.OKL_QUESTION_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_QUESTION_TYPES_B, status:VALID,
-
VIEW: OKL.OKL_QUESTION_TYPES_B#
12.2.2
-
SYNONYM: APPS.OKL_QUESTION_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_QUESTION_TYPES_B, status:VALID,
-
TABLE: OKL.OKL_QUESTION_TYPES_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_TYPES_TL, object_name:OKL_QUESTION_TYPES_TL, status:VALID,
-
Table: OKL_QUESTION_TYPES_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_TYPES_TL, object_name:OKL_QUESTION_TYPES_TL, status:VALID, product: OKL - Leasing and Finance Management , description: Translatable columns from OKL_QUESTION_TYPES_B, per MLS standards , implementation_dba_data: OKL.OKL_QUESTION_TYPES_TL ,
-
VIEW: APPS.OKL_QUESTION_TYPES_V
12.1.1
-
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_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 ,
-
Table: OKL_QUESTION_TYPES_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_TYPES_TL, object_name:OKL_QUESTION_TYPES_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_QUESTION_TYPES_B, per MLS standards , implementation_dba_data: OKL.OKL_QUESTION_TYPES_TL ,
-
TABLE: OKL.OKL_QUESTION_TYPES_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_QUESTION_TYPES_TL, object_name:OKL_QUESTION_TYPES_TL, status:VALID,
-
VIEW: APPS.OKL_QUESTION_TYPES_V
12.2.2
-
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_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,
-
PACKAGE BODY: APPS.OKL_QTY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_QTY_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_ANT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ANT_PVT, status:VALID,
-
PACKAGE: APPS.OKL_QTY_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_QTY_PVT, status:VALID,
-
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_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 ,
-
APPS.OKL_QTY_PVT SQL Statements
12.1.1
-
APPS.OKL_QTY_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKL_QTY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_QTY_PVT, status:VALID,
-
View: OKL_QUESTION_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUESTION_TYPES_V, object_name:OKL_QUESTION_TYPES_V, status:VALID, product: OKL - Lease and Finance Management , description: A matter or question requiring action, depending on the situation , implementation_dba_data: APPS.OKL_QUESTION_TYPES_V ,
-
PACKAGE: APPS.OKL_QTY_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_QTY_PVT, 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_ANT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_ANT_PVT, status:VALID,
-
View: OKL_QUESTION_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUESTION_TYPES_V, object_name:OKL_QUESTION_TYPES_V, status:VALID, product: OKL - Leasing and Finance Management , description: A matter or question requiring action, depending on the situation , implementation_dba_data: APPS.OKL_QUESTION_TYPES_V ,
-
TABLE: OKL.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,
-
TABLE: OKL.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,
-
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,
-
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,
-
TABLE: OKL.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,
-
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,
-
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,
-
VIEW: APPS.OKL_ANSWER_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ANSWER_SETS_V, object_name:OKL_ANSWER_SETS_V, status:VALID,
-
VIEW: APPS.OKL_QUESTION_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUESTION_TYPES_V, object_name:OKL_QUESTION_TYPES_V, status:VALID,
-
VIEW: APPS.OKL_QUESTION_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_QUESTION_TYPES_V, object_name:OKL_QUESTION_TYPES_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