Search Results igf_aw_coa_rate_det
Overview
The table IGF_AW_COA_RATE_DET is a core data object within the Oracle E-Business Suite Financial Aid module (IGF). It functions as the detail repository for configurable rate tables used in calculating a student's Cost of Attendance (COA). The COA is a foundational element in financial aid packaging, representing the estimated total cost for a student to attend an institution for a specific period. This table stores the granular rules and associated percentage or fixed rates that are applied to base cost items (e.g., tuition, housing) to derive the final COA components for students based on various academic and demographic criteria. Its role is to provide the system with the business logic necessary to automate and standardize COA calculations across diverse student populations.
Key Information Stored
The table's structure is designed to link a rate table entry to specific institutional and student contexts. Its primary key uniquely identifies a record through a combination of the calendar instance (CI_CAL_TYPE, CI_SEQUENCE_NUMBER), the financial aid item code (ITEM_CODE), and a sequence (RATE_ORDER_NUM). Key columns define the application criteria and the resulting calculation. Criteria-defining columns include LD_CAL_TYPE and LD_SEQUENCE_NUMBER (load calendar), ATTENDANCE_TYPE, ATTENDANCE_MODE, CLASS_STANDING, PROGRAM_TYPE, PROGRAM_CD, and PROGRAM_LOCATION_CD. The core calculation data is stored in the RATE column, which holds the percentage or fixed amount to be applied. The table maintains foreign key relationships to numerous reference tables, ensuring data integrity for these criteria.
Common Use Cases and Queries
The primary use case is the dynamic determination of a student's COA during the financial aid packaging process. The system queries this table to find the applicable rate record(s) matching the student's academic program, load, attendance type, and other attributes for each cost item. Common reporting and operational queries involve analyzing or validating rate configurations. A typical SQL pattern retrieves all active rates for a given academic period and item:
- SELECT * FROM igf_aw_coa_rate_det WHERE ci_cal_type = :cal_type AND ci_sequence_number = :seq_num AND item_code = :item_code ORDER BY rate_order_num;
Another critical query joins to related tables like IGS_CA_INST_ALL for calendar descriptions and IGF_AW_ITEM for item descriptions to produce human-readable rate tables for business user review. Data fixes often target this table when COA calculations are incorrect, requiring updates to the RATE or the criteria columns for specific records.
Related Objects
IGF_AW_COA_RATE_DET is centrally connected to many entities within the Student Systems and Financial Aid modules. As per the metadata, its primary foreign key relationship is with IGF_AW_ITEM via the ITEM_CODE, linking the rate to the financial aid cost item being calculated. It references IGS_CA_INST_ALL twice: for the controlling calendar instance (primary key) and the load calendar. It also links to student standing (IGS_PR_CLASS_STD), attendance details (IGS_EN_ATD_TYPE_ALL, IGS_EN_ATD_MODE_ALL), and program details (IGS_PS_TYPE_ALL, IGS_PS_COURSE, IGS_AD_LOCATION_ALL). This table is typically populated and maintained via the corresponding Financial Aid forms and is integral to the COA calculation engine within the IGF_AW packaging process.
-
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 ,
-
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 ,
-
APPS.IGF_AW_COA_UPDATE dependencies on IGF_AW_COA_RATE_DET
12.1.1
-
APPS.IGF_AW_COA_RATE_DET_PKG dependencies on IGF_AW_COA_RATE_DET
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGF_AW_COA_RATE_DET
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGF_AW_COA_RATE_DET
12.1.1
-
SYNONYM: APPS.IGF_AW_COA_RATE_DET
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_COA_RATE_DET, status:VALID,
-
VIEW: APPS.IGF_AW_COA_RATE_MST_V
12.1.1
-
APPS.IGF_AW_COA_RATE_DET_PKG SQL Statements
12.1.1
-
APPS.IGF_AW_COA_UPDATE dependencies on IGF_AW_ITEM
12.1.1
-
VIEW: APPS.IGF_AW_COA_RATE_DET_V
12.1.1
-
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.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,
-
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 ,
-
PACKAGE BODY: APPS.IGF_AW_COA_RATE_DET_PKG
12.1.1
-
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 BODY: APPS.IGF_AW_COA_RATE_DET_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_RATE_DET_PKG, status:VALID,
-
Table: IGS_PR_CLASS_STD
12.2.2
product: IGS - Student System (Obsolete) , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_COA_RATE_DET_PKG dependencies on IGF_AW_COA_RATE_DET_PKG
12.1.1
-
View: IGF_AW_COA_RATE_DET_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Cost of Attendance Rate Table Detail , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
Table: IGS_EN_ATD_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_TYPE_ALL, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance types , implementation_dba_data: IGS.IGS_EN_ATD_TYPE_ALL ,
-
Table: IGS_PR_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CLASS_STD, object_name:IGS_PR_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: IGS.IGS_PR_CLASS_STD ,
-
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 ,
-
Table: IGS_PS_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AW_COA_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_UPDATE, status:VALID,
-
Table: IGS_EN_ATD_MODE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ATD_MODE_ALL, object_name:IGS_EN_ATD_MODE_ALL, status:VALID, product: IGS - Student System , description: Describes available university program attendance modes , implementation_dba_data: IGS.IGS_EN_ATD_MODE_ALL ,
-
Table: IGS_PS_COURSE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_COURSE, object_name:IGS_PS_COURSE, status:VALID, product: IGS - Student System , description: This entity describes the programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: IGS.IGS_PS_COURSE ,
-
Table: IGS_EN_ATD_MODE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance modes , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGF_AW_COA_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_COA_GEN, status:VALID,
-
Table: IGS_PS_COURSE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the programs which are offered by the university, covering both award and non-award programs. , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_COA_RATE_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_RATE_DET_V, object_name:IGF_AW_COA_RATE_DET_V, status:VALID, product: IGF - Financial Aid , description: Cost of Attendance Rate Table Detail , implementation_dba_data: APPS.IGF_AW_COA_RATE_DET_V ,
-
Table: IGS_EN_ATD_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available university program attendance types , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
VIEW: APPS.IGF_AW_COA_RATE_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_RATE_DET_V, object_name:IGF_AW_COA_RATE_DET_V, status:VALID,
-
Table: IGS_PS_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TYPE_ALL, object_name:IGS_PS_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of program types. This set is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: IGS.IGS_PS_TYPE_ALL ,
-
Table: IGS_AD_LOCATION_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AW_ROLLOVER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_ROLLOVER, status:VALID,
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_COA_UPDATE dependencies on IGS_CA_INST
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGF_AW_ROLLOVER SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.IGF_AW_COA_UPDATE SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_AW_ROLLOVER dependencies on IGS_CA_INST_ALL
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_UPDATE
12.1.1