Search Results igf_sl_loans_all
Overview
The IGF_SL_LOANS_ALL table is a core data repository within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It serves as the primary transactional table for storing detailed student loan application records. Its role is critical for managing the lifecycle of a loan from origination through disbursement and servicing. As an "ALL" table, it is designed to support the multi-organization architecture of EBS, meaning it stores data partitioned by the operating unit (ORG_ID), allowing for secure, institution-specific data segregation. The table's integrity is enforced by a primary key on LOAN_ID and unique constraints on LOAN_NUMBER and AWARD_ID, ensuring each loan record is uniquely identifiable and correctly associated with its corresponding financial aid award.
Key Information Stored
The table's structure is centered on the loan entity. The most critical columns, as indicated by the provided constraints, include LOAN_ID (the primary surrogate key), LOAN_NUMBER (a unique business identifier for the loan), and AWARD_ID (the foreign key linking the loan to its parent award record in IGF_AW_AWARD_ALL). While the full column list is not provided in the excerpt, typical data stored in such a table includes loan amounts (original, certified, disbursed), interest rates, loan period dates (from and to), loan type (Subsidized, Unsubsidized, PLUS), disbursement schedules, status (offered, accepted, certified), and identifiers for the lender, guarantor, and servicer. The presence of ORG_ID is implicit for data partitioning in the "ALL" table structure.
Common Use Cases and Queries
This table is central to numerous operational and reporting processes. Common use cases include generating loan disclosure statements, creating manifests for electronic funds transfer (EFT) or paper check disbursements, producing promissory notes, and interfacing loan data with external systems like the U.S. Department of Education's Common Origination and Disbursement (COD) system. A fundamental query pattern involves joining to the award and student base tables to create a comprehensive loan roster:
- SELECT l.loan_number, a.award_number, s.person_id FROM igf_sl_loans_all l JOIN igf_aw_award_all a ON l.award_id = a.award_id JOIN igf_ap_fa_base_rec_all b ON a.base_id = b.base_id JOIN igf_ap_isir_matches_all s ON b.person_number = s.person_number WHERE l.loan_status = 'CERTIFIED';
Reporting use cases often aggregate loan data by type, academic period, or student demographic for institutional analysis and regulatory compliance.
Related Objects
As documented in the foreign key relationships, IGF_SL_LOANS_ALL is a pivotal hub with numerous child tables and a key parent relationship. The primary parent table is IGF_AW_AWARD_ALL, linked via AWARD_ID. Key child tables that depend on the loan record include:
- IGF_SL_ALT_BORW_ALL: Stores data on alternative loan borrowers, linked by LOAN_ID.
- IGF_SL_CLCHSN_DTLS: Contains school choice details, linked by LOAN_NUMBER_TXT to the loan number.
- IGF_SL_LOR_ALL: Holds data for Loan Origination Records (LOR), linked by LOAN_ID.
- IGF_SL_DL_MANIFEST_ALL: Stores manifest records for Direct Loan disbursements, linked by LOAN_ID.
- IGF_SL_DL_PNOTE_P_P_ALL and IGF_SL_DL_PNOTE_S_P_ALL: Contain data for Direct Loan promissory notes (Parent PLUS and Student), linked by LOAN_ID.
These relationships illustrate the table's integral role in the end-to-end loan origination and disbursement processes within EBS Financial Aid.
-
Table: IGF_SL_LOANS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOANS_ALL, object_name:IGF_SL_LOANS_ALL, status:VALID, product: IGF - Financial Aid , description: Contains the loan application record details , implementation_dba_data: IGF.IGF_SL_LOANS_ALL ,
-
Table: IGF_SL_LOR_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_ALL, object_name:IGF_SL_LOR_ALL, status:VALID, product: IGF - Financial Aid , description: Contains origination details of loan application records , implementation_dba_data: IGF.IGF_SL_LOR_ALL ,
-
View: IGFBV_DL_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_REJECTS, object_name:IGFBV_DL_REJECTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: APPS.IGFBV_DL_REJECTS ,
-
View: IGFFV_DL_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_REJECTS, object_name:IGFFV_DL_REJECTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid Direct Loan Rejects , implementation_dba_data: APPS.IGFFV_DL_REJECTS ,
-
View: IGFFV_FFELP_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_REJECTS, object_name:IGFFV_FFELP_REJECTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid FFELP Rejects , implementation_dba_data: APPS.IGFFV_FFELP_REJECTS ,
-
View: IGFBV_FFELP_REJECTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_REJECTS, object_name:IGFBV_FFELP_REJECTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid FFELP Rejects , implementation_dba_data: APPS.IGFBV_FFELP_REJECTS ,
-
Table: IGF_SL_DL_MANIFEST_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_MANIFEST_ALL, object_name:IGF_SL_DL_MANIFEST_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the Direct Loan - Stafford and PLUS Loans manifests, which are populated by the Direct Loan Promissory Note Manifest process , implementation_dba_data: IGF.IGF_SL_DL_MANIFEST_ALL ,
-
Table: IGF_SL_CLCHSN_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CLCHSN_DTLS, object_name:IGF_SL_CLCHSN_DTLS, status:VALID, product: IGF - Financial Aid , description: Stores all the change records for Loan record for CommonLine Release 4 Version , implementation_dba_data: IGF.IGF_SL_CLCHSN_DTLS ,
-
Table: IGF_SL_ALT_BORW_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_ALT_BORW_ALL, object_name:IGF_SL_ALT_BORW_ALL, status:VALID, product: IGF - Financial Aid , description: Stores additional information required for Alternative Loan application from a student , implementation_dba_data: IGF.IGF_SL_ALT_BORW_ALL ,
-
Table: IGF_SL_DL_PNOTE_S_P_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P_ALL, object_name:IGF_SL_DL_PNOTE_S_P_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the Stafford Loan ID details, which have been selected for printing and populated by the Direct Loan Promissory Note Print process , implementation_dba_data: IGF.IGF_SL_DL_PNOTE_S_P_ALL ,
-
Table: IGF_SL_DL_PNOTE_P_P_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P_ALL, object_name:IGF_SL_DL_PNOTE_P_P_ALL, status:VALID, product: IGF - Financial Aid , description: Stores the Plus Loan ID details, which have been selected for printing and populated by the Direct Loan Promissory Note Print process , implementation_dba_data: IGF.IGF_SL_DL_PNOTE_P_P_ALL ,
-
View: IGFBV_PERKINS_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_PERKINS_LOANS, object_name:IGFBV_PERKINS_LOANS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Perkins Loans , implementation_dba_data: APPS.IGFBV_PERKINS_LOANS ,
-
View: IGFBV_DL_PROM_NOTE_MANIFESTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_PROM_NOTE_MANIFESTS, object_name:IGFBV_DL_PROM_NOTE_MANIFESTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Direct Loan Promissory Note Manifests , implementation_dba_data: APPS.IGFBV_DL_PROM_NOTE_MANIFESTS ,
-
Table: IGF_AW_AWARD_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWARD_ALL, object_name:IGF_AW_AWARD_ALL, status:VALID, product: IGF - Financial Aid , description: Stores all details of awards given to students , implementation_dba_data: IGF.IGF_AW_AWARD_ALL ,
-
View: IGFBV_DL_YTD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_YTD_DETAILS, object_name:IGFBV_DL_YTD_DETAILS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Year to Date Direct Loan Details , implementation_dba_data: APPS.IGFBV_DL_YTD_DETAILS ,
-
View: IGFBV_FFELP_AWD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_AWD_DISBURSEMENTS, object_name:IGFBV_FFELP_AWD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds FFELP Loan Disbursements , implementation_dba_data: APPS.IGFBV_FFELP_AWD_DISBURSEMENTS ,
-
View: IGFFV_DL_STAFFORD_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_STAFFORD_PROM_NOTES, object_name:IGFFV_DL_STAFFORD_PROM_NOTES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Stafford Loan Promissory Notes , implementation_dba_data: APPS.IGFFV_DL_STAFFORD_PROM_NOTES ,
-
View: IGFFV_DL_PNOTE_STATUS_HISTORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PNOTE_STATUS_HISTORY, object_name:IGFFV_DL_PNOTE_STATUS_HISTORY, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Promissory Note Activities , implementation_dba_data: APPS.IGFFV_DL_PNOTE_STATUS_HISTORY ,
-
View: IGFFV_PERKINS_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_PERKINS_LOANS, object_name:IGFFV_PERKINS_LOANS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Perkins Loans , implementation_dba_data: APPS.IGFFV_PERKINS_LOANS ,
-
View: IGFFV_DL_PROM_NOTE_MANIFESTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PROM_NOTE_MANIFESTS, object_name:IGFFV_DL_PROM_NOTE_MANIFESTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Promissory Note Manifests , implementation_dba_data: APPS.IGFFV_DL_PROM_NOTE_MANIFESTS ,
-
View: IGFBV_DL_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DL_AWARD_DISBURSEMENTS, object_name:IGFBV_DL_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Direct Loan Award Disbursements , implementation_dba_data: APPS.IGFBV_DL_AWARD_DISBURSEMENTS ,
-
View: IGFFV_DL_PLUS_PROM_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_PLUS_PROM_NOTES, object_name:IGFFV_DL_PLUS_PROM_NOTES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Plus Loan Promissory Notes , implementation_dba_data: APPS.IGFFV_DL_PLUS_PROM_NOTES ,
-
View: IGFFV_FFELP_AWD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_AWD_DISBURSEMENTS, object_name:IGFFV_FFELP_AWD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds FFELP Loan Disbursements , implementation_dba_data: APPS.IGFFV_FFELP_AWD_DISBURSEMENTS ,
-
View: IGF_SL_LOANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOANS, object_name:IGF_SL_LOANS, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOANS ,
-
View: IGFFV_DL_YTD_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_YTD_DETAILS, object_name:IGFFV_DL_YTD_DETAILS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Year to Date Direct Loan Details , implementation_dba_data: APPS.IGFFV_DL_YTD_DETAILS ,
-
View: IGFBV_DIRECT_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_DIRECT_LOAN_ORIGINATIONS, object_name:IGFBV_DIRECT_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: APPS.IGFBV_DIRECT_LOAN_ORIGINATIONS ,
-
View: IGFFV_DL_AWARD_DISBURSEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DL_AWARD_DISBURSEMENTS, object_name:IGFFV_DL_AWARD_DISBURSEMENTS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Direct Loan Award Disbursements , implementation_dba_data: APPS.IGFFV_DL_AWARD_DISBURSEMENTS ,
-
View: IGFFV_DIRECT_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_DIRECT_LOAN_ORIGINATIONS, object_name:IGFFV_DIRECT_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid Direct Loan Originations , implementation_dba_data: APPS.IGFFV_DIRECT_LOAN_ORIGINATIONS ,
-
View: IGFBV_FFELP_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_LOAN_ORIGINATIONS, object_name:IGFBV_FFELP_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: APPS.IGFBV_FFELP_LOAN_ORIGINATIONS ,
-
View: IGFFV_FFELP_LOAN_ORIGINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_LOAN_ORIGINATIONS, object_name:IGFFV_FFELP_LOAN_ORIGINATIONS, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: APPS.IGFFV_FFELP_LOAN_ORIGINATIONS ,