Search Results igf_aw_coa_items
Overview
The IGF_AW_COA_ITEMS table is a core data structure within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as the central repository for storing detailed cost of attendance (COA) and associated federal Pell Grant calculations for individual students within a specific award year. Its primary role is to maintain a granular breakdown of a student's financial aid budget, linking a student's base financial aid record (BASE_ID) to specific cost items (ITEM_CODE). This table is fundamental for the accurate calculation of financial need, which is the cornerstone of awarding federal, state, and institutional aid, ensuring compliance with regulatory requirements in versions 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of BASE_ID and ITEM_CODE. This enforces a unique combination of a student's financial aid record and a specific cost item. While the provided metadata does not list all columns, the description explicitly states the table stores the cost of attendance amount, Pell amount, and alternative Pell amount for each item. Therefore, critical columns typically include numeric fields for the official COA value, the calculated Pell Grant eligibility based on that item, and any alternative Pell calculation. The BASE_ID column links to the student's master financial aid record in IGF_AP_FA_BASE_REC_ALL, while ITEM_CODE links to the valid list of cost items defined in the IGF_AW_ITEM table.
Common Use Cases and Queries
A primary use case is the generation of a student's official Cost of Attendance budget, which is used in need analysis formulas. Financial aid administrators and system processes query this table to view or adjust itemized costs for a student. It is also crucial for Pell Grant processing, where the system references the stored Pell amounts. Common reporting involves joining this table to student demographic and item description tables. A typical query pattern would retrieve a student's full COA breakdown:
- SELECT i.item_code, awi.description, i.cost_of_attendance, i.pell_amount FROM igf_aw_coa_items i, igf_aw_item awi, igf_ap_fa_base_rec_all b WHERE i.base_id = b.base_id AND i.item_code = awi.item_code AND b.person_id = :student_id;
Another critical use case is data validation, ensuring that the sum of COA_ITEMS aligns with the student's total COA and that Pell amounts are correctly calculated per regulatory guidelines.
Related Objects
The IGF_AW_COA_ITEMS table sits at the center of key relationships within the Financial Aid schema, as documented in the provided metadata.
- Referenced By (Parent Tables):
- IGF_AP_FA_BASE_REC_ALL: Via the BASE_ID foreign key. This is the master financial aid application record for a student.
- IGF_AW_ITEM: Via the ITEM_CODE foreign key. This table defines the valid cost item codes and descriptions.
- Referenced In (Child Table):
- IGF_AW_COA_ITM_TERMS: This table references IGF_AW_COA_ITEMS using the composite foreign key (BASE_ID, ITEM_CODE). It stores term-level breakdowns of the annual amounts stored in IGF_AW_COA_ITEMS.
-
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_AW_COA_ITEMS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_ITEMS, object_name:IGF_AW_COA_ITEMS, status:VALID, product: IGF - Financial Aid , description: Stores the cost of attendance amount, Pell amount, alternative Pell amount for each item, student in an award year , implementation_dba_data: IGF.IGF_AW_COA_ITEMS ,
-
APPS.IGF_AW_LI_IMPORT dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AW_COA_CALC dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AW_COA_UPDATE dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_GR_GEN dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AW_GEN_003 dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AW_COA_ITEMS_PKG dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AP_LG_COA_IMP dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_GR_GEN dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AW_GEN_002 dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AW_COA_ITEMS
12.1.1
-
APPS.IGF_AW_COA_ITEMS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFBV_STUDENT_COA
12.1.1
-
VIEW: APPS.IGF_AW_COA_ITEMS_V
12.1.1
-
SYNONYM: APPS.IGF_AW_COA_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_COA_ITEMS, status:VALID,
-
VIEW: APPS.IGFFV_STUDENT_COA
12.1.1
-
APPS.IGF_AW_COA_ITEMS_PKG dependencies on IGF_AW_COA_ITEMS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_ITEMS_PKG
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AP_BATCH_AW_MAP_ALL
12.1.1
-
Table: IGF_AW_COA_ITM_TERMS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_ITM_TERMS, object_name:IGF_AW_COA_ITM_TERMS, status:VALID, product: IGF - Financial Aid , description: Stores amount split setup for a given cost of attendance item , implementation_dba_data: IGF.IGF_AW_COA_ITM_TERMS ,
-
Table: IGF_AW_ITEM
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_ITEM, object_name:IGF_AW_ITEM, status:VALID, product: IGF - Financial Aid , description: Stores the different cost of attendance items , implementation_dba_data: IGF.IGF_AW_ITEM ,
-
APPS.IGF_GR_PELL_CALC dependencies on IGF_AW_ITEM
12.1.1
-
TABLE: IGF.IGF_AW_COA_ITEMS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_ITEMS, object_name:IGF_AW_COA_ITEMS, status:VALID,
-
Table: IGF_AW_ITEM
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the different cost of attendance items , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_COA_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_ITEMS_V, object_name:IGF_AW_COA_ITEMS_V, status:VALID, product: IGF - Financial Aid , description: Stores the cost of attendance amount, Pell amount, alternative Pell amount for each item, student in an award year , implementation_dba_data: APPS.IGF_AW_COA_ITEMS_V ,
-
Table: IGF_AW_COA_ITM_TERMS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores amount split setup for a given cost of attendance item , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_FA_BASE_REC_ALL, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID, product: IGF - Financial Aid , description: Holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: IGF.IGF_AP_FA_BASE_REC_ALL ,
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AW_COA_ITM_TERMS
12.1.1
-
APPS.IGF_AP_LG_COA_IMP dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1
-
APPS.IGF_AW_COA_CALC dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_ITEMS_PKG, status:VALID,
-
APPS.IGF_GR_GEN dependencies on IGF_AW_COA_ITM_TERMS
12.1.1
-
APPS.IGF_AW_COA_CALC dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AW_ITEM
12.1.1
-
View: IGF_AW_COA_ITEMS_V
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 ,
-
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 ,
-
APPS.IGF_AP_LG_COA_IMP dependencies on IGF_AW_COA_ITM_TERMS
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.IGF_AW_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_GEN_002, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_LG_COA_IMP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_LG_COA_IMP, status:VALID,
-
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 ,
-
APPS.IGF_AP_LG_COA_IMP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_UPDATE, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_LI_IMPORT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_LI_IMPORT, status:VALID,
-
APPS.IGF_AP_LG_COA_IMP dependencies on IGF_AP_FA_BASE_REC
12.1.1
-
APPS.IGF_AW_COA_CALC SQL Statements
12.1.1