Search Results igf_aw_fund_mast_all
Overview
The IGF_AW_FUND_MAST_ALL table is a core master data table within the Oracle E-Business Suite's Financial Aid module (IGF). It serves as the central repository for defining and storing the properties and details of every financial aid fund available to an institution. A fund represents a distinct source of money, such as a federal loan, an institutional scholarship, or a private grant, each governed by specific eligibility rules, award amounts, and disbursement parameters. This table's role is critical as it establishes the foundational definitions upon which all award packaging, disbursement, and fund management processes are built. Its multi-org structure, indicated by the "_ALL" suffix and the ORG_ID column, supports implementations across multiple business units.
Key Information Stored
While the provided metadata does not list specific columns beyond key fields, the table's primary and foreign key structure reveals its core data relationships. The unique identifier for each fund record is the FUND_ID (Primary Key). The table enforces a unique constraint (IGF_AW_FUND_MAST_ALL_UK) on the combination of CI_CAL_TYPE (Calendar Type), CI_SEQUENCE_NUMBER (Calendar Sequence), ORG_ID (Operating Unit), and FUND_CODE, ensuring fund definitions are unique within a given academic calendar and organization. Key foreign key columns link this master data to other critical setup entities: FUND_CODE references the fund category (IGF_AW_FUND_CAT_ALL), CI_CAL_TYPE/CI_SEQUENCE_NUMBER tie the fund to an academic calendar instance (IGS_CA_INST_ALL), PARTY_ID can link to a donor or source (HZ_PARTIES), and columns like FM_FC_METHD and SAP_TYPE reference methodology and SAP (Satisfactory Academic Progress) type lookups.
Common Use Cases and Queries
This table is central to numerous financial aid operations. Common use cases include the setup and maintenance of new aid funds, the generation of fund availability reports for administrators, and serving as the source for fund lists during the award packaging process. For reporting and data extraction, typical SQL patterns involve joining to its related setup tables. A fundamental query to list all active funds for a specific academic period and operating unit would be:
SELECT fm.fund_code, fc.description, fm.ci_cal_type, fm.ci_sequence_number
FROM igf_aw_fund_mast_all fm,
igf_aw_fund_cat_all fc
WHERE fm.fund_code = fc.fund_code
AND fm.org_id = fc.org_id
AND fm.ci_cal_type = :p_cal_type
AND fm.ci_sequence_number = :p_sequence_num
AND fm.org_id = :p_org_id
ORDER BY fm.fund_code;
Another critical use case is analyzing fund utilization by joining to the award table (IGF_AW_AWARD_ALL) to compare awarded amounts against fund ceilings or limits defined in the master record.
Related Objects
The IGF_AW_FUND_MAST_ALL table maintains extensive relationships, acting as a hub for financial aid data. It references several setup tables and is referenced by numerous transactional and configuration tables. Key documented relationships include:
- Referenced By (Parent): IGS_CA_INST_ALL (via CI_CAL_TYPE, CI_SEQUENCE_NUMBER), IGF_AW_FUND_CAT_ALL (via FUND_CODE, ORG_ID), HZ_PARTIES (via PARTY_ID), IGF_AP_NEED_MTH_TYP (via FM_FC_METHD), IGF_AP_SAP_TYPES (via SAP_TYPE).
- Referenced In (Child):
- Core Awards: IGF_AW_AWARD_ALL (FUND_ID) – The primary transactional link to student awards.
- Fund Configuration: IGF_AW_FUND_EXCL_ALL, IGF_AW_FUND_INCL_ALL, IGF_AW_FUND_TP_ALL, IGF_AW_FUND_PRG_ALL, IGF_AW_FUND_UNIT_ALL, IGF_AW_FUND_TD_MAP_ALL, IGF_AW_FUND_FEECLAS_ALL (all via FUND_ID) – Tables that define fund-specific rules for exclusions, inclusions, types, programs, units, term details, and fee classifications.
- Packaging & Disbursement: IGF_AW_AWD_FRML_DET_ALL (FUND_ID), IGF_SP_FC_ALL (FUND_ID), IGF_SE_PAYMENT (FUND_ID), IGS_FI_BILL_PLN_CRD (FUND_ID) – Links to packaging formulas, student financial profiles, payments, and billing.
- Logging & Relationships: IGF_AW_FRLOG_ALL (FUND_ID), IGF_SP_STDNT_REL_ALL (FUND_ID) – Tracks fund-related changes and student relationships.
-
Table: IGF_AW_FUND_MAST_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_MAST_ALL, object_name:IGF_AW_FUND_MAST_ALL, status:VALID, product: IGF - Financial Aid , description: Stores all the details and the properties for each fund , implementation_dba_data: IGF.IGF_AW_FUND_MAST_ALL ,
-
View: IGFBV_DL_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_REJECTS, object_name:IGFBV_DL_REJECTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: APPS.IGFBV_DL_REJECTS ,
-
Table: IGF_AW_AWD_FRML_DET_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWD_FRML_DET_ALL, object_name:IGF_AW_AWD_FRML_DET_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the detail sequence of funds that have to be applied for a given formula , implementation_dba_data: IGF.IGF_AW_AWD_FRML_DET_ALL ,
-
Table: IGF_AW_AWARD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWARD_ALL, object_name:IGF_AW_AWARD_ALL, status:VALID, product: IGF - Financial Aid , description: Stores all details of awards given to students , implementation_dba_data: IGF.IGF_AW_AWARD_ALL ,
-
View: IGFFV_DL_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_REJECTS, object_name:IGFFV_DL_REJECTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: APPS.IGFFV_DL_REJECTS ,
-
View: IGFFV_FFELP_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_REJECTS, object_name:IGFFV_FFELP_REJECTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid FFELP Rejects , implementation_dba_data: APPS.IGFFV_FFELP_REJECTS ,
-
View: IGFBV_FFELP_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_REJECTS, object_name:IGFBV_FFELP_REJECTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid FFELP Rejects , implementation_dba_data: APPS.IGFBV_FFELP_REJECTS ,
-
Table: IGF_AW_FRLOG_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FRLOG_ALL, object_name:IGF_AW_FRLOG_ALL, status:VALID, product: IGF - Financial Aid , description: Holds details of all the funds which got rolled over. , implementation_dba_data: IGF.IGF_AW_FRLOG_ALL ,
-
Table: IGF_SP_FC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_FC_ALL, object_name:IGF_SP_FC_ALL, status:VALID, product: IGF - Financial Aid , description: Holds pays only fee class details for a sponsor fund , implementation_dba_data: IGF.IGF_SP_FC_ALL ,
-
Table: IGF_AW_FUND_UNIT_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_UNIT_ALL, object_name:IGF_AW_FUND_UNIT_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the pays only unit against which the context fund can be disbursed. , implementation_dba_data: IGF.IGF_AW_FUND_UNIT_ALL ,
-
Table: IGF_AW_FUND_INCL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_INCL_ALL, object_name:IGF_AW_FUND_INCL_ALL, status:VALID, product: IGF - Financial Aid , description: Stores all funds that are contingent to the current fund , implementation_dba_data: IGF.IGF_AW_FUND_INCL_ALL ,
-
Table: IGF_AW_FUND_FEECLAS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_FEECLAS_ALL, object_name:IGF_AW_FUND_FEECLAS_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the fee class mapping with fund. , implementation_dba_data: IGF.IGF_AW_FUND_FEECLAS_ALL ,
-
Table: IGF_AW_FUND_TD_MAP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_TD_MAP_ALL, object_name:IGF_AW_FUND_TD_MAP_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the to do item mapping with fund , implementation_dba_data: IGF.IGF_AW_FUND_TD_MAP_ALL ,
-
Table: IGF_AP_SAP_TYPES
12.1.1
product: IGF - Financial Aid , description: This table will store the different academic progress Types , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_FUND_EXCL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_EXCL_ALL, object_name:IGF_AW_FUND_EXCL_ALL, status:VALID, product: IGF - Financial Aid , description: Stores all funds that are exclusive to the context fund , implementation_dba_data: IGF.IGF_AW_FUND_EXCL_ALL ,
-
Table: IGF_AW_FUND_TP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_TP_ALL, object_name:IGF_AW_FUND_TP_ALL, status:VALID, product: IGF - Financial Aid , description: Lists all valid teaching periods during which this fund can be used , implementation_dba_data: IGF.IGF_AW_FUND_TP_ALL ,
-
Table: IGF_AW_FUND_PRG_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_PRG_ALL, object_name:IGF_AW_FUND_PRG_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the Pays only Program against which the context fund can be disbursed , implementation_dba_data: IGF.IGF_AW_FUND_PRG_ALL ,
-
Table: IGF_AP_NEED_MTH_TYP
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_NEED_MTH_TYP, object_name:IGF_AP_NEED_MTH_TYP, status:VALID, product: IGF - Financial Aid , description: OBSOLETE , implementation_dba_data: IGF.IGF_AP_NEED_MTH_TYP ,
-
Table: IGF_SP_STDNT_REL_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SP_STDNT_REL_ALL, object_name:IGF_SP_STDNT_REL_ALL, status:VALID, product: IGF - Financial Aid , description: Holds sponsor student relation details. , implementation_dba_data: IGF.IGF_SP_STDNT_REL_ALL ,
-
View: IGFFV_STUDENT_PAYROLL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_PAYROLL_DETAILS, object_name:IGFFV_STUDENT_PAYROLL_DETAILS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Student Payroll Details , implementation_dba_data: APPS.IGFFV_STUDENT_PAYROLL_DETAILS ,
-
Table: IGF_AW_FUND_CAT_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FUND_CAT_ALL, object_name:IGF_AW_FUND_CAT_ALL, status:VALID, product: IGF - Financial Aid , description: Stores different funds and categorizes them , implementation_dba_data: IGF.IGF_AW_FUND_CAT_ALL ,
-
View: IGF_AW_YEAR_GRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_YEAR_GRP_V, object_name:IGF_AW_YEAR_GRP_V, status:VALID, product: IGF - Financial Aid , description: Stores the Total Offered Amount,Accepted Amount and Paid Amount for a Student and for a Fund , implementation_dba_data: APPS.IGF_AW_YEAR_GRP_V ,
-
View: IGFBV_PERKINS_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PERKINS_LOANS, object_name:IGFBV_PERKINS_LOANS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Perkins Loans , implementation_dba_data: APPS.IGFBV_PERKINS_LOANS ,
-
Table: IGF_SE_PAYMENT
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SE_PAYMENT, object_name:IGF_SE_PAYMENT, status:VALID, product: IGF - Financial Aid , description: Stores the payroll details that will be uploaded through a payment upload process. Data will be uploaded from the interface table to this table. User can also manually enter or update external payroll details. , implementation_dba_data: IGF.IGF_SE_PAYMENT ,
-
View: IGF_SE_AUTHORIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AUTHORIZATION_V, object_name:IGF_SE_AUTHORIZATION_V, status:VALID, product: IGF - Financial Aid , description: Public view to derive active work authorizations , implementation_dba_data: APPS.IGF_SE_AUTHORIZATION_V ,
-
View: IGFBV_FFELP_AWD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_AWD_DISBURSEMENTS, object_name:IGFBV_FFELP_AWD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds FFELP Loan Disbursements , implementation_dba_data: APPS.IGFBV_FFELP_AWD_DISBURSEMENTS ,
-
View: IGFFV_DL_PNOTE_STATUS_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PNOTE_STATUS_HISTORY, object_name:IGFFV_DL_PNOTE_STATUS_HISTORY, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Promissory Note Activities , implementation_dba_data: APPS.IGFFV_DL_PNOTE_STATUS_HISTORY ,
-
View: IGF_SE_WORK_AWD_PRG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_WORK_AWD_PRG_V, object_name:IGF_SE_WORK_AWD_PRG_V, status:VALID, product: IGF - Financial Aid , description: View that holds student work award progress information in an award year , implementation_dba_data: APPS.IGF_SE_WORK_AWD_PRG_V ,
-
View: IGFFV_DL_PROM_NOTE_MANIFESTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PROM_NOTE_MANIFESTS, object_name:IGFFV_DL_PROM_NOTE_MANIFESTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Promissory Note Manifests , implementation_dba_data: APPS.IGFFV_DL_PROM_NOTE_MANIFESTS ,
-
View: IGFBV_STUDENT_FWS_AWAD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_FWS_AWAD_DETAILS, object_name:IGFBV_STUDENT_FWS_AWAD_DETAILS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Student Work Study Award Details , implementation_dba_data: APPS.IGFBV_STUDENT_FWS_AWAD_DETAILS ,
-
View: IGFFV_DL_STAFFORD_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_STAFFORD_PROM_NOTES, object_name:IGFFV_DL_STAFFORD_PROM_NOTES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Stafford Loan Promissory Notes , implementation_dba_data: APPS.IGFFV_DL_STAFFORD_PROM_NOTES ,
-
View: IGFFV_DL_PLUS_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PLUS_PROM_NOTES, object_name:IGFFV_DL_PLUS_PROM_NOTES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Plus Loan Promissory Notes , implementation_dba_data: APPS.IGFFV_DL_PLUS_PROM_NOTES ,
-
View: IGFFV_PERKINS_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PERKINS_LOANS, object_name:IGFFV_PERKINS_LOANS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Perkins Loans , implementation_dba_data: APPS.IGFFV_PERKINS_LOANS ,
-
View: IGFBV_DIRECT_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DIRECT_LOAN_ORIGINATIONS, object_name:IGFBV_DIRECT_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: APPS.IGFBV_DIRECT_LOAN_ORIGINATIONS ,
-
View: IGFFV_STUDENT_AWARDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_AWARDS, object_name:IGFFV_STUDENT_AWARDS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the information about the Awards given to students , implementation_dba_data: APPS.IGFFV_STUDENT_AWARDS ,
-
View: IGFFV_FFELP_AWD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_AWD_DISBURSEMENTS, object_name:IGFFV_FFELP_AWD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds FFELP Loan Disbursements , implementation_dba_data: APPS.IGFFV_FFELP_AWD_DISBURSEMENTS ,
-
View: IGFFV_STUDENT_FWS_AWAD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_FWS_AWAD_DETAILS, object_name:IGFFV_STUDENT_FWS_AWAD_DETAILS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Student Work Study Award Details , implementation_dba_data: APPS.IGFFV_STUDENT_FWS_AWAD_DETAILS ,
-
View: IGFBV_DL_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_AWARD_DISBURSEMENTS, object_name:IGFBV_DL_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Direct Loan Award Disbursements , implementation_dba_data: APPS.IGFBV_DL_AWARD_DISBURSEMENTS ,
-
View: IGFFV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_STUDENT_AUTHORIZATIONS, object_name:IGFFV_STUDENT_AUTHORIZATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Student Work Authorizations , implementation_dba_data: APPS.IGFFV_STUDENT_AUTHORIZATIONS ,
-
View: IGFFV_DL_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_AWARD_DISBURSEMENTS, object_name:IGFFV_DL_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Award Disbursements , implementation_dba_data: APPS.IGFFV_DL_AWARD_DISBURSEMENTS ,
-
View: IGFFV_FUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FUNDS, object_name:IGFFV_FUNDS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the all the details and the properties for each fund , implementation_dba_data: APPS.IGFFV_FUNDS ,
-
View: IGFBV_FUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FUNDS, object_name:IGFBV_FUNDS, status:VALID, product: IGF - Financial Aid , description: Base View for the Entity that holds the all the details and the properties for each fund , implementation_dba_data: APPS.IGFBV_FUNDS ,
-
View: IGFFV_DIRECT_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DIRECT_LOAN_ORIGINATIONS, object_name:IGFFV_DIRECT_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: APPS.IGFFV_DIRECT_LOAN_ORIGINATIONS ,
-
View: IGFBV_FFELP_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_LOAN_ORIGINATIONS, object_name:IGFBV_FFELP_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: APPS.IGFBV_FFELP_LOAN_ORIGINATIONS ,
-
View: IGFFV_FFELP_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_LOAN_ORIGINATIONS, object_name:IGFFV_FFELP_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: APPS.IGFFV_FFELP_LOAN_ORIGINATIONS ,
-
View: IGF_AW_FUND_MAST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FUND_MAST, object_name:IGF_AW_FUND_MAST, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_FUND_MAST ,
-
View: IGF_SL_DISB_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DISB_LTR_V, object_name:IGF_SL_DISB_LTR_V, status:VALID, product: IGF - Financial Aid , description: Stores persons loan details used for correspondence , implementation_dba_data: APPS.IGF_SL_DISB_LTR_V ,
-
View: IGF_AW_AWD_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_LTR_V, object_name:IGF_AW_AWD_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: APPS.IGF_AW_AWD_LTR_V ,