Search Results igf_sl_alt_borw_all
Overview
The table IGF_SL_ALT_BORW_ALL is a data object within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). Its specific role is to store supplementary borrower information required for processing Alternative Loan applications submitted by students. Alternative Loans, distinct from federal direct loans, are private educational loans. This table acts as an extension to core loan data, capturing details specific to the private lending process. It is important to note that the IGF module is marked as obsolete in the provided metadata, indicating it may be part of a legacy system footprint. Furthermore, the documentation explicitly states this table is "Not implemented in this database," suggesting it may exist in the data dictionary for reference but is not actively populated or used in a standard deployment of the specified EBS versions (12.1.1 / 12.2.2).
Key Information Stored
Based on the provided metadata, the primary identifier for a record in this table is the ALBW_ID column, which serves as the primary key. The most significant foreign key column is LOAN_ID, which links each record to a corresponding entry in the core loan table (IGF_SL_LOANS_ALL). This relationship is fundamental, tethering the alternative loan borrower details to a specific loan application or record. While the full column list is not detailed in the excerpt, the table's purpose implies it would store data elements such as borrower credit information, co-signer details, lender-specific application identifiers, or other underwriting data not relevant to federal loan programs.
Common Use Cases and Queries
Given its obsolete status and non-implementation note, active operational or reporting use cases for this table in a standard EBS 12.1.1/12.2.2 environment are unlikely. Its primary use would be for historical data analysis or system migration reference if it was populated in a prior implementation. A typical query would involve joining to the main loans table to retrieve consolidated loan and borrower data for alternative loans. A sample SQL pattern would be:
- SELECT sl.*, albw.* FROM igf_sl_loans_all sl JOIN igf_sl_alt_borw_all albw ON sl.loan_id = albw.loan_id WHERE sl.loan_type = 'ALTERNATIVE';
Any reporting on private loan borrower demographics or application attributes would theoretically source from this table.
Related Objects
The documented foreign key relationship explicitly defines this table's dependency on the core loans table. The relationship is as follows:
- Primary Table: IGF_SL_ALT_BORW_ALL
- Related Table: IGF_SL_LOANS_ALL
- Join Column: IGF_SL_ALT_BORW_ALL.LOAN_ID references a corresponding column (presumably also named LOAN_ID) in IGF_SL_LOANS_ALL.
This is a one-to-many relationship from loans to alternative borrower data, where one loan record could have associated detail records in IGF_SL_ALT_BORW_ALL. No other foreign keys or related objects are listed in the provided metadata.
-
Table: IGF_SL_ALT_BORW_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores additional information required for Alternative Loan application from a student , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_SL_ALT_BORW_ALL
12.1.1
-
APPS.IGF_SL_ALT_BORW_PKG dependencies on IGF_SL_ALT_BORW_ALL
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_ALT_BORW_ALL
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_ALT_BORW_ALL
12.1.1
-
SYNONYM: APPS.IGF_SL_ALT_BORW_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_ALT_BORW_ALL, status:VALID,
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_ALT_BORW
12.1.1
-
APPS.IGF_SL_ALT_BORW_PKG dependencies on IGF_SL_ALT_BORW_PKG
12.1.1
-
VIEW: APPS.IGFBV_FFELP_LOAN_ORIGINATIONS
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_ALT_BORW_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_ALT_BORW_PKG, status:VALID,
-
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 ,
-
VIEW: APPS.IGF_SL_ALT_BORW
12.1.1
-
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 ,
-
VIEW: APPS.IGFFV_FFELP_LOAN_ORIGINATIONS
12.1.1
-
APPS.IGF_SL_ALT_BORW_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_LAR_CREATION, status:VALID,
-
View: IGF_SL_ALT_BORW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_ALT_BORW, object_name:IGF_SL_ALT_BORW, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_ALT_BORW ,
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_LI_IMP_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_DL_LI_IMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_LI_IMP_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: IGFBV_FFELP_LOAN_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
TABLE: IGF.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,
-
View: IGFFV_FFELP_LOAN_ORIGINATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Financial Aid FFELP Loan Originations , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_ALT_BORW
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_ALT_BORW_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGF_SL_ALT_BORW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_ALT_BORW, object_name:IGF_SL_ALT_BORW, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.IGF_SL_CL_LI_IMP_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on FND_LOG
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_LAR_CREATION SQL Statements
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_LI_IMP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
-
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 ,