Search Results stud_mth_crdtcard_pymt
Overview
IGF_SL_CL_RESP_R4 is an Oracle EBS 12.1.1 / 12.2.2 view owned by the APPS schema within the IGF (Financial Aid) product family. It exposes credit-report style respondent data used in the Federal Stafford, Supplemental Loans for Students (SLS), HEAL, Perkins, and alternative loan processing flows. The view presents one row per credit response record, keyed by CLRP1_ID and LOAN_NUMBER, and surfaces borrower financial attributes, repayment election preferences, debt schedules, and up to two co-signer records. Its primary role is to provide a read-only, reporting-friendly projection over the underlying IGF_SL_CL_RESP_R4_ALL base table, allowing credit-evaluation and loan-certification programs to query consolidated respondent data without duplicating join logic across modules.
Underlying Base Objects
The documented view text identifies a single base object: IGF_SL_CL_RESP_R4_ALL (aliased CLRP4). No additional base tables are documented in the ETRM metadata, indicating this is a fairly straightforward single-table projection rather than a denormalized join view. The defining query includes a predicate on ORG_ID — typically NVL(CLRP4.ORG_ID, ...) — which imposes multi-org security filtering so that only records relevant to the operating unit context are returned. Because the view exposes ROWID in its select list, it is primarily intended for read-only reporting rather than DML. Referenced base objects are not separately documented in the 12.2.2 metadata snapshot, so integrators should treat IGF_SL_CL_RESP_R4_ALL as the authoritative source.
Key Columns
The columns fall into several functional groups:
- Identity and loan linkage: CLRP1_ID, LOAN_NUMBER, ORG_ID — the record key and operating unit.
- Debt and income: FED_STAFFORD_LOAN_DEBT, FED_SLS_DEBT, HEAL_DEBT, PERKINS_DEBT, OTHER_DEBT, OTHER_LOAN_AMT, BORW_GROSS_ANNUAL_SAL, BORW_OTHER_INCOME — borrower obligations and earning capacity.
- Repayment election: REPAYMENT_OPT_CODE — the borrower's selected repayment plan option (the search term for this article), paired with INT_RATE_OPT for interest-rate election.
- Monthly expense profile: STUD_MTH_HOUSING_PYMT, STUD_MTH_CRDTCARD_PYMT, STUD_MTH_AUTO_PYMT, STUD_MTH_ED_LOAN_PYMT, STUD_MTH_OTHER_PYMT — used in debt-to-income calculations.
- Co-signer attributes: COSNR_1_* and COSNR_2_* families covering name, SSN, citizenship, address, income, DOB, license, relationship, monthly obligations, and signature/authorization codes.
- Electronic signature: FIRST_CSGNR_ELEC_SIGN_FLAG, SECOND_CSGNR_ELEC_SIGN_FLAG.
- Alternate layout identifiers: ALT_LAYOUT_OWNER_CODE_TXT, ALT_LAYOUT_IDENTI_CODE_TXT, STUDENT_SCHOOL_PHONE_TXT.
- Standard WHO/audit columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical use cases include credit decisioning reports, repayment-plan analysis, co-signer eligibility checks, and data extracts feeding external credit bureaus or downstream loan servicing systems. The REPAYMENT_OPT_CODE column is commonly filtered or grouped to assess plan election trends across borrowers.
SELECT LOAN_NUMBER,
BORW_GROSS_ANNUAL_SAL,
REPAYMENT_OPT_CODE,
COSNR_1_LAST_NAME,
COSNR_1_GROSS_ANL_SAL
FROM APPS.IGF_SL_CL_RESP_R4
WHERE ORG_ID = :p_org_id
AND REPAYMENT_OPT_CODE IS NOT NULL;
A second scenario joins the view back to loan applicant records to compare monthly expense totals against income, and a third aggregates debt columns by REPAYMENT_OPT_CODE to feed portfolio-level dashboards. Because the view is org-striped by predicate, integrators must always bind ORG_ID to return correct multi-org data.
-
View: IGF_SL_CL_RESP_R4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RESP_R4, object_name:IGF_SL_CL_RESP_R4, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_CL_RESP_R4 ,
-
View: IGF_SL_CL_RESP_R4
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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.IGFBV_ALT_ORIG_RESPONSES
12.1.1
-
VIEW: APPS.IGF_SL_CL_RESP_R4
12.1.1
-
VIEW: APPS.IGF_SL_ALT_BORW
12.1.1
-
VIEW: APPS.IGFFV_ALT_ORIG_RESPONSES
12.1.1
-
VIEW: APPS.IGF_SL_CL_RESP_R4
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RESP_R4, object_name:IGF_SL_CL_RESP_R4, status:VALID,
-
View: IGFFV_ALT_ORIG_RESPONSES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds Alternate Loan Origination Response Details , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_ALT_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_ALT_ORIG_RESPONSES, object_name:IGFBV_ALT_ORIG_RESPONSES, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Alternate Loan Origination Response Details , implementation_dba_data: APPS.IGFBV_ALT_ORIG_RESPONSES ,
-
View: IGFFV_ALT_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_ALT_ORIG_RESPONSES, object_name:IGFFV_ALT_ORIG_RESPONSES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds Alternate Loan Origination Response Details , implementation_dba_data: APPS.IGFFV_ALT_ORIG_RESPONSES ,
-
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 ,
-
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: IGFBV_ALT_ORIG_RESPONSES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Alternate Loan Origination Response Details , implementation_dba_data: Not implemented in this database ,
-
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.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,
-
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,
-
TABLE: IGF.IGF_SL_CL_RESP_R4_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RESP_R4_ALL, object_name:IGF_SL_CL_RESP_R4_ALL, status:VALID,
-
APPS.IGF_SL_CL_RESP_R4_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_ALT_BORW_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_ALT_BORW_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_RESP_R4_PKG
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_GEN
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_AW_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,