Search Results depend_stat
Overview
The IGF_AW_FISAP_REPSET table is a core configuration entity within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically in the Grants and Financial Aid (IGF) module. Its primary role is to define the classification categories for student income data required for the Fiscal Operations Report and Application to Participate (FISAP). This report is mandated for institutions participating in the U.S. Federal Campus-Based programs. The table establishes the logical mapping between student characteristics—such as dependency status and class standing—and the specific sections of the FISAP report where their income data must be aggregated and reported, ensuring regulatory compliance.
Key Information Stored
The table stores unique combinations of attributes that define a reporting category. The central column is CATEGORY_ID, a system-generated unique identifier. The business logic is defined by five key columns: FISAP_SECTION (e.g., SECTION II, SECTION V), DEPEND_STAT (Dependent, Independent), CLASS_STANDING (e.g., Under Graduate, Graduate Professional), CI_CAL_TYPE, and CI_SEQUENCE_NUMBER. The latter two columns collectively identify the award year context. The table also includes standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) for audit purposes. Two unique indexes enforce data integrity: one on CATEGORY_ID and another on the composite key of the five defining business columns.
Common Use Cases and Queries
This table is primarily used during the FISAP reporting setup and generation process. Administrators configure categories through the EBS user interface, which writes records to this table. During batch processing, the system queries this table to determine into which FISAP section a student's financial data should be summarized based on their profile. A common reporting query retrieves all category definitions for a specific award year to validate setup.
SELECT category_id,
fisap_section,
depend_stat,
class_standing
FROM igf.igf_aw_fisap_repset
WHERE ci_cal_type = '&Award_Year_Type'
AND ci_sequence_number = &Award_Year_Sequence;
Another critical use case is ensuring no duplicate category rules exist, leveraging the unique composite index on the five key columns.
Related Objects
Based on the provided metadata, the IGF_AW_FISAP_REPSET table does not have explicitly documented foreign key relationships referencing other objects. However, as a foundational configuration table, it is logically referenced by other FISAP-related tables and application logic within the IGF module that process student income data. These downstream objects would use the CATEGORY_ID or the combination of the five defining columns to associate student records with the correct FISAP reporting bucket. The table's design as a standalone reference entity suggests it is populated during initial setup and then read extensively by the FISAP reporting engine.
-
APPS.IGF_AW_PACKNG_SUBFNS dependencies on IGF_AW_LOAN_LIMIT_ALL
12.1.1
-
TABLE: IGF.IGF_AW_FISAP_REPSET
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FISAP_REPSET, object_name:IGF_AW_FISAP_REPSET, status:VALID,
-
TABLE: IGF.IGF_AW_LOAN_LIMIT_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_LOAN_LIMIT_ALL, object_name:IGF_AW_LOAN_LIMIT_ALL, status:VALID,
-
Table: IGF_AP_EFC_ALT_FACT
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_EFC_ALT_FACT, object_name:IGF_AP_EFC_ALT_FACT, status:VALID, product: IGF - Financial Aid , description: OBSOLETE , implementation_dba_data: IGF.IGF_AP_EFC_ALT_FACT ,
-
TABLE: IGF.IGF_AP_EFC_ALT_FACT
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_EFC_ALT_FACT, object_name:IGF_AP_EFC_ALT_FACT, status:VALID,
-
VIEW: APPS.IGF_AW_LOAN_LIMIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LOAN_LIMIT, object_name:IGF_AW_LOAN_LIMIT, status:VALID,
-
APPS.IGF_AW_FISAP_REPSET_PKG dependencies on IGF_AW_FISAP_REPSET
12.1.1
-
View: IGF_AW_LOAN_LIMIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LOAN_LIMIT_V, object_name:IGF_AW_LOAN_LIMIT_V, status:VALID, product: IGF - Financial Aid , description: Sets the limits for Loans to be used during packaging , implementation_dba_data: APPS.IGF_AW_LOAN_LIMIT_V ,
-
VIEW: APPS.IGF_AP_EFC_ALT_FACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_ALT_FACT_V, object_name:IGF_AP_EFC_ALT_FACT_V, status:VALID,
-
VIEW: APPS.IGF_AW_LOAN_LIMIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LOAN_LIMIT_V, object_name:IGF_AW_LOAN_LIMIT_V, status:VALID,
-
VIEW: APPS.IGF_AW_FISAP_SECTION_II_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FISAP_SECTION_II_V, object_name:IGF_AW_FISAP_SECTION_II_V, status:VALID,
-
VIEW: APPS.IGF_AW_FISAP_REPSET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FISAP_REPSET_V, object_name:IGF_AW_FISAP_REPSET_V, status:VALID,
-
Table: IGF_AW_FISAP_REPSET
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This entity holds information to set up the category under which the Students FISAP Income would get classified. , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_EFC_ALT_FACT
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_LOAN_LIMIT_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores Federal Stafford Loan Limits which are determined by the Award Year, Grade Level and the dependency status , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AW_LOAN_LIMIT_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_LOAN_LIMIT_ALL, object_name:IGF_AW_LOAN_LIMIT_ALL, status:VALID, product: IGF - Financial Aid , description: Stores Federal Stafford Loan Limits which are determined by the Award Year, Grade Level and the dependency status , implementation_dba_data: IGF.IGF_AW_LOAN_LIMIT_ALL ,
-
TABLE: IGF.IGF_AW_FISAP_II_H
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FISAP_II_H, object_name:IGF_AW_FISAP_II_H, status:VALID,
-
View: IGF_AP_EFC_ALT_FACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_EFC_ALT_FACT_V, object_name:IGF_AP_EFC_ALT_FACT_V, status:VALID, product: IGF - Financial Aid , description: OBSOLETE , implementation_dba_data: APPS.IGF_AP_EFC_ALT_FACT_V ,
-
View: IGF_AW_LOAN_LIMIT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_LOAN_LIMIT, object_name:IGF_AW_LOAN_LIMIT, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_LOAN_LIMIT ,
-
APPS.IGF_AW_FISAP_REPSET_PKG SQL Statements
12.1.1
-
Table: IGF_AW_FISAP_REPSET
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FISAP_REPSET, object_name:IGF_AW_FISAP_REPSET, status:VALID, product: IGF - Financial Aid , description: This entity holds information to set up the category under which the Students FISAP Income would get classified. , implementation_dba_data: IGF.IGF_AW_FISAP_REPSET ,
-
View: IGF_AP_EFC_ALT_FACT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_LOAN_LIMIT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Sets the limits for Loans to be used during packaging , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_LOAN_LIMIT
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FISAP_SECTION_II_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FISAP_SECTION_II_V, object_name:IGF_AW_FISAP_SECTION_II_V, status:VALID, product: IGF - Financial Aid , description: Stores the count of the Students, who have their FISAP Income between the income ranges as specified in the FISAP Reporting , implementation_dba_data: APPS.IGF_AW_FISAP_SECTION_II_V ,
-
APPS.IGF_AW_FISAP_II_H_PKG dependencies on IGF_AW_FISAP_II_H
12.1.1
-
VIEW: APPS.IGF_AW_FISAP_SECTION_VI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FISAP_SECTION_VI_V, object_name:IGF_AW_FISAP_SECTION_VI_V, status:VALID,
-
View: IGF_AW_FISAP_REPSET_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This entity is be used to define the category ID which consists of an Award Year, Class Standing, Dependency Status , and FISAP Section .Based on the category ID , the FISAP Income ranges would be defined , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_LOAN_LIMIT_PKG dependencies on IGF_AW_LOAN_LIMIT
12.1.1
-
View: IGF_AW_FISAP_REPSET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FISAP_REPSET_V, object_name:IGF_AW_FISAP_REPSET_V, status:VALID, product: IGF - Financial Aid , description: This entity is be used to define the category ID which consists of an Award Year, Class Standing, Dependency Status , and FISAP Section .Based on the category ID , the FISAP Income ranges would be defined , implementation_dba_data: APPS.IGF_AW_FISAP_REPSET_V ,
-
View: IGF_AW_FISAP_SECTION_II_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores the count of the Students, who have their FISAP Income between the income ranges as specified in the FISAP Reporting , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_LOAN_LIMIT_PKG SQL Statements
12.1.1
-
TABLE: IGF.IGF_AW_FISAP_VI_H
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_FISAP_VI_H, object_name:IGF_AW_FISAP_VI_H, status:VALID,
-
APPS.IGF_AW_FISAP_VI_H_PKG dependencies on IGF_AW_FISAP_VI_H
12.1.1
-
APPS.IGF_AW_LOAN_LIMIT_PKG dependencies on IGF_AW_LOAN_LIMIT_ALL
12.1.1
-
APPS.IGF_AW_FISAP_VI_H_PKG SQL Statements
12.1.1
-
APPS.IGF_AW_FISAP_II_H_PKG SQL Statements
12.1.1
-
APPS.IGF_AW_PACKNG_SUBFNS SQL Statements
12.1.1
-
APPS.IGF_AW_PACKNG_SUBFNS dependencies on IGF_AP_ISIR_MATCHED
12.1.1
-
View: IGF_AW_FISAP_SECTION_VI_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This entity is used to derive the count of the Students as well as the sum of their disbursed amounts for Campus Based Funds for the section VI of FISAP Reporting , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_FISAP_SECTION_VI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_FISAP_SECTION_VI_V, object_name:IGF_AW_FISAP_SECTION_VI_V, status:VALID, product: IGF - Financial Aid , description: This entity is used to derive the count of the Students as well as the sum of their disbursed amounts for Campus Based Funds for the section VI of FISAP Reporting , implementation_dba_data: APPS.IGF_AW_FISAP_SECTION_VI_V ,
-
PACKAGE BODY: APPS.IGF_AW_FISAP_REPSET_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_LOAN_LIMIT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_FISAP_II_H_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_FISAP_VI_H_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_PACKNG_SUBFNS
12.1.1
-
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 ,