Search Results guarantee_amt
Overview
The view IGFFV_FFELP_ORIG_RESPONSES (owner APPS) is a Financial Aid module object within Oracle E-Business Suite, delivered under the IGF product. It is documented as the "Full View for the Entity that holds FFELP Origination Response Details." In the Federal Family Education Loan Program (FFELP) origination cycle, a school or servicer submits origination requests to a guarantor or the Common Origination and Disbursement (COD) process, and receives back response records confirming or adjusting the requested loan attributes. This view exposes the flattened, denormalized response side of that exchange, presenting borrower, student, loan, disbursement, and guarantee attributes in a single reporting surface.
Its role in EBS reporting and integration is primarily read-only: it serves as a data source for operational reports, reconciliation extracts, downstream interfaces, and ad hoc queries that need to reconcile what was returned by the guarantor against the institution's internal loan records. It is a "Full View," meaning it exposes the complete column set of the underlying entity rather than a narrow subset, which makes it suitable for both investigative querying and integration staging.
Underlying Base Objects
The ETRM metadata for this object records no documented referenced base objects, and the view text excerpt is expressed as a single SELECT over an alias RESP1 without a visible FROM clause or join graph. Consequently, the precise base table set cannot be enumerated from the provided metadata alone. In practice, the naming convention indicates a response-detail entity (the FFELP_ORIG_RESPONSES family) that stores parsed guarantor/COD origination response records, with the view layered directly over that entity.
Because the view is defined in the APPS schema and is reported as VALID, its dependency chain is maintained inside the EBS database; DBAs can enumerate actual dependencies through ALL_DEPENDENCIES and ALL_VIEWS where ETRM does not document them. The view text also performs inline lookup translation rather than separate joins visible in the excerpt.
Key Columns
The column list reflects the structure of an FFELP origination response. Grouped by purpose:
- Response control:
REC_CODE,REC_TYPE_IND— identify the record and its type within the response file. - Borrower identity:
B_FIRST_NAME,B_LAST_NAME,B_MIDDLE_NAME,B_SSN,B_DATE_OF_BIRTH, plus permanent address, city, state, ZIP, and phone fields. - Loan request and certification:
CL_LOAN_TYPE,REQ_LOAN_AMT,LOAN_NUMBER,CL_SEQ_NUMBER,LOAN_PER_BEGIN_DATE,LOAN_PER_END_DATE. - Need and cost analysis:
COA_AMT,EFC_AMT,EST_FA_AMT, and the certified amountsFLS_CERT_AMT(subsidized),FLU_CERT_AMT(unsubsidized),FLP_CERT_AMT(PLUS), andALT_CERT_AMT. - Approved amounts:
FLS_APPROVED_AMT,FLU_APPROVED_AMT,FLP_APPROVED_AMT,ALT_APPROVED_AMT. - Guarantee data:
LENDER_ID,GUARANTOR_ID,GUARANTEE_DATE, and the column the user searched for,GUARANTEE_AMT— the guaranteed principal amount returned on the origination response. - Student attributes:
S_LAST_NAME,S_FIRST_NAME,S_MIDDLE_NAME,S_SSN,S_DATE_OF_BIRTH,S_SIGNATURE_CODE. - Lookup-translated columns: expressions such as
_LA:RESP1.B_CITIZENSHIP_STATUS:IGF_LOOKUPS_VIEW:IGF_SL_CITIZENSHIP_STAT:MEANINGresolve codes to meanings viaIGF_LOOKUPS_VIEWfor citizenship, default status, grade level, enrollment, and serial loan code. - Flags and indicators:
BORW_INTEREST_IND,EFT_AUTH_CODE,B_INDICATOR_CODE,LEND_BLKT_GUARNT_IND,GUARNT_ADJ_IND,ALT_APPL_VER_CODE,FED_APPL_FORM_CODE,DEFER_REQ_CODE.
Common Use Cases and Queries
Typical uses include reconciling guaranteed amounts against certified and approved amounts, verifying guarantor-assigned loan numbers, extracting guarantee dates for financial reporting, and auditing adjustments flagged by GUARNT_ADJ_IND.
To inspect guarantee amounts by loan type for a period:
SELECT LOAN_NUMBER, CL_LOAN_TYPE, REQ_LOAN_AMT, GUARANTEE_AMT, GUARANTEE_DATE, GUARANTOR_ID FROM APPS.IGFFV_FFELP_ORIG_RESPONSES WHERE LOAN_PER_BEGIN_DATE >= :p_start;
To compare certified versus guaranteed principal and surface shortfalls:
SELECT LOAN_NUMBER, LENDER_ID, GUARANTOR_ID, (FLS_CERT_AMT + FLU_CERT_AMT) CERT_TOTAL, GUARANTEE_AMT FROM APPS.IGFFV_FFELP_ORIG_RESPONSES WHERE GUARNT_ADJ_IND = 'Y';
Because lookup columns are already translated, reports can select the derived meaning fields directly without additional joins to IGF_LOOKUPS_VIEW, simplifying extract logic for downstream interfaces and reconciliation worksheets.
-
View: IGFFV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_ORIG_RESPONSES, object_name:IGFFV_FFELP_ORIG_RESPONSES, status:VALID, product: IGF - Financial Aid , description: Full View for the Entity that holds FFELP Origination Response Details , implementation_dba_data: APPS.IGFFV_FFELP_ORIG_RESPONSES ,
-
View: IGFBV_FFELP_ORIG_RESPONSES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds FFELP Origination Response Details , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_ORIG_RESPONSES, object_name:IGFBV_FFELP_ORIG_RESPONSES, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds FFELP Origination Response Details , implementation_dba_data: APPS.IGFBV_FFELP_ORIG_RESPONSES ,
-
VIEW: APPS.IGF_DB_CL_DISB_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_CL_DISB_RESP, object_name:IGF_DB_CL_DISB_RESP, status:VALID,
-
View: IGFFV_FFELP_ORIG_RESPONSES
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Full View for the Entity that holds FFELP Origination Response Details , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_CL_RESP_R1
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_CL_RESP_R1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RESP_R1, object_name:IGF_SL_CL_RESP_R1, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_CL_RESP_R1 ,
-
VIEW: APPS.IGFBV_FFELP_ORIG_RESPONSES
12.1.1
-
View: IGF_DB_CL_DISB_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_CL_DISB_RESP, object_name:IGF_DB_CL_DISB_RESP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_DB_CL_DISB_RESP ,
-
VIEW: APPS.IGFFV_FFELP_ORIG_RESPONSES
12.1.1
-
View: IGF_SL_LOR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_DTLS_V, object_name:IGF_SL_LOR_DTLS_V, status:VALID, product: IGF - Financial Aid , description: Obsolete , implementation_dba_data: APPS.IGF_SL_LOR_DTLS_V ,
-
View: IGF_DB_CL_DISB_RESP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_CL_RESP_R1
12.1.1
-
View: IGF_SL_LOR_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
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_LI_ORG_DISB_INTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LI_ORG_DISB_INTS, object_name:IGF_SL_LI_ORG_DISB_INTS, status:VALID,
-
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 ,
-
View: IGF_SL_LOR
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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_LOR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR, object_name:IGF_SL_LOR, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR ,
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
-
VIEW: APPS.IGF_SL_CL_RESP_R1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_CL_RESP_R1, object_name:IGF_SL_CL_RESP_R1, 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,
-
TABLE: IGF.IGF_DB_CL_DISB_RESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_CL_DISB_RESP_ALL, object_name:IGF_DB_CL_DISB_RESP_ALL, status:VALID,
-
View: IGF_SL_LOR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOR_LOC
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOR_LOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_LOC, object_name:IGF_SL_LOR_LOC, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR_LOC ,
-
View: IGF_SL_LOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_V, object_name:IGF_SL_LOR_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_LOR_V ,
-
APPS.IGF_DB_CL_DISB_RESP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGFBV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_FFELP_ORIG_RESPONSES, object_name:IGFBV_FFELP_ORIG_RESPONSES, 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,
-
VIEW: APPS.IGFFV_FFELP_ORIG_RESPONSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFFV_FFELP_ORIG_RESPONSES, object_name:IGFFV_FFELP_ORIG_RESPONSES, status:VALID,
-
VIEW: APPS.IGF_SL_LOR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR, object_name:IGF_SL_LOR, status:VALID,
-
TABLE: IGF.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,
-
VIEW: APPS.IGF_SL_LOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_V, object_name:IGF_SL_LOR_V, status:VALID,
-
VIEW: APPS.IGF_SL_LOR_LOC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_LOC, object_name:IGF_SL_LOR_LOC, status:VALID,
-
APPS.IGF_SL_CL_RESP_R1_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_LOR_DTLS_V, object_name:IGF_SL_LOR_DTLS_V, status:VALID,
-
TABLE: IGF.IGF_SL_LOR_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_ALL, object_name:IGF_SL_LOR_ALL, status:VALID,
-
TABLE: IGF.IGF_SL_LI_ORIG_INTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LI_ORIG_INTS, object_name:IGF_SL_LI_ORIG_INTS, status:VALID,
-
APPS.IGF_SL_LOR_PKG SQL Statements
12.1.1
-
TABLE: IGF.IGF_SL_LOR_LOC_HISTORY
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_LOC_HISTORY, object_name:IGF_SL_LOR_LOC_HISTORY, status:VALID,
-
TABLE: IGF.IGF_SL_LOR_LOC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_LOR_LOC_ALL, object_name:IGF_SL_LOR_LOC_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGF_DB_CL_DISB_RESP_PKG
12.1.1
-
APPS.IGF_SL_LOR_LOC_HISTORY_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_LOR_LOC_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_RESP_R1_PKG
12.1.1
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_PKG
12.1.1