Search Results s_email_addr
Overview
APPS.IGF_SL_REP_STDNT_V is a reporting view in the Oracle E-Business Suite Financial Aid module, delivered under the IGF (Financial Aid) application schema. It is part of the Student Loan (SL) subsystem and is designed to expose student demographic, identification, and address information in a form suitable for extract, reporting, and downstream integration. The view returns a single consolidated row per BASE_ID for each distinct combination of student attributes, giving reporting consumers a clean, denormalized projection of student records.
A defining characteristic of this view is its systematic use of the SQL TRIM function on nearly every character column. This normalizes legacy data that may contain leading or trailing whitespace, ensuring consistent output for fixed-format regulatory extracts and file-based reporting. The view also applies targeted transformations: middle names are reduced to a single initial via SUBSTR(...,1,1), and date columns (S_DATE_OF_BIRTH, S_CHG_BIRTH_DATE) are formatted to the ISO-style YYYY-MM-DD string representation using TO_CHAR.
The user search term "s_permt_zip" corresponds directly to the S_PERMT_ZIP column exposed by this view, which carries the student's permanent (home) postal code and is a common field in student loan reporting output.
Underlying Base Objects
The view is defined over a single underlying base object: IGF_SL_LOR_LOC_ALL. The documented ETRM metadata lists no additional referenced base objects, indicating a straightforward single-source definition rather than a multi-table join. Because the source table name includes the _ALL suffix, it is an Oracle EBS multi-organization (multi-org / operating unit) table, which means the view inherits operating-unit and organizational-security context from the base table. Callers should therefore expect the view's returned rows to be filtered by the active organization context in the same way the underlying _ALL table is.
Notably, the view definition includes a GROUP BY clause that mirrors every column in the SELECT list. This effectively applies a DISTINCT operation across the entire projected row set, eliminating duplicate rows produced by the base table while preserving all distinct attribute combinations.
Key Columns
The columns fall into several functional groups:
- Identity and keying:
BASE_IDidentifies the underlying student record;S_SSNandS_CHG_SSNcarry the student's Social Security Number and any changed SSN. - Name:
S_LAST_NAME,S_FIRST_NAME,S_MIDDLE_INITIAL(derived), andS_CHG_LAST_NAMEfor changed-name tracking. - Permanent address:
S_PERMT_ADDR1,S_PERMT_ADDR2,S_PERMT_CITY,S_PERMT_STATE,S_PERMT_ZIP,S_PERMT_COUNTY,S_PERMT_COUNTRY, andS_FOREIGN_POSTAL_CODE.S_PERMT_ZIPis the field matching the user's search. - Contact:
S_PERMT_PHONEandS_EMAIL_ADDR. - Dates:
S_DATE_OF_BIRTHandS_CHG_BIRTH_DATE, both formatted asYYYY-MM-DD. - Status and licensing:
S_LICENSE_NUM,S_LICENSE_STATE,S_DEPNCY_STATUS,S_CITIZENSHIP_STATUS. - External identifiers:
ATD_ENTITY_ID_TXT,REP_ENTITY_ID_TXT, andDOCUMENT_ID_TXT.
Common Use Cases and Queries
Typical uses include generating student loan reporting extracts requiring permanent address details, reconciling student identity data, and feeding external reporting systems. A basic query retrieving student name and permanent ZIP follows:
SELECT base_id, s_last_name, s_first_name, s_permt_city, s_permt_state, s_permt_zip FROM apps.igf_sl_rep_stdnt_v;
Filtering on a specific student is equally common:
SELECT * FROM apps.igf_sl_rep_stdnt_v WHERE s_ssn = :p_ssn;
Because S_PERMT_ZIP is trimmed, standard string comparison and pattern matching behave predictably:
SELECT base_id, s_permt_zip FROM apps.igf_sl_rep_stdnt_v WHERE s_permt_zip LIKE '90%';
Consumers should note that the view exposes no direct operating-unit column, so queries inherit the session's organization context from the base table, and the built-in grouping guarantees a duplicate-free result set for each distinct row of attributes.
-
VIEW: APPS.IGF_SL_REP_STDNT_V
12.1.1
-
View: IGF_SL_REP_STDNT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reporting the Student tag in the outbound XML for Direct Loan , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_REP_STDNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_REP_STDNT_V, object_name:IGF_SL_REP_STDNT_V, status:VALID, product: IGF - Financial Aid , description: View used for reporting the Student tag in the outbound XML for Direct Loan , implementation_dba_data: APPS.IGF_SL_REP_STDNT_V ,
-
View: IGF_SL_PRK_LOAN_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores Perkins Loan information for student in financial aid , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_PRK_LOAN_V
12.1.1
-
VIEW: APPS.IGF_SL_PRK_LOAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PRK_LOAN_V, object_name:IGF_SL_PRK_LOAN_V, status:VALID,
-
View: IGF_SL_PRK_LOAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PRK_LOAN_V, object_name:IGF_SL_PRK_LOAN_V, status:VALID, product: IGF - Financial Aid , description: Stores Perkins Loan information for student in financial aid , implementation_dba_data: APPS.IGF_SL_PRK_LOAN_V ,
-
VIEW: APPS.IGF_SL_DL_PNOTE_S_P
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P, object_name:IGF_SL_DL_PNOTE_S_P, status:VALID,
-
View: IGF_SL_DL_PNOTE_S_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P_V, object_name:IGF_SL_DL_PNOTE_S_P_V, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_PNOTE_S_P_V ,
-
VIEW: APPS.IGF_SL_DL_PNOTE_S_P_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P_V, object_name:IGF_SL_DL_PNOTE_S_P_V, status:VALID,
-
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: IGF_SL_DL_PNOTE_S_P_V
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DL_PNOTE_S_P
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_SL_DL_PNOTE_S_P_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P_ALL, object_name:IGF_SL_DL_PNOTE_S_P_ALL, status:VALID,
-
VIEW: APPS.IGF_SL_REP_STDNT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_REP_STDNT_V, object_name:IGF_SL_REP_STDNT_V, 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_S_P
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DL_PNOTE_S_P, object_name:IGF_SL_DL_PNOTE_S_P, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_SL_DL_PNOTE_S_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: 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_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_SL_DL_PNOTE_P_P
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_LOR_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
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,
-
APPS.IGF_SL_DL_PNOTE_S_P_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_LOR_DTLS_V
12.1.1
-
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 ,
-
APPS.IGF_SL_DL_PNOTE_P_P_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_PNOTE_S_P_PKG
12.1.1
-
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,
-
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
-
PACKAGE BODY: APPS.IGF_SL_DL_PNOTE_P_P_PKG
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,
-
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_DL_CHG_ORIG
12.1.1
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_GR_GEN
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_HISTORY_PKG
12.1.1
-
APPS.IGF_SL_DL_PNOTE_S_P_PKG dependencies on IGF_SL_DL_PNOTE_S_P_ALL
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LOR_LOC_PKG
12.1.1
-
APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_GEN
12.1.1
-
PACKAGE BODY: APPS.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