Search Results igf_sl_alt_borw
Overview
The view IGF_SL_ALT_BORW belongs to the IGF (Financial Aid) product module within Oracle E-Business Suite, owned by the APPS schema and reported as VALID in the ETRM metadata. It presents alternate borrower information associated with student loan records — the entity that assumes repayment responsibility when the primary borrower, typically the student, does not. The suffix "ALT_BORW" denotes "alternate borrower," and the view exposes a single consolidated row image per alternate borrower record, including debt obligations, income, repayment preferences, and detailed credit-score style reference data for up to two cosigners or references designated CS1 and CS2.
Functionally, the view acts as a reporting and integration surface rather than a transactional interface. Financial aid administrators, downstream reporting tools, and interfaces consuming Stafford, PLUS, or consolidated loan data query this view to retrieve the demographic, financial, and reference attributes needed to evaluate creditworthiness or to populate loan application extracts. Because it is a view rather than a table, it carries no independent storage and inherits the data integrity and validation rules of its underlying physical object.
Underlying Base Objects
The ETRM metadata excerpt documents that IGF_SL_ALT_BORW is defined exclusively over the base table IGF_SL_ALT_BORW_AL, with no other referenced base objects recorded. This is a one-to-one view-to-table relationship: every column projected by the view originates from that single table. The naming convention "_AL" follows the standard Oracle EBS pattern for attribute or alternate-language style tables in the IGF schema, and the presence of standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) plus request/program audit columns (REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE) confirms the object is maintained through concurrent programs and application-level DML rather than direct SQL.
The view text explicitly includes ROWID in its SELECT list, which is significant. Exposing ROWID signals that consumers may use the view to build updatable result sets or link back to the precise physical row in IGF_SL_ALT_BORW_AL. The absence of joins or aggregations in the definition also indicates the view is a straightforward projection intended for simplified access rather than a normalized reporting model.
Key Columns
- ALBW_ID, LOAN_ID — Primary key of the alternate borrower record and the foreign key linking it to the associated loan.
- Debt fields (FED_STAFFORD_LOAN_DEBT, FED_SLS_DEBT, HEAL_DEBT, PERKINS_DEBT, OTHER_DEBT, OTHER_LOAN_AMT) — Existing borrower indebtedness by loan program, used in credit evaluation.
- Income fields (BORW_GROSS_ANNUAL_SAL, BORW_OTHER_INCOME) — Declared annual salary and supplementary income of the alternate borrower.
- Repayment attributes (INT_RATE_OPT, REPAYMENT_OPT_CODE) — Interest rate and repayment plan elections.
- Student identifiers (STUDENT_MAJOR, CRDT_UNDR_DIFFT_NAME) — Major field of study and any credit obtained under a different name.
- Monthly obligation fields (STUD_MTH_HOUSING_PYMT through STUD_MTH_OTHER_PYMT) — Monthly expense components supporting debt-to-income analysis.
- CS1_/CS2_ prefixed columns — Full cosigner/reference detail sets including name, SSN, citizenship, address, telephone, birth date, driver's license, credit authorization code, electronic signature indicator, and mirrored monthly payment and income fields.
- ORG_ID — Operating unit context for multi-org reporting.
Common Use Cases and Queries
Typical usage includes loan credit-review extracts, alternate borrower demographic reports, and reconciliation of declared income against debt obligations. The following sample retrieves active alternate borrower records for a single loan:
SELECT albw_id, loan_id, borw_gross_annual_sal, borw_other_income, repayment_opt_code, org_id FROM apps.igf_sl_alt_borw WHERE loan_id = :loan_id;SELECT albw_id, cs1_lname, cs1_fname, cs1_ssn_txt, cs2_lname, cs1_credit_auth_code_txt FROM apps.igf_sl_alt_borw WHERE org_id = :org_id AND creation_date >= :start_date;SELECT albw_id, rowid FROM apps.igf_sl_alt_borw WHERE albw_id = :albw_id;— retrieving the physical ROWID for update or drill-through.
Because SSN and credit authorization fields are exposed, query design should apply the organization's data masking and security standards, and access should be restricted to authorized financial aid personnel.
-
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 ,
-
View: IGF_SL_ALT_BORW
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_ALT_BORW_V
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,
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_VALIDATION, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_ORIG, status:VALID,
-
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_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores alternate loan details for student , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_ALT_BORW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_ALT_BORW_V, object_name:IGF_SL_ALT_BORW_V, status:VALID, product: IGF - Financial Aid , description: Stores alternate loan details for student , implementation_dba_data: APPS.IGF_SL_ALT_BORW_V ,
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_ORIG_ACK, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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,
-
APPS.IGF_SL_CL_ORIG SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_ALT_BORW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_ALT_BORW_V, object_name:IGF_SL_ALT_BORW_V, status:VALID,
-
APPS.IGF_SL_CL_VALIDATION SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_ALT_BORW
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_ALT_BORW
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_ALT_BORW
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_ALT_BORW
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_AW_AWARD_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_AW_AWARD
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_LOR
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_LOANS_V
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CL_RESP_R4
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK SQL Statements
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_LOANS
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_LOANS
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_ORIG_ACK
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 ,