Search Results igf_ap_nslds_data_all
Overview
The IGF_AP_NSLDS_DATA_ALL table is a core data repository within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as the primary storage location for National Student Loan Data System (NSLDS) information received for financial aid applicants. The NSLDS is a central U.S. Department of Education database containing federal student aid history. This table's role is to persist critical NSLDS data, such as aggregate loan amounts and Pell Grant usage, which is essential for calculating a student's eligibility for federal financial aid, ensuring compliance with loan limits, and performing regulatory overaward checks. Its "ALL" suffix indicates it is a multi-org table capable of storing data for multiple operating units, a standard design pattern in EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to hold the parsed NSLDS response data for a student. While the full column list is not detailed in the provided metadata, the primary key is documented as NSLDS_ID, a unique system-generated identifier for each NSLDS record. A critical foreign key column is ISIR_ID, which links the NSLDS data to a specific Institutional Student Information Record (ISIR) in the IGF_AP_ISIR_MATCHED_ALL table. This linkage is fundamental, as it ties the NSLDS history to the specific aid application and student. Typical data stored in this table, based on its purpose, includes aggregate outstanding principal on federal loans, Pell Grant Lifetime Eligibility Used (LEU), defaults or overpayments status, and other history elements used in need analysis and packaging.
Common Use Cases and Queries
The primary use case is the automated import and processing of an NSLDS Financial Aid History (FAH) response for a student who has applied for federal aid. System processes parse the NSLDS response and populate this table. Aid administrators and batch processes then query this data to determine eligibility. Common reporting and query scenarios include identifying students approaching or exceeding aggregate loan limits, verifying Pell Grant eligibility, and resolving Common Origination and Disbursement (COD) edit conflicts. A fundamental query pattern joins this table to the ISIR and student base tables:
SELECT s.person_id, n.* FROM igf_ap_nslds_data_all n, igf_ap_isir_matched_all i, igf_ap_fa_base_rec_all s WHERE n.isir_id = i.isir_id AND i.base_id = s.base_id AND s.person_id = :stu_id;
This retrieves all NSLDS data for a specific student, which is crucial for packaging and audit reviews.
Related Objects
The table has documented relationships with other core Financial Aid tables, primarily through foreign key constraints. The key relationship is with the ISIR data, forming the backbone of the applicant's financial aid profile.
- IGF_AP_ISIR_MATCHED_ALL: This is the primary related table. The foreign key constraint from
IGF_AP_NSLDS_DATA_ALL.ISIR_IDreferences theIGF_AP_ISIR_MATCHED_ALLtable. This enforces that every NSLDS record must be associated with a valid ISIR application record. - Primary Key Constraint: The table is governed by the
IGF_AP_NSLDS_DATA_ALL_PKconstraint on theNSLDS_IDcolumn, ensuring the uniqueness of each record.
While not listed in the provided metadata, this table is also commonly referenced by financial aid packaging engine logic, overaward calculation routines, and regulatory reporting extracts within the IGF module.
-
Table: IGF_AP_NSLDS_DATA_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_NSLDS_DATA_ALL, object_name:IGF_AP_NSLDS_DATA_ALL, status:VALID, product: IGF - Financial Aid , description: Describes the NSLDS data of a financial aid student , implementation_dba_data: IGF.IGF_AP_NSLDS_DATA_ALL ,
-
Table: IGF_AP_NSLDS_DATA_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Describes the NSLDS data of a financial aid student , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_ISIR_GEN_PKG dependencies on IGF_AP_NSLDS_DATA_ALL
12.1.1
-
APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGF_AP_NSLDS_DATA_ALL
12.1.1
-
APPS.IGF_AP_NSLDS_DATA_PKG dependencies on IGF_AP_NSLDS_DATA_ALL
12.1.1
-
SYNONYM: APPS.IGF_AP_NSLDS_DATA_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_NSLDS_DATA_ALL, status:VALID,
-
APPS.IGF_AP_NSLDS_DATA_PKG dependencies on IGF_AP_NSLDS_DATA_PKG
12.1.1
-
Table: IGF_AP_ISIR_MATCHED_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_ISIR_MATCHED_ALL, object_name:IGF_AP_ISIR_MATCHED_ALL, status:VALID, product: IGF - Financial Aid , description: Holds the complete ISIR record of the matched students , implementation_dba_data: IGF.IGF_AP_ISIR_MATCHED_ALL ,
-
Table: IGF_AP_ISIR_MATCHED_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the complete ISIR record of the matched students , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AP_NSLDS_DATA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_NSLDS_DATA_PKG, status:VALID,
-
VIEW: APPS.IGFBV_NSLDS
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_ISIR_GEN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_ISIR_GEN_PKG, status:VALID,
-
VIEW: APPS.IGFFV_NSLDS
12.1.1
-
VIEW: APPS.IGF_AP_NSLDS_DATA
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_MATCHING_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_MATCHING_PROCESS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.IGF_AP_NSLDS_DATA_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: IGFBV_NSLDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_NSLDS, object_name:IGFBV_NSLDS, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGFBV_NSLDS ,
-
View: IGFBV_NSLDS
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_ISIR_GEN_PKG dependencies on IGF_AP_ISIR_MATCHED_ALL
12.1.1
-
View: IGFFV_NSLDS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds the NSLDS data of a financial aid student , implementation_dba_data: Not implemented in this database ,
-
View: IGFFV_NSLDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_NSLDS, object_name:IGFFV_NSLDS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds the NSLDS data of a financial aid student , implementation_dba_data: APPS.IGFFV_NSLDS ,
-
View: IGF_AP_NSLDS_DATA
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_AP_ISIR_GEN_PKG dependencies on IGF_AP_ISIR_MATCHED
12.1.1
-
TABLE: IGF.IGF_AP_NSLDS_DATA_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_NSLDS_DATA_ALL, object_name:IGF_AP_NSLDS_DATA_ALL, status:VALID,
-
View: IGF_AP_NSLDS_DATA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_NSLDS_DATA, object_name:IGF_AP_NSLDS_DATA, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AP_NSLDS_DATA ,
-
VIEW: APPS.IGF_AP_NSLDS_DATA
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_NSLDS_DATA, object_name:IGF_AP_NSLDS_DATA, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_NSLDS_DATA_PKG
12.1.1
-
APPS.IGF_AP_ISIR_GEN_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFBV_NSLDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_NSLDS, object_name:IGFBV_NSLDS, status:VALID,
-
VIEW: APPS.IGFFV_NSLDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_NSLDS, object_name:IGFFV_NSLDS, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_ISIR_GEN_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
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 ,