Search Results p_date_of_birth
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.
-
APPS.BEN_PRE_DATAPUMP_PROCESS SQL Statements
12.2.2
-
APPS.BEN_PRE_DATAPUMP_PROCESS SQL Statements
12.1.1
-
APPS.PER_RO_NI_VALIDATION SQL Statements
12.2.2
-
VIEW: APPS.IGF_SL_COD_REP_V
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.PER_RO_NI_VALIDATION
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.IRC_PARTY_BK6
12.2.2
-
PACKAGE BODY: APPS.IRC_PARTY_BK6
12.1.1
-
APPS.HR_GENERAL2 SQL Statements
12.1.1
-
APPS.HR_GENERAL2 SQL Statements
12.2.2
-
PACKAGE: APPS.HR_RO_CONTACT_REL_VAL
12.2.2
-
APPS.IRC_PENDING_DATA_BK2 SQL Statements
12.1.1
-
APPS.HR_PERSON_BK1 SQL Statements
12.2.2
-
PACKAGE: APPS.HR_RO_PERSON_VALIDATE
12.2.2
-
APPS.IRC_PENDING_DATA_BK2 SQL Statements
12.2.2
-
VIEW: APPS.HRDPV_PROCESS_DEPENDENT
12.1.1
-
VIEW: APPS.HRDPV_PROCESS_DEPENDENT
12.2.2
-
VIEW: APPS.HRDPV_PROCESS_BENEFICIARY
12.2.2
-
VIEW: APPS.HRDPV_PROCESS_DEPENDENT
12.2.2
owner:APPS, object_type:VIEW, object_name:HRDPV_PROCESS_DEPENDENT, status:VALID,
-
PACKAGE BODY: APPS.PER_PL_CON_INFO
12.1.1
-
PACKAGE BODY: APPS.PER_PL_CON_INFO
12.2.2
-
PACKAGE: APPS.IRC_PARTY_BK6
12.1.1
-
VIEW: APPS.HRDPV_PROCESS_BENEFICIARY
12.1.1
-
VIEW: APPS.HRDPV_PROCESS_DEPENDENT
12.1.1
owner:APPS, object_type:VIEW, object_name:HRDPV_PROCESS_DEPENDENT, status:VALID,
-
PACKAGE: APPS.HR_FI_VALIDATE_PKG
12.2.2
-
PACKAGE BODY: APPS.HR_RO_CONTACT_REL_VAL
12.2.2
-
VIEW: APPS.HRDPV_PROCESS_BENEFICIARY
12.2.2
owner:APPS, object_type:VIEW, object_name:HRDPV_PROCESS_BENEFICIARY, status:VALID,
-
PACKAGE: APPS.HR_FI_VALIDATE_PKG
12.1.1
-
VIEW: APPS.HRDPV_PROCESS_BENEFICIARY
12.1.1
owner:APPS, object_type:VIEW, object_name:HRDPV_PROCESS_BENEFICIARY, status:VALID,
-
PACKAGE: APPS.IRC_PARTY_BK6
12.2.2
-
APPS.HR_PERSON_BK1 SQL Statements
12.1.1
-
APPS.IRC_PARTY_BK2 SQL Statements
12.2.2
-
PACKAGE: APPS.PER_NEW_HIRE_PKG
12.2.2
-
PACKAGE: APPS.IGW_SETUP_PERSONS_PVT
12.1.1
-
VIEW: APPS.HRDPV_CREATE_ENROLLMENT
12.1.1
-
PACKAGE BODY: APPS.HR_CONTACT_BK1
12.2.2
-
VIEW: APPS.HRDPV_CREATE_ENROLLMENT
12.2.2
-
VIEW: APPS.HRDPV_CREATE_ENROLLMENT
12.2.2
owner:APPS, object_type:VIEW, object_name:HRDPV_CREATE_ENROLLMENT, status:VALID,
-
APPS.IRC_PARTY_BK2 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IRC_PENDING_DATA_BK1
12.1.1
-
PACKAGE BODY: APPS.IRC_PENDING_DATA_BK2
12.1.1
-
APPS.PAY_JP_DEF_API SQL Statements
12.1.1
-
APPS.HR_JP_PERSON_API SQL Statements
12.2.2
-
PACKAGE BODY: APPS.HR_EMPLOYEE_BK1
12.2.2
-
PACKAGE BODY: APPS.HR_PERSON_BK1
12.2.2
-
APPS.HR_JP_PERSON_API SQL Statements
12.1.1
-
VIEW: APPS.HRDPV_CREATE_ENROLLMENT
12.1.1
owner:APPS, object_type:VIEW, object_name:HRDPV_CREATE_ENROLLMENT, status:VALID,
-
PACKAGE BODY: APPS.IRC_PENDING_DATA_BK2
12.2.2
-
PACKAGE: APPS.PER_PL_CON_INFO
12.1.1