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_LOANS_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Contains the loan application record details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_CHG_FILE dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_AP_MATCHING_PROCESS_PKG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_GEN dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_ORIG_ACK dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_ORIG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_CHG_ACK dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_AW_SS_GEN_PKG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_AWARD dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_AW_AWD_DISB_PKG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_DB_CL_ROSTER dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_AW_PACKNG_SUBFNS dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_PRINT_PNOTE dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_RECORD dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_CHG_FILE dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_PNOTE_ACK dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_AW_PACKAGING dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_ORIG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_CHG_PRC dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_RECORD dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_DB_DISB dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_LOR_PKG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_AWARD dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_GEN dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_LOANS_PKG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_CREATE_CHG dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGF_SL_LOANS
12.1.1
-
APPS.IGF_SL_REL_DISB dependencies on IGF_SL_LOANS
12.1.1
-
APPS.IGF_SL_AWARD dependencies on IGF_SL_LOANS
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_LOANS
12.1.1
-
APPS.IGF_AW_SS_GEN_PKG dependencies on IGF_GR_RFMS
12.1.1
-
APPS.IGF_DB_CL_ROSTER dependencies on IGF_SL_LOR_ALL
12.1.1
-
APPS.IGF_SL_DL_GEN_XML dependencies on IGF_AW_AWARD_ALL
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_LOANS
12.1.1