Search Results rec_type_ind
Overview
APPS.IGFFV_ALT_ORIG_RESPONSES is a reporting view in the Oracle E-Business Suite Financial Aid module (IGF), specifically within the Student Loan alternative loan processing area. The view consolidates the original response data submitted by a borrower and any associated cosigners (or endorsers) on an alternative student loan application. It is used primarily for downstream reporting, form/letter generation, and integration with external lenders and guarantee agencies where a denormalized, flat representation of the borrower's and cosigners' financial and demographic data is required.
The "ALT_ORIG" naming prefix denotes "Alternative Loan Origination," and "RESPONSES" refers to the applicant-supplied responses captured during the alternative loan application flow. The view is designed to present these responses in a form suitable for external transmission (e.g., to a lender's underwriting system) or for internal review and audit. The rec_type_ind column referenced in typical use distinguishes record categories within the flattened response structure, allowing consumers of the view to filter borrower-level versus cosigner-level records where the model supports such differentiation.
Underlying Base Objects
The view is defined entirely as a single-table projection over IGF_AP_ALT_ORIG_RESPONSES (aliased as RESP4 in the view text). No joins to other base tables are documented in the view definition itself. Instead, the view embeds lookup-resolution logic through string-based directives such as '_LA:RESP4.CRDT_UNDR_DIFFT_NAME:IGF_LOOKUPS_VIEW:IGF_AP_YES_NO:MEANING', which instruct the consuming application layer to resolve coded values into descriptive meanings using the IGF_LOOKUPS_VIEW. Similar directives resolve the interest rate option and repayment option codes via the IGF_SL_ALT_INT_RATE_OPTION and IGF_SL_ALT_REPAY_OPTION lookup types. This design means that although the ETRM metadata documents no referenced base objects, functionally the view depends on IGF_AP_ALT_ORIG_RESPONSES for its data and on the lookup infrastructure for decoded values.
Key Columns
LOAN_NUMBER— The alternative loan identifier linking the response set to the loan application.FED_STAFFORD_LOAN_DEBT,FED_SLS_DEBT,HEAL_DEBT,PERKINS_DEBT,OTHER_DEBT— The borrower's outstanding educational loan indebtedness by program type.BORW_GROSS_ANNUAL_SAL,BORW_OTHER_INCOME— Borrower income figures declared on the application.STUDENT_MAJOR— The declared field of study.- Monthly expense fields (
STUD_MTH_HOUSING_PYMT,STUD_MTH_CRDTCARD_PYMT,STUD_MTH_AUTO_PYMT,STUD_MTH_ED_LOAN_PYMT,STUD_MTH_OTHER_PYMT) — Borrower-reported monthly obligations. - Cosigner 1 and Cosigner 2 attribute groups (
COSNR_1_*,COSNR_2_*) — Name, SSN, citizenship, address, phone, signature code, income, date of birth, license data, relationship, time at address, monthly obligations, and credit authorization code for each cosigner. - Lookup-resolved directives for
CRDT_UNDR_DIFFT_NAME,INT_RATE_OPT, andREPAYMENT_OPT_CODE, plusrec_type_indwhere record typing applies.
Common Use Cases and Queries
The view is typically queried to extract a complete application snapshot for a given loan number, or filtered by rec_type_ind to isolate the relevant record category.
- Extracting full borrower and cosigner detail for lender transmission.
- Reviewing declared debt and income for underwriting or audit.
- Resolving coded options (yes/no, interest rate option, repayment option) into display meanings.
Sample query:
SELECT LOAN_NUMBER, BORW_GROSS_ANNUAL_SAL, COSNR_1_LAST_NAME, COSNR_1_SSN, INT_RATE_OPT, REPAYMENT_OPT_CODE FROM APPS.IGFFV_ALT_ORIG_RESPONSES WHERE LOAN_NUMBER = :p_loan_number;
To isolate records by type where the model distinguishes them, a consumer would add a predicate on rec_type_ind (for example, to select only borrower or only cosigner response rows) consistent with the codes returned by that column in the underlying IGF_AP_ALT_ORIG_RESPONSES table.
-
VIEW: APPS.IGFFV_ALT_ORIG_RESPONSES
12.1.1
-
VIEW: APPS.IGFBV_ALT_ORIG_RESPONSES
12.1.1
-
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: APPS.IGFFV_FFELP_ORIG_RESPONSES
12.1.1
-
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: 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: 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: 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: IGF_SL_LOR
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
-
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_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: 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: 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_LOR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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: 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_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,
-
APPS.IGF_SL_LOR_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK SQL Statements
12.1.1
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.1.1
product: IGF - Financial Aid , meaning: Loan Fields , description: Loan Fields ,
-
Lookup Type: IGF_SL_LOAN_FIELDS
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Loan Fields , description: Loan Fields ,
-
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
-
APPS.IGF_SL_CL_RESP_R1_PKG dependencies on IGF_SL_CL_RESP_R1_ALL
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG_ACK
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_HISTORY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_PKG
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on FND_DATE
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK dependencies on FND_MESSAGE
12.1.1