Search Results igf_aw_coa_grp_item_all
Overview
The table IGF_AW_COA_GRP_ITEM_ALL is a core data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as a junction table that stores the total monetary values for specific cost of attendance (COA) items associated with a defined COA group for an award year. Its primary role is to enable the detailed breakdown of a student's total cost of attendance, which is a fundamental calculation in determining financial aid eligibility and packaging. By linking COA groups to specific item codes and storing their associated amounts, the table provides the granular data necessary for accurate award processing and regulatory compliance within the financial aid lifecycle.
Key Information Stored
The table's structure is defined by its composite primary key and the value it stores. The key columns establish the unique relationship: COA_CODE, CI_CAL_TYPE, and CI_SEQUENCE_NUMBER together identify the specific cost of attendance group (tying to IGF_AW_COA_GROUP_ALL). The ITEM_CODE identifies the specific line item or expense category (tying to IGF_AW_ITEM). The primary data point stored for each unique combination of these keys is the total monetary value for that item within the context of that COA group for the award year. This amount is critical for summing total costs and performing need analysis.
Common Use Cases and Queries
This table is central to queries that report on or validate the composition of cost of attendance budgets. A common use case is generating a detailed COA breakdown for a student based on their assigned COA group. This involves joining to student and COA group assignment tables. Another critical scenario is during the packaging process, where the system aggregates these item amounts to calculate a student's total budget. A typical reporting query would join this table to the COA group and item description tables:
- Sample Query for COA Group Details:
SELECT cig.coa_code, cig.ci_cal_type, cig.ci_sequence_number,
ai.item_code, ai.description, cigi.amount
FROM igf_aw_coa_grp_item_all cigi,
igf_aw_coa_group_all cig,
igf_aw_item ai
WHERE cigi.coa_code = cig.coa_code
AND cigi.ci_cal_type = cig.ci_cal_type
AND cigi.ci_sequence_number = cig.ci_sequence_number
AND cigi.item_code = ai.item_code
AND cig.coa_code = '&COA_CODE';
Data integrity checks, such as ensuring all mandatory COA items have a value populated, also rely on queries against this table.
Related Objects
IGF_AW_COA_GRP_ITEM_ALL is intrinsically linked to two primary master tables via foreign key constraints, forming the backbone of the COA structure:
- IGF_AW_COA_GROUP_ALL: This is the parent table for the COA group definition. The foreign key relationship is on the columns (COA_CODE, CI_CAL_TYPE, CI_SEQUENCE_NUMBER). This ensures every item value record belongs to a valid, existing cost of attendance group.
- IGF_AW_ITEM: This is the parent table defining valid cost items (e.g., tuition, room, board, books). The foreign key relationship is on the ITEM_CODE column. This ensures that every value recorded is for a predefined and valid expense category within the system.
This table is also a likely source for views that present simplified COA data to other modules or for reporting purposes, and it is fundamental to the APIs responsible for creating and maintaining COA groups.
-
Table: IGF_AW_COA_GRP_ITEM_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the total values of cost of attendance for each item in an award year , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_COA_GRP_ITEM_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_GRP_ITEM_ALL, object_name:IGF_AW_COA_GRP_ITEM_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the total values of cost of attendance for each item in an award year , implementation_dba_data: IGF.IGF_AW_COA_GRP_ITEM_ALL ,
-
APPS.IGF_GR_GEN dependencies on IGF_AW_COA_GRP_ITEM_ALL
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGF_AW_COA_GRP_ITEM_ALL
12.1.1
-
APPS.IGF_GR_GEN dependencies on IGF_AW_COA_GRP_ITEM_ALL
12.1.1
-
APPS.IGF_AW_COA_GRP_ITEM_PKG dependencies on IGF_AW_COA_GRP_ITEM_ALL
12.1.1
-
APPS.IGF_AW_COA_GRP_ITEM_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGF_AW_COA_GRP_ITEM_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_COA_GRP_ITEM_ALL, status:VALID,
-
VIEW: APPS.IGF_AW_COA_GRP_ITEM
12.1.1
-
TABLE: IGF.IGF_AW_COA_GRP_ITEM_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_GRP_ITEM_ALL, object_name:IGF_AW_COA_GRP_ITEM_ALL, status:VALID,
-
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 ,
-
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 ,
-
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_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 ,
-
APPS.IGF_AW_COA_GRP_ITEM_PKG dependencies on IGF_AW_COA_GRP_ITEM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_GRP_ITEM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_GRP_ITEM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_GRP_ITEM_PKG, status:VALID,
-
View: IGF_AW_COA_GRP_ITEM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_GRP_ITEM, object_name:IGF_AW_COA_GRP_ITEM, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_COA_GRP_ITEM ,
-
View: IGF_AW_COA_GRP_ITEM
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AW_COA_GRP_ITEM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_GRP_ITEM, object_name:IGF_AW_COA_GRP_ITEM, status:VALID,
-
PACKAGE BODY: APPS.IGF_GR_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_GR_GEN, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_ROLLOVER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_ROLLOVER, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.IGF_GR_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_GEN, status:VALID,
-
APPS.IGF_AW_ROLLOVER dependencies on IGF_AW_COA_GROUP_ALL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_AW_ROLLOVER SQL Statements
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGS_CA_INST_ALL
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_AW_ROLLOVER
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,