Search Results p_permt_addr1
Overview
IGF_SL_COD_REP_V is a reporting view in the Oracle E-Business Suite Financial Aid module (IGF), part of the Student Loan processing functionality. The view presents a flattened, report-oriented projection of student loan origination and disbursement data, combining loan-level attributes with borrower, student, and entity identification details. Its naming convention (COD_REP) indicates it supports Common Origination and Disbursement (COD) reporting, the federal-style loan reporting interface used by institutions participating in Title IV loan programs. In EBS 12.1.1 and 12.2.2 the view is owned by the APPS schema and is intended for read-only reporting, integration extracts, and downstream reconciliation. Because the underlying table is a multi-org (All) table, the view inherits organization-level security filtering through the MLS (Multi-Org) rules applied at the session level.
Underlying Base Objects
The view is defined over a single documented base object: IGF_SL_LOR_LOC_ALL (Loan Origination/Original Loan Record, All Organizations). No joins to other base tables are documented; the view is a straightforward SELECT-projecting transformation of that table. However, the view applies several column-level transformations rather than returning raw columns, including date formatting and character extraction. No explicit WHERE clause is shown in the excerpt, so filtering (for example by org_id or business group) is expected to be applied by the multi-org view wrapper or by the consuming report. From an ETRM metadata standpoint, no additional referenced base objects are documented.
Key Columns
The view exposes a large, report-oriented column set. Notable columns relevant to the loan_number search term and loan reporting are:
- LOAN_NUMBER_TXT — aliased from LOAN_NUMBER, the primary loan identifier string. This is the column most directly associated with the user search "loan_number."
- FIN_AWD_NUM — derived via SUBSTR(LOAN_NUMBER, LENGTH(LOAN_NUMBER)-2, LENGTH(LOAN_NUMBER)), extracting the trailing characters of the loan number as the financial award number.
- LOAN_KEY_NUM, AWARD_ID, BASE_ID, ORIGINATION_ID — surrogate and cross-reference identifiers linking the loan to award and origination records.
- LOAN_TYPE, LOAN_AMT_ACCEPTED, LOAN_STATUS, LOAN_CHG_STATUS, ORIG_FEE_PERCT, INTEREST_REBATE_PERCENT_NUM — loan terms, amounts, and status indicators.
- LOAN_PER_BEGIN_DATE, LOAN_PER_END_DATE, ACAD_YR_BEGIN_DATE, ACAD_YR_END_DATE, ORIG_BATCH_DATE — date fields converted to 'YYYY-MM-DD' text strings.
- Borrower/student identity and contact fields — P_SSN, P_LAST_NAME, P_FIRST_NAME, P_MIDDLE_INITIAL, B_CHG_SSN, P_PERMT_ADDR1/2, P_PERMT_CITY/STATE/ZIP, P_EMAIL_ADDR, P_DATE_OF_BIRTH, P_CITIZENSHIP_STATUS, and related demographic columns.
- Entity and reporting identifiers — REP_ENTITY_ID_TXT, ATD_ENTITY_ID_TXT, SOURCE_ENTITY_ID_TXT, DOCUMENT_ID_TXT, FIN_AWARD_YEAR, CPS_TRANS_NUM, FULL_RESP_CODE, NOTE_MESSAGE.
Common Use Cases and Queries
Typical uses include COD reporting extracts, loan reconciliation, and borrower notification or disclosure processing. A representative query retrieving a loan by loan number might be:
SELECT LOAN_NUMBER_TXT, FIN_AWD_NUM, LOAN_TYPE, LOAN_AMT_ACCEPTED, LOAN_STATUS, P_LAST_NAME, P_FIRST_NAME, LOAN_PER_BEGIN_DATE FROM APPS.IGF_SL_COD_REP_V WHERE LOAN_NUMBER_TXT = :p_loan_number;
Other common patterns filter by FIN_AWARD_YEAR and LOAN_STATUS for period reporting, or by REP_ENTITY_ID_TXT for entity-specific extracts. Because date fields are returned as formatted character strings, consumers must apply appropriate TO_DATE conversions when performing range comparisons.
-
VIEW: APPS.IGF_SL_COD_REP_V
12.1.1
-
View: IGF_SL_COD_REP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_COD_REP_V, object_name:IGF_SL_COD_REP_V, status:VALID, product: IGF - Financial Aid , description: View used for reporting the various Direct Loan tags in the outbound XML for Direct Loan , implementation_dba_data: APPS.IGF_SL_COD_REP_V ,
-
View: IGF_SL_COD_REP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reporting the various Direct Loan tags in the outbound XML for Direct Loan , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_DL_PNOTE_P_P
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P, object_name:IGF_SL_DL_PNOTE_P_P, status:VALID,
-
VIEW: APPS.IGF_SL_DL_PNOTE_P_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P_V, object_name:IGF_SL_DL_PNOTE_P_P_V, status:VALID,
-
View: IGF_SL_DL_PNOTE_P_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P_V, object_name:IGF_SL_DL_PNOTE_P_P_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_PNOTE_P_P_V ,
-
View: IGF_SL_DL_PNOTE_P_P
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_PNOTE_P_P
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P, object_name:IGF_SL_DL_PNOTE_P_P, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_PNOTE_P_P ,
-
View: IGF_SL_DL_PNOTE_P_P_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_COD_REP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_COD_REP_V, object_name:IGF_SL_COD_REP_V, status:VALID,
-
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 ,
-
TABLE: IGF.IGF_SL_DL_PNOTE_P_P_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_PNOTE_P_P_ALL, object_name:IGF_SL_DL_PNOTE_P_P_ALL, status:VALID,
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
-
APPS.IGF_SL_DL_PNOTE_P_P_PKG SQL Statements
12.1.1
-
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_LOC
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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,
-
PACKAGE: APPS.IGF_SL_GEN
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,
-
APPS.IGF_SL_DL_VALIDATION 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_SL_DL_PNOTE_P_P_PKG
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 ,
-
PACKAGE BODY: APPS.IGF_SL_DL_VALIDATION
12.1.1
-
APPS.IGF_SL_LOR_LOC_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_LOR_LOC_HISTORY_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
12.1.1
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
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
-
PACKAGE BODY: APPS.IGF_SL_DL_CHG_ORIG
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on FND_LOG
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_DL_VALIDATION
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_EDIT
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,