Search Results igw_questions_tl
Overview
The IGW_QUESTIONS_TL table is a translation table within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). Its primary role is to provide multiple language support for the textual data associated with proposal questions. It stores translated versions of question prompts, help text, or other descriptive content that originates from its parent table, IGW_QUESTIONS. This design is a standard Oracle application architecture pattern, where a base table (suffix '_B') holds language-independent data and a corresponding translation table (suffix '_TL') holds the language-specific textual attributes. It is critical to note that the provided ETRM metadata explicitly states this module is marked as "Obsolete" and that the table is "Not implemented in this database," indicating it may not be present or actively used in standard deployments of EBS 12.1.1 or 12.2.2.
Key Information Stored
The table's structure is designed to associate a base record with its language-specific translations. The most critical columns, as indicated by the primary key definition, are QUESTION_NUMBER and LANGUAGE. The QUESTION_NUMBER column is the foreign key linking each translation row back to a specific record in the IGW_QUESTIONS base table. The LANGUAGE column identifies the language code (e.g., 'US' for American English, 'F' for French) for the translated text. While the specific content columns are not detailed in the provided metadata, typical translation tables in EBS include columns such as QUESTION_TEXT, DESCRIPTION, HELP_TEXT, or SOURCE_LANG. These would hold the actual translated strings and potentially track the source language of the original data.
Common Use Cases and Queries
In a functional environment, this table would be accessed to render proposal question interfaces in a user's preferred language. All queries would join to the IGW_QUESTIONS base table. A standard pattern for retrieving a question and its translation for a specific language would be:
- SELECT q.question_number, tl.question_text, tl.language FROM igw_questions q, igw_questions_tl tl WHERE q.question_number = tl.question_number AND tl.language = USERENV('LANG');
Reporting use cases would involve aggregating or auditing translated content across different languages. However, given the object's obsolete status and non-implementation note, direct operational or reporting use against this specific table in a live EBS instance is highly unlikely.
Related Objects
The table has a documented, singular foreign key relationship, making it a child of the IGW_QUESTIONS base table. The relationship is defined as follows:
- Foreign Key to IGW_QUESTIONS: The IGW_QUESTIONS_TL.QUESTION_NUMBER column references the primary key of the IGW_QUESTIONS table. This enforces that every translation record must correspond to a valid, existing question. There is no indication of other tables having foreign keys pointing to IGW_QUESTIONS_TL. As a translation table, it is intrinsically dependent on its parent table for all non-textual attributes and the core record definition.
-
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 ,
-
APPS.IGW_QUESTIONS_PKG dependencies on IGW_QUESTIONS_TL
12.1.1
-
APPS.IGW_QUESTIONS_PKG dependencies on IGW_QUESTIONS
12.1.1
-
APPS.IGW_QUESTIONS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_QUESTIONS_PKG
12.1.1
-
APPS.IGW_QUESTIONS_PKG dependencies on FND_LANGUAGES
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PRPSL_ORG_CERT_ANSW
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PERS_CERT_ANSWER
12.1.1
-
SYNONYM: APPS.IGW_QUESTIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_QUESTIONS_TL, status:VALID,
-
VIEW: APPS.IGWFV_GRNT_PRPSL_CERT_ANSWER
12.1.1
-
TABLE: IGW.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,
-
VIEW: APPS.IGW_QUESTIONS_VL
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PRPSL_CERT_QUESTION
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PRPSL_CERT_ANSWER
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PRPSL_CERT_QUESTION
12.1.1
-
VIEW: APPS.IGW_ORG_QUESTIONS_V
12.1.1
-
VIEW: APPS.IGW_PROP_QUESTIONS_V
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PRPSL_ORG_CERT_ANSW
12.1.1
-
VIEW: APPS.IGWBV_GRNT_PERS_CERT_ANSWER
12.1.1
-
VIEW: APPS.IGW_PROP_PERSON_QUESTIONS_V
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 ,
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
View: IGWBV_GRNT_PRPSL_ORG_CERT_ANSW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_ORG_CERT_ANSW, object_name:IGWBV_GRNT_PRPSL_ORG_CERT_ANSW, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PRPSL_ORG_CERT_ANSW ,
-
View: IGWBV_GRNT_PERS_CERT_ANSWER
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWFV_GRNT_PRPSL_ORG_CERT_ANSW
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_PRPSL_ORG_CERT_ANSW
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_ANSWER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_CERT_ANSWER, object_name:IGWFV_GRNT_PRPSL_CERT_ANSWER, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRNT_PRPSL_CERT_ANSWER ,
-
PACKAGE BODY: APPS.IGW_QUESTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_QUESTIONS_PKG, status:VALID,
-
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 ,
-
View: IGWFV_GRNT_PRPSL_CERT_ANSWER
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWBV_GRNT_PRPSL_CERT_ANSWER
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.IGWBV_GRNT_PRPSL_ORG_CERT_ANSW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_ORG_CERT_ANSW, object_name:IGWBV_GRNT_PRPSL_ORG_CERT_ANSW, status:VALID,
-
View: IGWFV_GRNT_PRPSL_ORG_CERT_ANSW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_ORG_CERT_ANSW, object_name:IGWFV_GRNT_PRPSL_ORG_CERT_ANSW, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRNT_PRPSL_ORG_CERT_ANSW ,
-
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_PRPSL_CERT_ANSWER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRNT_PRPSL_CERT_ANSWER, object_name:IGWBV_GRNT_PRPSL_CERT_ANSWER, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRNT_PRPSL_CERT_ANSWER ,
-
12.1.1 FND Design Data
12.1.1
-
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 ,