Search Results igf_aw_award_all
Overview
The table IGF_AW_AWARD_ALL is a core data repository within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as the central transactional table for storing comprehensive details of all financial aid awards granted to students. In a multi-organization architecture, the '_ALL' suffix indicates that the table stores data for all operating units, making it a vital component for enterprise-wide financial aid processing and reporting. Its primary role is to maintain the master record of each award, tracking its status, amount, associated fund, and relationship to the student's overall financial aid application.
Key Information Stored
While the provided metadata does not list specific columns, the primary and foreign key relationships define its critical data elements. The primary key, AWARD_ID, uniquely identifies each award record. Essential foreign keys establish crucial business relationships: BASE_ID links the award to the student's base financial aid record in IGF_AP_FA_BASE_REC_ALL, FUND_ID associates the award with its funding source defined in IGF_AW_FUND_MAST_ALL, and RVSN_ID connects to a revision reason code in IGF_AW_AWD_RVSN_RSN_ALL. The ADPLANS_ID column links to an associated disbursement plan in IGF_AW_AWD_DIST_PLANS. Typically, this table would also store columns for the award amount, offer and acceptance dates, award status, academic period, and various system control attributes like creation and last update dates.
Common Use Cases and Queries
This table is central to numerous financial aid operations. Common use cases include generating award letters for students, creating disbursement schedules, processing award revisions, and performing need analysis calculations. For reporting, it is frequently joined to student and fund tables to analyze award distributions, fund utilization, and student eligibility. A fundamental query pattern involves retrieving all awards for a specific student or cohort, often joining to the base application and fund master tables.
SELECT awd.award_id, awd.award_amount, fund.fund_code, base.person_id
FROM igf_aw_award_all awd,
igf_ap_fa_base_rec_all base,
igf_aw_fund_mast_all fund
WHERE awd.base_id = base.base_id
AND awd.fund_id = fund.fund_id
AND base.person_id = :student_id;
Related Objects
IGF_AW_AWARD_ALL has extensive relationships with other Financial Aid tables, acting as a hub for award-related data. Key documented foreign key relationships include:
- IGF_AP_FA_BASE_REC_ALL: Links via BASE_ID to the student's primary financial aid application.
- IGF_AW_FUND_MAST_ALL: Links via FUND_ID to the definition of the financial aid fund.
- IGF_AW_AWD_RVSN_RSN_ALL: Links via RVSN_ID to reason codes for award revisions.
- IGF_AW_AWD_DIST_PLANS: Links via ADPLANS_ID to the award's disbursement plan.
- Child Tables: The AWARD_ID column is referenced as a foreign key by numerous transactional tables, including:
- IGF_AW_AWD_DISB_ALL (Disbursements)
- IGF_SL_LOANS_ALL (Loan-specific details)
- IGF_AW_AWD_HIST (Award history)
- IGF_AW_DB_CHG_DTLS (Disbursement charge details)
- IGF_GR_RFMS_ALL (Grant-related data)
-
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 ,
-
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 ,
-
Table: IGF_AW_AWD_RVSN_RSN_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all possible Award Revision Reasons , 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_FUND_MAST_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all the details and the properties for each fund , implementation_dba_data: Not implemented in this database ,
-
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: 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_AW_AWD_DIST_PLANS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Award Distribution Plan Setup , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_AWD_HIST
12.2.2
product: IGF - Financial Aid (Obsolete) , description: History data for all Award changes , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_LOANS_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the loan application record details , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_AWARD_LEVEL_HIST
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all Award Level Change Details , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_DB_CHG_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing disbursement details for the Direct Loan as well as Pell Grant , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_GR_COD_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the Pell Records sent to the COD in XML file format , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_DB_COD_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing disbursement details for the Direct Loan as well as Pell which are sent to COD , 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 ,
-
Table: IGF_SL_AWD_DISB_LOC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the loan disbursement data for each loan, at the time of origination or changes sent. This will always reflect the data currently with the Loan Origination Center. , 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 ,
-
Table: IGF_AW_AWD_DISB_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Displays details of each disbursement , 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: IGF_AW_ADISB_COA_MATCH_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrieves the awards that a student has to the extent of his common Cost of Attendance terms. , 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: IGF_AW_YEAR_GRP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the Total Offered Amount,Accepted Amount and Paid Amount for a Student and for a Fund , 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: 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_STAFFORD_PROM_NOTES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Stafford Loan Promissory Notes , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SE_WORK_AWD_PRG_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View that holds student work award progress information in an award year , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_PNOTE_STATUS_HISTORY
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Loan Promissory Note Activities , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_AWARD
12.2.2
product: IGF - Financial Aid (Obsolete) , 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: IGFFV_DISBURSEMENT_HOLDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full 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: IGF_AW_SS_DISB_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds Disbursement details of Awards that are published to Student Self-Service , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_STUDENT_FWS_AWAD_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Student Work Study Award 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_PERKINS_LOANS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Perkins Loans , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_FFELP_AWD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds FFELP Loan Disbursements , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_AWARDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the information about the Awards given to students , 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.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_DL_PLUS_PROM_NOTES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Plus Loan Promissory Notes , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_DL_AWARD_DISBURSEMENTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Direct Loan Award Disbursements , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_STUDENT_FWS_AWAD_DETAILS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Student Work Study Award Details , implementation_dba_data: Not implemented in this database ,
-
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: IGFFV_PELL_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that Stores all the RFMS data that needs to be sent to the COD system. , 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: IGF_SE_AUTH_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: The entity contains the authorization details sent to the interface layer. This entity also at the same time has the history or inactive authorization records. At one line only one authorization record can remain active. , implementation_dba_data: Not implemented in this database ,