Search Results igw_questions
Overview
The IGW_QUESTIONS table is a core data object within the Oracle E-Business Suite Grants Proposal module (IGW). It serves as the master repository for defining questions that can be associated with various entities in the grants management lifecycle. Its primary role is to standardize and centralize the definition of inquiries pertaining to individuals (e.g., key personnel), proposals, and organizations. This table enables the configuration of compliance and eligibility questionnaires, ensuring consistent data collection across all grant proposals. The table's integrity is enforced by the primary key IGW_QUESTIONS_PK on the QUESTION_NUMBER column, making it the authoritative source for question definitions.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary key, the table's description and relational context indicate it stores the fundamental attributes of a question. The central column is QUESTION_NUMBER, a unique identifier for each question record. Based on standard practice for master data tables in Oracle EBS, other likely columns include fields to define the question text (or a pointer to translated text in the related IGW_QUESTIONS_TL table), the data type of the expected answer (e.g., text, number, date), response constraints, display instructions, and active status flags. The table essentially holds the metadata that defines what is being asked, separate from the actual answers provided for specific proposals, persons, or organizations.
Common Use Cases and Queries
This table is primarily accessed for configuration, reporting, and data validation. Administrators may query it to audit the set of active questions or to identify questions used across the system. A common technical use case involves joining this master table with its transactional counterparts to retrieve a complete question-and-answer set for a specific proposal. For example, to list all questions and answers for a particular proposal, a query would join IGW_QUESTIONS to IGW_PROP_QUESTIONS using QUESTION_NUMBER. Sample SQL to find all active questions might resemble: SELECT question_number FROM igw_questions WHERE active_flag = 'Y' ORDER BY question_number;. Reporting on question utilization across different entity types (proposals, persons, organizations) also relies heavily on this table as the central reference point.
Related Objects
The IGW_QUESTIONS table has defined foreign key relationships with several transactional tables, as documented in the metadata. These relationships demonstrate how master questions are applied to specific entities:
- IGW_PROP_QUESTIONS: Links questions to specific proposals. Join Column: IGW_PROP_QUESTIONS.QUESTION_NUMBER
- IGW_PROP_PERSON_QUESTIONS: Links questions to individuals (key personnel) associated with a proposal. Join Column: IGW_PROP_PERSON_QUESTIONS.QUESTION_NUMBER
- IGW_ORG_QUESTIONS: Links questions to organizations involved in proposals. Join Column: IGW_ORG_QUESTIONS.QUESTION_NUMBER
- IGW_QUESTIONS_TL: A Translation table that provides multilingual support for the question text. Join Column: IGW_QUESTIONS_TL.QUESTION_NUMBER
These relationships form the structural basis for the module's questionnaire functionality, ensuring referential integrity between question definitions and their application.
-
Table: IGW_QUESTIONS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_QUESTIONS, object_name:IGW_QUESTIONS, status:VALID, product: IGW - Grants Proposal , description: Questions about individuals, proposals, and organizations , implementation_dba_data: IGW.IGW_QUESTIONS ,
-
Table: IGW_QUESTIONS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Questions about individuals, proposals, and organizations , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_QUESTIONS_PKG dependencies on IGW_QUESTIONS
12.1.1
-
APPS.IGW_PROP_QUESTIONS_PVT dependencies on IGW_QUESTIONS
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PERS_CERT_ANSWER
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PRPSL_CERT_QUESTION
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PRPSL_CERT_QUESTION
12.1.1
-
VIEW: APPS.IGW_PROP_QUESTIONS_V
12.1.1
-
Table: IGW_QUESTIONS_TL
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Multiple language support-related information for the main table IGW_QUESTIONS , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_QUESTIONS_TL
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_QUESTIONS_TL, object_name:IGW_QUESTIONS_TL, status:VALID, product: IGW - Grants Proposal , description: Multiple language support-related information for the main table IGW_QUESTIONS , implementation_dba_data: IGW.IGW_QUESTIONS_TL ,
-
SYNONYM: APPS.IGW_QUESTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_QUESTIONS, status:VALID,
-
VIEW: APPS.IGW_QUESTIONS_VL
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PERS_CERT_ANSWER
12.1.1
-
VIEW: APPS.IGW_PROP_PERSON_QUESTIONS_V
12.1.1
-
VIEW: APPS.IGW_ORG_QUESTIONS_V
12.1.1
-
APPS.IGW_PROP_QUESTIONS_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.IGW_QUESTIONS_PKG SQL Statements
12.1.1
-
Table: IGW_PROP_PERSON_QUESTIONS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_PERSON_QUESTIONS, object_name:IGW_PROP_PERSON_QUESTIONS, status:VALID, product: IGW - Grants Proposal , description: Answers to questions about an individual , implementation_dba_data: IGW.IGW_PROP_PERSON_QUESTIONS ,
-
Table: IGW_PROP_QUESTIONS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROP_QUESTIONS, object_name:IGW_PROP_QUESTIONS, status:VALID, product: IGW - Grants Proposal , description: Answers to questions about a proposal , implementation_dba_data: IGW.IGW_PROP_QUESTIONS ,
-
TABLE: IGW.IGW_QUESTIONS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_QUESTIONS, object_name:IGW_QUESTIONS, status:VALID,
-
APPS.IGW_PROP_QUESTIONS_PVT SQL Statements
12.1.1
-
Table: IGW_ORG_QUESTIONS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Answers to questions pertaining to an organization , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_QUESTIONS_PKG
12.1.1
-
View: IGWFV_GRNT_PERS_CERT_ANSWER
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PROP_PERSON_QUESTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PROP_PERSON_QUESTIONS_V, object_name:IGW_PROP_PERSON_QUESTIONS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_PROP_PERSON_QUESTIONS_V ,
-
View: IGW_QUESTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_QUESTIONS_VL, object_name:IGW_QUESTIONS_VL, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGW_QUESTIONS_VL ,
-
Table: IGW_PROP_PERSON_QUESTIONS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Answers to questions about an individual , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: IGW_ORG_QUESTIONS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_ORG_QUESTIONS, object_name:IGW_ORG_QUESTIONS, status:VALID, product: IGW - Grants Proposal , description: Answers to questions pertaining to an organization , implementation_dba_data: IGW.IGW_ORG_QUESTIONS ,
-
Table: IGW_PROP_QUESTIONS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Answers to questions about a proposal , implementation_dba_data: Not implemented in this database ,
-
View: IGW_ORG_QUESTIONS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PROP_QUESTIONS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: IGWFV_GRNT_PERS_CERT_ANSWER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PERS_CERT_ANSWER, object_name:IGWFV_GRNT_PERS_CERT_ANSWER, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRNT_PERS_CERT_ANSWER ,
-
View: IGWBV_GRNT_PERS_CERT_ANSWER
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWBV_GRNT_PRPSL_CERT_QUESTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_CERT_QUESTION, object_name:IGWBV_GRNT_PRPSL_CERT_QUESTION, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PRPSL_CERT_QUESTION ,
-
View: IGWBV_GRNT_PERS_CERT_ANSWER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PERS_CERT_ANSWER, object_name:IGWBV_GRNT_PERS_CERT_ANSWER, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PERS_CERT_ANSWER ,
-
View: IGWFV_GRNT_PRPSL_CERT_QUESTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_CERT_QUESTION, object_name:IGWFV_GRNT_PRPSL_CERT_QUESTION, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRNT_PRPSL_CERT_QUESTION ,
-
PACKAGE BODY: APPS.IGW_QUESTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_QUESTIONS_PKG, status:VALID,
-
View: IGW_ORG_QUESTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_ORG_QUESTIONS_V, object_name:IGW_ORG_QUESTIONS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_ORG_QUESTIONS_V ,
-
View: IGWBV_GRNT_PRPSL_CERT_QUESTION
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWFV_GRNT_PRPSL_CERT_QUESTION
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGW_QUESTIONS_VL
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_PROP_PERSON_QUESTIONS_PVT dependencies on FND_API
12.1.1
-
View: IGW_PROP_QUESTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PROP_QUESTIONS_V, object_name:IGW_PROP_QUESTIONS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_PROP_QUESTIONS_V ,
-
PACKAGE BODY: APPS.IGW_PROP_QUESTIONS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_PROP_QUESTIONS_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
View: IGW_PROP_PERSON_QUESTIONS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGWBV_GRNT_PRPSL_CERT_QUESTION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_CERT_QUESTION, object_name:IGWBV_GRNT_PRPSL_CERT_QUESTION, status:VALID,