Search Results igf_aw_coa
Overview
The IGF_AW_COA table is a core data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). Its primary function is to serve as a master reference table for Cost of Attendance (COA) groups. A COA group represents a standardized, institution-defined estimate of a student's total educational expenses for a specific period, which is a fundamental component in calculating financial aid eligibility and award packaging. The table stores the unique codes and associated definitions for these groups, enabling the system to consistently apply the correct cost structures across various financial aid processes and student populations.
Key Information Stored
Based on the provided metadata, the central piece of information stored in this table is the COA_CODE, which serves as the table's primary key. This column holds the unique identifier for each Cost of Attendance group. While the specific descriptive columns are not detailed in the excerpt, typical implementations of such a reference table would also include columns to store a description (e.g., COA_DESC), an effective date range (START_DATE, END_DATE), and potentially an active/inactive status flag. The primary key constraint IGF_AW_COA_PK ensures the uniqueness and integrity of the COA_CODE values, which is critical for reliable data relationships throughout the module.
Common Use Cases and Queries
This table is primarily referenced during the setup and execution of financial aid packaging. Administrators define COA groups corresponding to different student categories (e.g., on-campus undergraduate, off-campus graduate) and link them to packaging rules. Common operational queries involve listing all active COA groups for setup purposes or retrieving the specific COA code applicable to a student for award calculation. A typical reporting query might join this table to award data to analyze average awards by cost group. A fundamental SQL pattern is retrieving the master list: SELECT coa_code, description FROM igf_aw_coa WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE) ORDER BY coa_code;. Its data is essential for generating reports that demonstrate compliance with regulatory requirements by showing the cost basis used for aid determinations.
Related Objects
The primary documented relationship for the IGF_AW_COA table is with the IGF_AW_COA_GROUP_ALL table, as defined by a foreign key constraint. The IGF_AW_COA_GROUP_ALL table references IGF_AW_COA via its COA_CODE column. This relationship indicates that the COA_GROUP_ALL table, which likely holds detailed cost components or itemized amounts for each COA group, is a child entity to the master COA definition. Any join between these tables for reporting or data validation would use the COA_CODE column: SELECT ... FROM igf_aw_coa c, igf_aw_coa_group_all g WHERE c.coa_code = g.coa_code. This structure allows a single COA group definition to be associated with multiple detailed cost lines.
-
Table: IGF_AW_COA
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores cost of attendance groups , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_COA
12.1.1
product: IGF - Financial Aid , description: Stores cost of attendance groups , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_COA_GROUP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Links the cost of attendence code with each financial year , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_COA_GROUP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_GROUP_ALL, object_name:IGF_AW_COA_GROUP_ALL, status:VALID, product: IGF - Financial Aid , description: Links the cost of attendence code with each financial year , implementation_dba_data: IGF.IGF_AW_COA_GROUP_ALL ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,