Search Results igs_pe_ev_form
Overview
IGS_PE_EV_FORM is the primary table within the Oracle E-Business Suite Student System (IGS) module responsible for storing student EV (Enrollment Verification / SEVIS-related) form data. It captures input provided by users through the EV form interface and serves as the central repository for student information collected during the EV form process. The table resides in the IGS schema and is classified as VALID in the ETRM repository for both Oracle EBS 12.1.1 and 12.2.2.
From a Data Vault modeling perspective, the heuristic classification derived from the foreign key structure suggests this table is satellite-leaning. This indicates that IGS_PE_EV_FORM primarily holds descriptive attributes and transactional details tied to a business key, rather than acting as a pure hub or link entity. The table contains 46 documented columns, reflecting a broad set of attributes related to financial sponsorship, program participation, and regulatory reporting.
Key Information Stored
The table's surrogate primary key is EV_FORM_ID, enforced through the unique index IGS_PE_EV_FORM_PK. This column uniquely identifies each EV form record and is the only documented business-key candidate. The remaining columns capture the substantive details of each form.
- PERSON_ID — References HZ_PARTIES, identifying the student associated with the form.
- SEVIS_SCHOOL_IDENTIFIER — Also references HZ_PARTIES, indicating the SEVIS school context for regulatory reporting.
- FORM_STATUS — Tracks the current lifecycle state of the EV form.
- FORM_EFFECTIVE_DATE — The date the form becomes effective.
- EV_FORM_NUMBER — A business-facing form number for reference and tracking.
- PRGM_START_DATE and PRGM_END_DATE — Define the academic program period covered by the form.
- PRGM_SPONSOR_AMT, GOVT_ORG1_AMT, GOVT_ORG2_AMT, INTL_ORG1_AMT, INTL_ORG2_AMT, PERSONAL_FUNDS_AMT, and EV_GOVT_AMT — Capture the financial sponsorship breakdown required for enrollment verification.
- IS_VALID and NO_SHOW_FLAG — Provide status flags for record validity and student no-show conditions.
- CATEGORY_CODE, POSITION_CODE, SUBJECT_FIELD_CODE, and MATRICULATION — Store academic and programmatic classification data.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN — Standard audit columns.
Common Use Cases and Queries
IGS_PE_EV_FORM is typically queried to retrieve a student's current or historical EV form details for SEVIS reporting, financial aid verification, and enrollment status confirmation.
- Retrieve forms for a student:
SELECT * FROM IGS.IGS_PE_EV_FORM WHERE PERSON_ID = :person_id; - List active forms by status:
SELECT EV_FORM_ID, EV_FORM_NUMBER, FORM_STATUS, FORM_EFFECTIVE_DATE FROM IGS.IGS_PE_EV_FORM WHERE FORM_STATUS = 'ACTIVE'; - Join with status history:
SELECT f.EV_FORM_ID, s.FORM_STATUS FROM IGS.IGS_PE_EV_FORM f, IGS.IGS_PE_EV_FORM_STAT s WHERE f.EV_FORM_ID = s.EV_FORM_ID; - Financial sponsorship reporting: Aggregate sponsorship amounts by organization code for regulatory submissions.
Related Objects
The following objects are most significant in relation to IGS_PE_EV_FORM based on documented foreign key relationships:
- HZ_PARTIES — Referenced through
IGS_PE_EV_FORM.PERSON_IDandIGS_PE_EV_FORM.SEVIS_SCHOOL_IDENTIFIER, providing the student and school party records. - IGS_PE_EV_FORM_STAT — References this table via
EV_FORM_ID, storing status history for each EV form.
These relationships define the core data model surrounding EV form processing, linking student identity (HZ_PARTIES) and form lifecycle tracking (IGS_PE_EV_FORM_STAT) to the central IGS_PE_EV_FORM record.
-
Table: IGS_PE_EV_FORM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_EV_FORM, object_name:IGS_PE_EV_FORM, status:VALID, product: IGS - Student System , description: This table is used to gather input that has been given by the user via the EV form. This is the main table for storing information on the student , implementation_dba_data: IGS.IGS_PE_EV_FORM ,
-
Table: IGS_PE_EV_FORM
12.2.2
product: IGS - Student System (Obsolete) , description: This table is used to gather input that has been given by the user via the EV form. This is the main table for storing information on the student , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_PE_EV_FORM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_EV_FORM, status:VALID,
-
VIEW: APPS.IGSBV_EXCHANGE_VISITORS
12.1.1
-
VIEW: APPS.IGSFV_EXCHANGE_VISITORS
12.1.1
-
Table: IGS_PE_EV_FORM_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: This table is used to determine the status of the form that has been entered by the student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_EV_FORM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_EV_FORM_V, object_name:IGS_PE_EV_FORM_V, status:VALID, product: IGS - Student System , description: View for IGS_PE_EV_FORM , implementation_dba_data: APPS.IGS_PE_EV_FORM_V ,
-
PACKAGE BODY: APPS.IGS_PE_NONIMG_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_NONIMG_STAT_PKG, status:VALID,
-
Table: IGS_PE_EV_FORM_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_EV_FORM_STAT, object_name:IGS_PE_EV_FORM_STAT, status:VALID, product: IGS - Student System , description: This table is used to determine the status of the form that has been entered by the student. , implementation_dba_data: IGS.IGS_PE_EV_FORM_STAT ,
-
View: IGS_PE_EV_FORM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for IGS_PE_EV_FORM , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_EXCHANGE_VISITORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_EXCHANGE_VISITORS, object_name:IGSBV_EXCHANGE_VISITORS, status:VALID, product: IGS - Student System , description: This entity contains information about the person entering the institution as an exchange visitor. , implementation_dba_data: APPS.IGSBV_EXCHANGE_VISITORS ,
-
VIEW: APPS.IGS_PE_EV_FORM_V
12.1.1
-
View: IGSFV_EXCHANGE_VISITORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_EXCHANGE_VISITORS, object_name:IGSFV_EXCHANGE_VISITORS, status:VALID, product: IGS - Student System , description: This entity contains information about the person entering the institution as an exchange visitor. , implementation_dba_data: APPS.IGSFV_EXCHANGE_VISITORS ,
-
PACKAGE BODY: APPS.IGS_PE_EV_FORM_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_EV_FORM_STAT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_EV_FORM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_EV_FORM_PKG, status:VALID,
-
View: IGSBV_EXCHANGE_VISITORS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the person entering the institution as an exchange visitor. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_EV_FORM_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_NI_BATCH_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SV_NI_BATCH_PROCESS_PKG, status:VALID,
-
View: IGSFV_EXCHANGE_VISITORS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the person entering the institution as an exchange visitor. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_SV_BATCH_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SV_BATCH_PROCESS_PKG, status:VALID,
-
TABLE: IGS.IGS_PE_EV_FORM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_EV_FORM, object_name:IGS_PE_EV_FORM, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_EV_FORM_PKG
12.1.1
-
VIEW: APPS.IGSBV_EXCHANGE_VISITORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_EXCHANGE_VISITORS, object_name:IGSBV_EXCHANGE_VISITORS, status:VALID,
-
VIEW: APPS.IGSFV_EXCHANGE_VISITORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_EXCHANGE_VISITORS, object_name:IGSFV_EXCHANGE_VISITORS, status:VALID,
-
VIEW: APPS.IGS_PE_EV_FORM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_EV_FORM_V, object_name:IGS_PE_EV_FORM_V, status:VALID,
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
APPS.IGS_PE_EV_FORM_STAT_PKG dependencies on IGS_PE_EV_FORM
12.1.1
-
APPS.IGS_PE_EV_FORM_STAT_PKG SQL Statements
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_EV_FORM
12.1.1
-
APPS.IGS_PE_EV_FORM_PKG dependencies on IGS_PE_EV_FORM
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_EV_FORM
12.1.1
-
APPS.IGS_PE_NONIMG_STAT_PKG dependencies on IGS_PE_EV_FORM
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PE_EV_FORM_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_EV_FORM_STAT_PKG
12.1.1
-
APPS.IGS_PE_EV_FORM_PKG dependencies on IGS_PE_EV_FORM_PKG
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_EV_FORM_STAT
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_EV_FORM_STAT
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_ALT_PERS_ID
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_NI_BATCH_PROCESS_PKG
12.1.1
-
APPS.IGS_PE_EV_FORM_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on HZ_PARTIES
12.1.1