Search Results igf_ap_appl_setup_all
Overview
The table IGF_AP_APPL_SETUP_ALL is a core data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as the master repository for user-defined questions configured for financial aid applications. Its primary role is to define the specific set of questions that an applicant must answer, which are tailored to each academic institution (organization) and its associated calendar instance (term). This table enables the flexible customization of the application process, allowing different questions to be presented based on the organizational and academic context. As a multi-org table, denoted by the "_ALL" suffix, it stores data for multiple operating units, segregating records by the ORG_ID column.
Key Information Stored
The table's structure is designed to uniquely identify and define each application question within a specific context. The primary key column, QUESTION_ID, is a unique identifier for each question record. The table enforces uniqueness through a separate unique key constraint on the combination of CI_CAL_TYPE (Calendar Type), CI_SEQUENCE_NUMBER (Calendar Sequence Number), ORG_ID (Operating Unit Identifier), and QUESTION (the text of the question itself). This ensures that within a given academic calendar and organization, the same question text cannot be duplicated. The QUESTION column stores the actual text of the user-defined question presented to the applicant. The CI_CAL_TYPE and CI_SEQUENCE_NUMBER columns link the question to a specific academic period or term within the IGS_CA_INST_ALL (Calendar Instances) table.
Common Use Cases and Queries
A primary use case is the administration and reporting of the financial aid application questionnaire. System administrators utilize this table to create, modify, or deactivate application questions for specific terms and organizations. Common queries involve retrieving the full set of active questions for a given aid year and operating unit to display on an application form or to audit the application setup. For example, to list all questions for a specific calendar and organization, one might use: SELECT question_id, question FROM igf_ap_appl_setup_all WHERE ci_cal_type = '&CAL_TYPE' AND ci_sequence_number = &SEQ_NUM AND org_id = &ORG_ID ORDER BY question_id;. Another critical use case is data integration, where external systems may query this table to understand the structure of required applicant data before submission.
Related Objects
IGF_AP_APPL_SETUP_ALL has defined relationships with several other key Financial Aid tables, primarily through foreign key constraints. It references the IGS_CA_INST_ALL table on the columns CI_CAL_TYPE and CI_SEQUENCE_NUMBER to validate the academic calendar instance. Most importantly, it is referenced as a parent table by IGF_AP_ST_INST_APPL_ALL. The foreign key from IGF_AP_ST_INST_APPL_ALL.QUESTION_ID to IGF_AP_APPL_SETUP_ALL.QUESTION_ID indicates that the latter stores the master question definitions, while the former (IGF_AP_ST_INST_APPL_ALL) stores the individual applicant's responses to those specific questions. This relationship is fundamental to the application data model, linking question setup to applicant answers.
-
Table: IGF_AP_APPL_SETUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_APPL_SETUP_ALL, object_name:IGF_AP_APPL_SETUP_ALL, status:VALID, product: IGF - Financial Aid , description: Describes the user-defined questions for each organization , implementation_dba_data: IGF.IGF_AP_APPL_SETUP_ALL ,
-
Table: IGF_AP_APPL_SETUP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Describes the user-defined questions for each organization , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_APPL_SETUP_PKG dependencies on IGF_AP_APPL_SETUP_ALL
12.1.1
-
APPS.IGF_AP_TD_ITEM_INST_PKG dependencies on IGF_AP_APPL_SETUP_ALL
12.1.1
-
APPS.IGF_AP_INST_APP dependencies on IGF_AP_APPL_SETUP_ALL
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGF_AP_APPL_SETUP_ALL
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGF_AP_APPL_SETUP_ALL
12.1.1
-
SYNONYM: APPS.IGF_AP_APPL_SETUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_APPL_SETUP_ALL, status:VALID,
-
VIEW: APPS.IGFFV_STU_INST_APPLICATIONS
12.1.1
-
VIEW: APPS.IGF_AP_APPL_SETUPDTL_V
12.1.1
-
APPS.IGF_AP_APPL_SETUP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_AP_APPL_SETUP
12.1.1
-
TABLE: IGF.IGF_AP_APPL_SETUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_APPL_SETUP_ALL, object_name:IGF_AP_APPL_SETUP_ALL, status:VALID,
-
APPS.IGF_AP_APPL_SETUP_PKG dependencies on IGF_AP_APPL_SETUP_PKG
12.1.1
-
Table: IGF_AP_ST_INST_APPL_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the values for all the user-defined questions , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_ST_INST_APPL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_ST_INST_APPL_ALL, object_name:IGF_AP_ST_INST_APPL_ALL, status:VALID, product: IGF - Financial Aid , description: Contains the values for all the user-defined questions , implementation_dba_data: IGF.IGF_AP_ST_INST_APPL_ALL ,
-
APPS.IGF_AP_TD_ITEM_INST_PKG dependencies on IGF_AP_TD_ITEM_MST_ALL
12.1.1
-
PACKAGE: APPS.IGF_AW_ROLLOVER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_ROLLOVER, status:VALID,
-
View: IGFFV_STU_INST_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STU_INST_APPLICATIONS, object_name:IGFFV_STU_INST_APPLICATIONS, status:VALID, product: IGF - Financial Aid , description: Contains the values for all the user-defined questions , implementation_dba_data: APPS.IGFFV_STU_INST_APPLICATIONS ,
-
View: IGFFV_STU_INST_APPLICATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the values for all the user-defined questions , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AP_APPL_SETUP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_APPL_SETUP_PKG, status:VALID,
-
VIEW: APPS.IGF_AP_IA_LOOKUP_V
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_TD_ITEM_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_TD_ITEM_INST_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_INST_APP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_INST_APP, status:VALID,
-
View: IGF_AP_APPL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_APPL_SETUP, object_name:IGF_AP_APPL_SETUP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_APPL_SETUP ,
-
View: IGF_AP_APPL_SETUPDTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_APPL_SETUPDTL_V, object_name:IGF_AP_APPL_SETUPDTL_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_APPL_SETUPDTL_V ,
-
View: IGF_AP_APPL_SETUP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AP_APPL_SETUP_PKG
12.1.1
-
View: IGF_AP_APPL_SETUPDTL_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AP_IA_LOOKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_IA_LOOKUP_V, object_name:IGF_AP_IA_LOOKUP_V, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_ROLLOVER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_ROLLOVER, status:VALID,
-
APPS.IGF_AW_ROLLOVER SQL Statements
12.1.1
-
View: IGF_AP_IA_LOOKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_IA_LOOKUP_V, object_name:IGF_AP_IA_LOOKUP_V, status:VALID, product: IGF - Financial Aid , description: Lookup Types required for Institutional Application LOV items , implementation_dba_data: APPS.IGF_AP_IA_LOOKUP_V ,
-
View: IGF_AP_IA_LOOKUP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Lookup Types required for Institutional Application LOV items , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFFV_STU_INST_APPLICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STU_INST_APPLICATIONS, object_name:IGFFV_STU_INST_APPLICATIONS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IGF_AP_APPL_SETUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_APPL_SETUP, object_name:IGF_AP_APPL_SETUP, status:VALID,
-
APPS.IGF_AP_TD_ITEM_INST_PKG dependencies on IGF_AP_TD_ITEM_INST_ALL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_AP_APPL_SETUPDTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_APPL_SETUPDTL_V, object_name:IGF_AP_APPL_SETUPDTL_V, status:VALID,
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_INST_APP SQL Statements
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGS_CA_INST_ALL
12.1.1
-
APPS.IGF_AP_TD_ITEM_INST_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_INST_APP
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_ROLLOVER
12.1.1