Search Results igf_sl_cl_resp_r4_all
Overview
IGF_SL_CL_RESP_R4_ALL is a Financial Aid module table in Oracle E-Business Suite (12.1.1 and 12.2.2) that stores the detailed data returned within the @4 record type during processing of the CommonLine Origination Acknowledgment Process. CommonLine is the legacy industry standard for electronic student loan origination and disbursement messaging; within EBS, the IGF schema handled the exchange of these fixed-format records between institutions and lenders/guarantors. The @4 record type carries the expanded borrower and co-signer reference data associated with a loan acknowledgment response. The table is classified as obsolete in current documentation and, per the ETRM metadata, is not implemented in this database — it is retained for historical reference and upgrade context only. Under a heuristic Data Vault classification, the FK structure suggests a satellite-leaning design: it hangs off a parent response record keyed by CLRP1_ID and is itself referenced by a detail table, which is consistent with a descriptive satellite rather than an independent hub or link.
Key Information Stored
The table is documented with 90 columns in the IGF schema. The most operationally significant data falls into these groups:
- CLRP1_ID — the primary key (IGF_SL_CL_RESP_R4_ALL_PK) and the foreign key linking back to the parent response in IGF_SL_CL_RESP_R1_ALL. This is both the surrogate PK and the documented business-key candidate (unique index IGF_SL_CL_RESP_R4_ALL_U1).
- LOAN_NUMBER — identifies the specific loan to which the acknowledgment applies.
- Borrower financials — FED_STAFFORD_LOAN_DEBT, FED_SLS_DEBT, HEAL_DEBT, PERKINS_DEBT, OTHER_DEBT, BORW_GROSS_ANNUAL_SAL, and BORW_OTHER_INCOME capture the borrower's existing debt and income position.
- Borrower monthly obligations — STUD_MTH_HOUSING_PYMT, STUD_MTH_CRDTCARD_PYMT, STUD_MTH_AUTO_PYMT, STUD_MTH_ED_LOAN_PYMT, STUD_MTH_OTHER_PYMT.
- Loan terms — INT_RATE_OPT and REPAYMENT_OPT_CODE define the interest-rate option and repayment plan selected.
- Co-signer data (COSNR_1_* and COSNR_2_*) — name, SSN, citizenship, address (including foreign postal code and phone prefix), signature code, gross salary, other income, date of birth, driver's license state/number, relationship to the student, years at address, monthly payment obligations, and credit authorization code for up to two co-signers.
- Administrative columns — ORG_ID, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE support multi-org security, audit tracking, and concurrent-program provenance.
- Additional fields — OTHER_LOAN_AMT, ALT_LAYOUT_OWNER_CODE_TXT, ALT_LAYOUT_IDENTI_CODE_TXT, STUDENT_SCHOOL_PHONE_TXT, FIRST_CSGNR_ELEC_SIGN_FLAG, and SECOND_CSGNR_ELEC_SIGN_FLAG address alternate layout identification and electronic-signature capture.
Common Use Cases and Queries
Typical usage centers on reconciliation and audit of origination acknowledgments, retrieving co-signer detail for servicing, and tracing a loan acknowledgment to its parent CommonLine response. A representative join back to the parent table:
SELECT r4.LOAN_NUMBER,
r4.COSNR_1_LAST_NAME,
r4.COSNR_1_SSN,
r4.INT_RATE_OPT,
r4.REPAYMENT_OPT_CODE
FROM IGF_SL_CL_RESP_R4_ALL r4,
IGF_SL_CL_RESP_R1_ALL r1
WHERE r4.CLRP1_ID = r1.CLRP1_ID
AND r4.LOAN_NUMBER = :loan_number;
A reporting scenario might aggregate outstanding borrower debt by loan to feed a portfolio summary, or list co-signers whose electronic-signature flag is populated for compliance review. Because concurrent programs populate the table, filtering by REQUEST_ID is a practical way to isolate the output of a specific Origination Acknowledgment run. Reporting queries should restrict by ORG_ID in multi-org installations.
Related Objects
The FK and PK relationships documented for this object connect it to the following significant tables:
- IGF_SL_CL_RESP_R1_ALL — the parent response table; joined on CLRP1_ID (IGF_SL_CL_RESP_R4_ALL.CLRP1_ID references IGF_SL_CL_RESP_R1_ALL).
- IGF_SL_CL_RESP_R7_DTLS — the detail table that references this table via IGF_SL_CL_RESP_R7_DTLS.CLRP1_ID, linking @4 record data to further @7 detail records.
- IGF_SL_CL_RESP_R4_ALL_PK / _U1 — the primary-key constraint and unique index that enforce the CLRP1_ID key.
These three tables together form the CommonLine Origination Acknowledgment response chain: the R1 parent, the R4 borrower/co-signer expansion, and the R7 detail records. Because the object is marked obsolete and not implemented in the ETRM database, references in custom code should be validated against the installation before use.
-
Table: IGF_SL_CL_RESP_R4_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores all the details which are returned by @4 record type, while processing the CommonLine Origination Acknowledgment Process , implementation_dba_data: Not implemented in this database ,
-
Table: 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, product: IGF - Financial Aid , description: Stores all the details which are returned by @4 record type, while processing the CommonLine Origination Acknowledgment Process , implementation_dba_data: IGF.IGF_SL_CL_RESP_R4_ALL ,
-
SYNONYM: APPS.IGF_SL_CL_RESP_R4_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_CL_RESP_R4_ALL, status:VALID,
-
Table: IGF_SL_CL_RESP_R1_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains the CommonLine response from external processor , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_CL_RESP_R7_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RESP_R7_DTLS, object_name:IGF_SL_CL_RESP_R7_DTLS, status:VALID, product: IGF - Financial Aid , description: CommonLine Response Table holds information from the Response @3 Layouts , implementation_dba_data: IGF.IGF_SL_CL_RESP_R7_DTLS ,
-
Table: IGF_SL_CL_RESP_R7_DTLS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: CommonLine Response Table holds information from the Response @3 Layouts , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_CL_RESP_R4
12.1.1
-
Table: IGF_SL_CL_RESP_R1_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_CL_RESP_R1_ALL, object_name:IGF_SL_CL_RESP_R1_ALL, status:VALID, product: IGF - Financial Aid , description: Maintains the CommonLine response from external processor , implementation_dba_data: IGF.IGF_SL_CL_RESP_R1_ALL ,
-
VIEW: APPS.IGFFV_ALT_ORIG_RESPONSES
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_RESP_R4_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_RESP_R4_PKG, status:VALID,
-
APPS.IGF_SL_CL_RESP_R4_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFBV_ALT_ORIG_RESPONSES
12.1.1
-
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,
-
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: 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: 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 ,
-
12.1.1 FND Design Data
12.1.1
-
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,
-
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,
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_RESP_R4_PKG
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,
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CL_RESP_R4_ALL
12.1.1
-
APPS.IGF_SL_CL_RESP_R4_PKG dependencies on IGF_SL_CL_RESP_R4_ALL
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_CL_RESP_R4_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_ALT_BORW
12.1.1
-
APPS.IGF_SL_CL_RESP_R4_PKG dependencies on IGF_SL_CL_RESP_R4_PKG
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_CL_RESP_R4
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
APPS.IGF_SL_CL_LI_IMP_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_LOANS_ALL
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_LOANS
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_LI_IMP_PKG
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 ,
-
12.1.1 DBA Data
12.1.1