Search Results igf_ap_fa_base_rec_all
Overview
The table IGF_AP_FA_BASE_REC_ALL is a core data repository within the Oracle E-Business Suite's Financial Aid module (IGF), which is designated as obsolete in the provided ETRM documentation for versions 12.1.1 and 12.2.2. It serves as the primary summary record for a student's entire financial aid application and processing lifecycle for a specific academic year. Each record acts as a foundational header, uniquely identifying a student's financial aid case for a given calendar instance (academic period). This table is central to the financial aid data model, as evidenced by its extensive foreign key relationships with numerous supporting detail tables.
Key Information Stored
The table's structure is defined by its primary and unique keys, which identify the critical data points it holds. The primary key is the system-generated BASE_ID, serving as the unique identifier for the financial aid base record. A unique key constraint enforces the logical combination of PERSON_ID (linking to HZ_PARTIES to identify the student), CI_CAL_TYPE, and CI_SEQUENCE_NUMBER (together linking to IGS_CA_INST_ALL to identify the academic calendar instance). While specific descriptive column metadata is not provided, the table's purpose and relationships indicate it likely stores high-level status flags, process dates, calculated summary figures like total cost of attendance or expected family contribution (EFC), and other roll-up information derived from detailed transactional processes.
Common Use Cases and Queries
This table is pivotal for reporting and process orchestration. Common use cases include generating a summary of all financial aid applicants for an academic year, serving as the driving table for award packaging processes, and providing the header context for student-specific correspondence and documentation. A fundamental query pattern involves joining this table to student and calendar data to establish the base population, then left-joining to related detail tables for comprehensive reporting.
SELECT base.person_id,
base.ci_cal_type,
base.ci_sequence_number,
awd.award_id,
awd.offered_amt
FROM igf_ap_fa_base_rec_all base,
igf_aw_award_all awd
WHERE base.base_id = awd.base_id
AND base.ci_cal_type = '&CAL_TYPE'
AND base.ci_sequence_number = &SEQ_NUM;
Given the module's obsolete status, primary operational use would be for historical data inquiry, legacy reporting, and data migration support.
Related Objects
As documented in the ETRM metadata, IGF_AP_FA_BASE_REC_ALL has a central relationship with numerous Financial Aid tables. The BASE_ID column is the foreign key in the following key child tables, illustrating its role as a header record:
- IGF_AW_AWARD_ALL and IGF_AW_COA_ITEMS: For award details and cost of attendance items.
- IGF_AP_EFC_DET and IGF_AP_FA_ANT_DATA: For detailed Expected Family Contribution and antecedent financial data.
- IGF_AP_APPL_STATUS_ALL and IGF_AW_CORRESP_ALL: For tracking application status and correspondence.
- IGF_AP_ISIR_MATCHED_ALL and IGF_AP_CSS_PROFILE_ALL: For external data imports (ISIR, CSS Profile).
- IGF_AP_ST_INST_APPL_ALL and IGF_SP_STDNT_REL_ALL: For institutional application and student relationship data.
- IGF_GR_RFMS_ALL and IGF_SL_LOR_LOC_ALL: For grant request forms and loan originator records.
It directly references parent tables IGS_CA_INST_ALL (via CI_CAL_TYPE, CI_SEQUENCE_NUMBER) for the academic calendar and HZ_PARTIES (via PERSON_ID) for the student entity.
-
Table: IGF_AP_FA_BASE_REC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: 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: IGFBV_DL_REJECTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_REJECTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_AWARD_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all details of awards given to students , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_APPL_STATUS_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Institutional Application Status , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FFELP_REJECTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Financial Aid FFELP Rejects , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_FFELP_REJECTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Financial Aid FFELP Rejects , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_CS_UPD_FLAGS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_FA_BASE_H_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This table is obsolete now. , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_TD_ITEM_INST_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the item instance information , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_TAX_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the tax values for all the financial aid students , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_EFC_DET
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_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 ,
-
Table: IGF_AW_COA_ITEMS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores 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 ,
-
Table: IGF_AP_ISIR_MATCHED_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the complete ISIR record of the matched students , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_ST_CORR_TEXT
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the Custom correspondence to each student , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_CSS_PROFILE_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the profile information as received from the college board , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_INST_VER_ITEM_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the verification values for all user-defined ISIR fields , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_FA_ANT_DATA
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Financial Aid Base Record Anticipated Data , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_AWD_CERT_RESPS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award Certification Texts Response , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_PERS_NOTE
12.2.2
product: IGF - Financial Aid (Obsolete) , description: stores institution-defined note type pertaining to a student or a particular award year , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SP_STDNT_REL_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds sponsor student relation details. , implementation_dba_data: Not implemented in this database ,
-
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_AW_CIT_SSN_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the cost of attendence amount for each item, student in an award year , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_CORRESP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Temporary staging entity that is commonly used for Printing message information and the award matrix . The correspondence engine then pulls values from this table and stores it in letter specific tables , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IGF_GR_RFMS_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: An internal system table that stores RFMS data that is sent to the RFMS system , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_DISBURSEMENT_HOLDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that stores the various holds put on a disbursement for a student. , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_PELL_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the information about the Application Review Groups , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_LOR_LOC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains all the loan data for each loan at the time of origination/origination changes were sent. This always reflects the data currently in the Loan Origination Center. , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_DL_PROM_NOTE_MANIFESTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Direct Loan Promissory Note Manifests , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_INS_VERN_ITEM_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: IGFBV_PERKINS_LOANS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Perkins Loans , 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: IGFBV_STUDENT_AWARDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base View for the Entity that holds the information about the Awards given to students , 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: IGFBV_FFELP_AWD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds FFELP Loan Disbursements , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_AWD_CERT_RESPS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award Certification Texts Response , implementation_dba_data: Not implemented in this database ,
-
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: 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_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: IGF_AP_TD_ITEM_INST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: IGFFV_DL_PROM_NOTE_MANIFESTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Loan Promissory Note Manifests , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_DL_YTD_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Year to Date Direct Loan Details , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_YTD_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Year to Date Direct Loan Details , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_DIRECT_LOAN_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_DL_AWARD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Direct Loan Award Disbursements , implementation_dba_data: Not implemented in this database ,
-
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 ,