Search Results igf_aw_item
Overview
The IGF_AW_ITEM table is a core master data table within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). Its primary function is to serve as the central repository for defining and storing the different cost of attendance (COA) items. These items represent the various expense categories that constitute a student's total cost of attendance, such as tuition, fees, room, board, books, and personal expenses. The table is fundamental to the packaging process, as these defined items are referenced when building individual student COA budgets, which in turn determine financial need and award eligibility. Its role is to ensure consistency and standardization of cost components across the institution's financial aid operations.
Key Information Stored
While the provided metadata does not list all columns, the structure centers on the unique identifier for each cost item. The primary key column, ITEM_CODE, is the critical field that uniquely identifies each type of cost of attendance component. Based on standard EBS design patterns for such master tables, other typical columns would include a descriptive name (e.g., ITEM_DESC), an active/inactive flag, creation and last update dates, and related control attributes. The data in this table is typically configured during implementation and maintained by financial aid administrators to reflect the institution's specific cost structure.
Common Use Cases and Queries
This table is primarily used in configuration, reporting, and transactional processes. Administrators query it to review or maintain the list of available COA items. The most common operational use is its reference when building or analyzing a student's cost of attendance. For instance, a report summarizing average costs by item would join this table to historical COA data. A typical query pattern involves selecting active items for use in a parameter list or validating an item code.
-- Example: Listing all active COA items
SELECT item_code,
item_desc
FROM igf.igf_aw_item
WHERE active_flag = 'Y'
ORDER BY item_code;
Another critical use case is during the award packaging engine execution, where the system retrieves valid item codes from this table to calculate budgets within defined COA groups and templates.
Related Objects
The IGF_AW_ITEM table has defined foreign key relationships with several transactional and setup tables, as documented in the metadata. These relationships demonstrate its central role in the COA architecture:
- IGF_AW_COA_GRP_ITEM_ALL: Links items to Cost of Attendance Groups. Joined via
IGF_AW_COA_GRP_ITEM_ALL.ITEM_CODE = IGF_AW_ITEM.ITEM_CODE. - IGF_AW_COA_ITEMS: Associates items with specific student COA records. Joined via
IGF_AW_COA_ITEMS.ITEM_CODE = IGF_AW_ITEM.ITEM_CODE. - IGF_AW_COA_HIST: References items in historical COA data. Joined via
IGF_AW_COA_HIST.ITEM_CODE = IGF_AW_ITEM.ITEM_CODE. - IGF_AW_COA_RATE_DET: Links items to detailed rate information used in COA calculations. Joined via
IGF_AW_COA_RATE_DET.ITEM_CODE = IGF_AW_ITEM.ITEM_CODE.
These relationships ensure data integrity, meaning an item cannot be deleted from IGF_AW_ITEM if it is in use by any of these dependent tables.
-
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_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_LI_IMPORT dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AW_COA_UPDATE dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AP_LG_COA_IMP dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AW_COA_UPDATE dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AW_LOCK_ASSGN_PKG dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AW_LOCK_ASSGN_PKG dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_GR_PELL_CALC dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AW_COA_ITM_TERMS_PKG dependencies on IGF_AW_ITEM
12.1.1
-
APPS.IGF_AW_ITEM_PKG dependencies on IGF_AW_ITEM
12.1.1
-
TABLE: IGF.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,
-
VIEW: APPS.IGF_AW_ITEM_V
12.1.1
-
APPS.IGF_AW_ITEM_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_AW_COA_RATE_MST_V
12.1.1
-
VIEW: APPS.IGF_AW_COA_ITM_TERMS_V
12.1.1
-
VIEW: APPS.IGF_AW_COA_GRP_ITEM_V
12.1.1
-
SYNONYM: APPS.IGF_AW_ITEM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_ITEM, status:VALID,
-
VIEW: APPS.IGFFV_STUDENT_COA
12.1.1
-
VIEW: APPS.IGFFV_STUDENT_COA_TERM_DETAILS
12.1.1
-
VIEW: APPS.IGFBV_STUDENT_COA
12.1.1
-
VIEW: APPS.IGF_AW_COA_ITEMS_V
12.1.1
-
VIEW: APPS.IGF_AW_COA_RATE_DET_V
12.1.1
-
VIEW: APPS.IGFBV_STUDENT_COA_TERM_DETAILS
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_ITEM_PKG
12.1.1
-
VIEW: APPS.IGF_AW_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_ITEM_V, object_name:IGF_AW_ITEM_V, status:VALID,
-
Table: IGF_AW_COA_HIST
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_HIST, object_name:IGF_AW_COA_HIST, status:VALID, product: IGF - Financial Aid , description: History data for all cost of attendance related changes , implementation_dba_data: IGF.IGF_AW_COA_HIST ,
-
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 ,
-
PACKAGE: APPS.IGF_AW_LOCK_ASSGN_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_LOCK_ASSGN_PKG, status:VALID,
-
View: IGF_AW_COA_RATE_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_RATE_MST_V, object_name:IGF_AW_COA_RATE_MST_V, status:VALID, product: IGF - Financial Aid , description: Cost of Attendance Rate Table Master , implementation_dba_data: APPS.IGF_AW_COA_RATE_MST_V ,
-
PACKAGE: APPS.IGF_AW_COA_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_COA_UPDATE, status:VALID,
-
Table: IGF_AW_COA_HIST
12.2.2
product: IGF - Financial Aid (Obsolete) , description: History data for all cost of attendance related changes , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_ITEM_PKG dependencies on IGF_AW_ITEM_PKG
12.1.1
-
View: IGF_AW_ITEM_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Shows cost of attendance items details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_ITEM_V, object_name:IGF_AW_ITEM_V, status:VALID, product: IGF - Financial Aid , description: Shows cost of attendance items details , implementation_dba_data: APPS.IGF_AW_ITEM_V ,
-
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 ,
-
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 ,
-
View: IGF_AW_COA_GRP_ITEM_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Cost of attendance group item , implementation_dba_data: Not implemented in this database ,
-
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_RATE_DET
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_COA_RATE_DET, object_name:IGF_AW_COA_RATE_DET, status:VALID, product: IGF - Financial Aid , description: Cost of Attendance Rate Table Detail , implementation_dba_data: IGF.IGF_AW_COA_RATE_DET ,
-
PACKAGE BODY: APPS.IGF_AW_ITEM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_ITEM_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_COA_ITM_TERMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_ITM_TERMS_PKG, status:VALID,
-
View: IGF_AW_COA_ITM_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_ITM_TERMS_V, object_name:IGF_AW_COA_ITM_TERMS_V, status:VALID, product: IGF - Financial Aid , description: Stores amount split setup for a given cost of attendance item , implementation_dba_data: APPS.IGF_AW_COA_ITM_TERMS_V ,
-
View: IGF_AW_COA_ITM_TERMS_V
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 ,
-
View: IGF_AW_COA_GRP_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_GRP_ITEM_V, object_name:IGF_AW_COA_GRP_ITEM_V, status:VALID, product: IGF - Financial Aid , description: Cost of attendance group item , implementation_dba_data: APPS.IGF_AW_COA_GRP_ITEM_V ,
-
APPS.IGF_GR_PELL_CALC dependencies on IGF_AW_COA_ITEMS
12.1.1
-
Table: IGF_AW_COA_RATE_DET
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Cost of Attendance Rate Table Detail , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_COA_RATE_MST_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Cost of Attendance Rate Table Master , implementation_dba_data: Not implemented in this database ,