Search Results award_year_description
Overview
IGFFV_STU_INST_APPLICATIONS is an Oracle E-Business Suite (EBS) Business Intelligence System (BIS) view owned by the APPS schema and registered under FND Design Data IGF.IGFFV_STU_INST_APPLICATIONS. Its status is VALID in both EBS 12.1.1 and 12.2.2. The view belongs to the Oracle Financial Aid / Student Information functional area and exposes the student-entered responses to institution-defined questions captured during an institutional application process.
Functionally, the view presents the values for all user-defined questions configured by an institution, joined to student identity and application context data. Each row represents a single question-and-answer pair for a given person, award year, and institutional application. The view is intended for reporting, BI Publisher extracts, and downstream integration where institutions need to inspect or transmit applicant questionnaire responses without navigating the underlying normalized financial aid tables. Because it is a view rather than a table, it carries no storage of its own and inherits the security profile of the APPS schema.
Underlying Base Objects
According to the documented dependency information, IGFFV_STU_INST_APPLICATIONS references the following objects in the APPS schema:
- HZ_PARTIES — the Trading Community Architecture (TCA) party registry, supplying person-level identity attributes.
- IGF_AP_APPL_SETUP_ALL — institution application setup, defining the application configuration per award year.
- IGF_AP_FA_BASE_REC_ALL — the financial aid base record (ISIR student record) that anchors the applicant.
- IGF_AP_ST_INST_APPL_ALL — the student institutional application header, providing the institutional application identifier.
- IGS_CA_INST_ALL — the institution/calendar instance, providing award year and institutional context.
The view is not referenced by any other database object, so it functions as a terminal reporting layer. Documented referenced base objects for the 12.2.2 metadata record are listed as none, indicating that dependency mapping is maintained through the view source rather than a separate repository entry.
Key Columns
- PERSON_NAME (VARCHAR2 360) — the applicant's full name.
- PERSON_NUMBER (VARCHAR2 30) — the person's unique identifier in the TCA model.
- PERSON_ID (NUMBER 15) — the surrogate key linking to HZ_PARTIES.
- QUESTION (VARCHAR2 200) — the text of the question set by the institution.
- QUESTION_VALUE (VARCHAR2 200) — the student's answer to that question.
- QUESTION_ID (NUMBER 15) — the identifier of the user-defined question.
- AWARD_YEAR (VARCHAR2 10) — the award year alternate code.
- AWARD_YEAR_DESCRIPTION (VARCHAR2 30) — the descriptive name of the award year. This is the column users search for when reporting by award year label rather than code.
- INST_APP_ID (NUMBER 15) — identifier for the institutional application.
- BASE_ID (NUMBER 10) — identifier for the ISIR student record.
- APPLICATION_CODE (VARCHAR2 30) — code identifying the application.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard Who columns for audit traceability.
Common Use Cases and Queries
Typical uses include applicant question-response extracts, award-year reporting, and audit of institutional questionnaire data. Because AWARD_YEAR_DESCRIPTION is frequently the reported attribute, users typically filter or group on it rather than the code.
Example query retrieving applicant responses by award year:
SELECT PERSON_NAME, PERSON_NUMBER, AWARD_YEAR, AWARD_YEAR_DESCRIPTION, QUESTION, QUESTION_VALUE FROM APPS.IGFFV_STU_INST_APPLICATIONS WHERE AWARD_YEAR_DESCRIPTION = :p_award_year ORDER BY PERSON_NAME, QUESTION;
Example aggregation of responses per award year:
SELECT AWARD_YEAR_DESCRIPTION, COUNT(DISTINCT PERSON_ID) applicants, COUNT(*) responses FROM APPS.IGFFV_STU_INST_APPLICATIONS GROUP BY AWARD_YEAR_DESCRIPTION;
Joining to application context:
SELECT a.PERSON_NUMBER, a.PERSON_NAME, a.AWARD_YEAR_DESCRIPTION, a.QUESTION, a.QUESTION_VALUE, a.APPLICATION_CODE FROM APPS.IGFFV_STU_INST_APPLICATIONS a WHERE a.INST_APP_ID = :p_inst_app_id;
All queries should honor the standard APPS security model when exposed to end users, and results should be validated against award-year setup before distribution.
-
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,
-
VIEW: APPS.IGFFV_FEDERAL_NEED_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FEDERAL_NEED_DETAILS, object_name:IGFFV_FEDERAL_NEED_DETAILS, status:VALID,
-
VIEW: APPS.IGFFV_STUDENT_COA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_COA, object_name:IGFFV_STUDENT_COA, status:VALID,
-
VIEW: APPS.IGFBV_FEDERAL_NEED_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FEDERAL_NEED_DETAILS, object_name:IGFBV_FEDERAL_NEED_DETAILS, status:VALID,
-
VIEW: APPS.IGFFV_STUDENT_COA_TERM_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_COA_TERM_DETAILS, object_name:IGFFV_STUDENT_COA_TERM_DETAILS, status:VALID,
-
VIEW: APPS.IGFFV_BATCH_YEAR_SETUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_BATCH_YEAR_SETUPS, object_name:IGFFV_BATCH_YEAR_SETUPS, status:VALID,
-
VIEW: APPS.IGFFV_VERIFICATION_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_VERIFICATION_WORKSHEETS, object_name:IGFFV_VERIFICATION_WORKSHEETS, status:VALID,
-
View: IGFFV_BATCH_YEAR_SETUPS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the System Award Year Mapping details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFBV_STUDENT_COA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_COA, object_name:IGFBV_STUDENT_COA, status:VALID,
-
View: IGFFV_ISIR_CORRECTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_ISIR_CORRECTIONS, object_name:IGFFV_ISIR_CORRECTIONS, status:VALID, product: IGF - Financial Aid , description: Maintains ISIR correction records , implementation_dba_data: APPS.IGFFV_ISIR_CORRECTIONS ,
-
VIEW: APPS.IGFFV_ISIR_CORRECTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_ISIR_CORRECTIONS, object_name:IGFFV_ISIR_CORRECTIONS, status:VALID,
-
VIEW: APPS.IGFBV_TRACK_STUDENT_TODO_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_TRACK_STUDENT_TODO_ITEMS, object_name:IGFBV_TRACK_STUDENT_TODO_ITEMS, status:VALID,
-
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 ,
-
View: IGFFV_BATCH_YEAR_SETUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_BATCH_YEAR_SETUPS, object_name:IGFFV_BATCH_YEAR_SETUPS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the System Award Year Mapping details , implementation_dba_data: APPS.IGFFV_BATCH_YEAR_SETUPS ,
-
VIEW: APPS.IGFBV_VERIFICATION_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_VERIFICATION_WORKSHEETS, object_name:IGFBV_VERIFICATION_WORKSHEETS, status:VALID,
-
VIEW: APPS.IGFBV_STUDENT_COA_TERM_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_COA_TERM_DETAILS, object_name:IGFBV_STUDENT_COA_TERM_DETAILS, status:VALID,
-
View: IGFFV_ISIR_CORRECTIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains ISIR correction records , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_TRACK_STUDENT_TODO_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_TRACK_STUDENT_TODO_ITEMS, object_name:IGFBV_TRACK_STUDENT_TODO_ITEMS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that stores the item instance information , implementation_dba_data: APPS.IGFBV_TRACK_STUDENT_TODO_ITEMS ,
-
View: IGFFV_STUDENT_COA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_COA, object_name:IGFFV_STUDENT_COA, status:VALID, product: IGF - Financial Aid , description: Full View for Entity that holds the cost of attendance amount, Pell amount, alternative Pell amount for each item, student in an award year , implementation_dba_data: APPS.IGFFV_STUDENT_COA ,
-
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: IGFBV_STUDENT_COA_TERM_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_COA_TERM_DETAILS, object_name:IGFBV_STUDENT_COA_TERM_DETAILS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that stores amount split setup for a given cost of attendance item , implementation_dba_data: APPS.IGFBV_STUDENT_COA_TERM_DETAILS ,
-
View: IGFFV_VERIFICATION_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_VERIFICATION_WORKSHEETS, object_name:IGFFV_VERIFICATION_WORKSHEETS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information about the verification values for all user-defined ISIR fields , implementation_dba_data: APPS.IGFFV_VERIFICATION_WORKSHEETS ,
-
View: IGFFV_TRACK_STUDENT_TODO_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_TRACK_STUDENT_TODO_ITEMS, object_name:IGFFV_TRACK_STUDENT_TODO_ITEMS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that stores the item instance information , implementation_dba_data: APPS.IGFFV_TRACK_STUDENT_TODO_ITEMS ,
-
View: IGFBV_STUDENT_COA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_COA, object_name:IGFBV_STUDENT_COA, status:VALID, product: IGF - Financial Aid , description: Base View for Entity that holds the cost of attendance amount, Pell amount, alternative Pell amount for each item, student in an award year , implementation_dba_data: APPS.IGFBV_STUDENT_COA ,
-
View: IGFBV_VERIFICATION_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_VERIFICATION_WORKSHEETS, object_name:IGFBV_VERIFICATION_WORKSHEETS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the verification values for all user-defined ISIR fields , implementation_dba_data: APPS.IGFBV_VERIFICATION_WORKSHEETS ,
-
View: IGFBV_STUDENT_COA_TERM_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that stores amount split setup for a given cost of attendance item , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGFFV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_DISBURSEMENTS, object_name:IGFFV_PELL_DISBURSEMENTS, status:VALID,
-
VIEW: APPS.IGFFV_TRACK_STUDENT_TODO_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_TRACK_STUDENT_TODO_ITEMS, object_name:IGFFV_TRACK_STUDENT_TODO_ITEMS, status:VALID,
-
View: IGFFV_STUDENT_COA_TERM_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_COA_TERM_DETAILS, object_name:IGFFV_STUDENT_COA_TERM_DETAILS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that stores amount split setup for a given cost of attendance item , implementation_dba_data: APPS.IGFFV_STUDENT_COA_TERM_DETAILS ,
-
View: IGFBV_TRACK_STUDENT_TODO_ITEMS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that stores the item instance information , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_COA
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for Entity that holds the cost of attendance amount, Pell amount, alternative Pell amount for each item, student in an award year , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_STUDENT_COA
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for Entity that holds the cost of attendance amount, Pell amount, alternative Pell amount for each item, student in an award year , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PELL_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_DISBURSEMENTS, object_name:IGFFV_PELL_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: APPS.IGFFV_PELL_DISBURSEMENTS ,
-
View: IGFFV_VERIFICATION_WORKSHEETS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the verification values for all user-defined ISIR fields , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_TRACK_STUDENT_TODO_ITEMS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that stores the item instance information , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_COA_TERM_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that stores amount split setup for a given cost of attendance item , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FEDERAL_NEED_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FEDERAL_NEED_DETAILS, object_name:IGFFV_FEDERAL_NEED_DETAILS, status:VALID, product: IGF - Financial Aid , description: Contains the details about the student for federal needs. , implementation_dba_data: APPS.IGFFV_FEDERAL_NEED_DETAILS ,
-
View: IGFFV_FEDERAL_NEED_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the details about the student for federal needs. , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_VERIFICATION_WORKSHEETS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the verification values for all user-defined ISIR fields , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PELL_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_AWARD_DISBURSEMENTS, object_name:IGFBV_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the information of each disbursement. , implementation_dba_data: APPS.IGFBV_AWARD_DISBURSEMENTS ,
-
View: IGFBV_FEDERAL_NEED_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FEDERAL_NEED_DETAILS, object_name:IGFBV_FEDERAL_NEED_DETAILS, status:VALID, product: IGF - Financial Aid , description: Contains the details about the student for federal needs. , implementation_dba_data: APPS.IGFBV_FEDERAL_NEED_DETAILS ,
-
View: IGFFV_DISBURSEMENT_ADJUSTMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that Stores all the actual disbursement transactions and adjustments made to these, after they have been posted to the student finance interface table. For planned disbursements, this view will not have any records. , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_FEDERAL_NEED_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the details about the student for federal needs. , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_BASE_RECORDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_BASE_RECORDS, object_name:IGFFV_STUDENT_BASE_RECORDS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: APPS.IGFFV_STUDENT_BASE_RECORDS ,
-
View: IGFBV_AWARD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the information of each disbursement. , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_BASE_RECORDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_AWARD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information of each disbursement. , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_PELL_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PELL_ORIGINATIONS, object_name:IGFFV_PELL_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , implementation_dba_data: APPS.IGFFV_PELL_ORIGINATIONS ,
-
View: IGFBV_DISBURSEMENT_ADJUSTMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that Stores all the actual disbursement transactions and adjustments made to these, after they have been posted to the student finance interface table. For planned disbursements, this view will not have any records. , implementation_dba_data: Not implemented in this database ,