Search Results sevis_school_identifier
Overview
IGS.IGS_PE_NONIMG_FORM is a transactional table in the Oracle E-Business Suite Student Systems (IGS) schema that stores non-immigrant student information required for SEVIS (Student and Exchange Visitor Information System) reporting. The table captures the financial, academic, and biographical data of students holding non-immigrant visa types, and the information recorded here is transmitted to SEVIS for regulatory compliance. The table resides in the APPS_TS_TX_DATA tablespace and is registered under the FND Design Data identifier IGS.IGS_PE_NONIMG_FORM.
From a Data Vault modeling perspective, the relationship structure mined from the foreign key graph suggests a hub-leaning classification. The surrogate primary key NONIMG_FORM_ID anchors the record, while PERSON_ID and SEVIS_SCHOOL_IDENTIFIER serve as business key references to HZ_PARTIES. This pattern is characteristic of a hub entity that centralizes the identity of a non-immigrant form instance, with child tables supplying dependent detail.
Key Information Stored
The table contains 47 documented columns. The most significant are summarized below.
- NONIMG_FORM_ID — Number(15). The surrogate primary key defined by the unique index
IGS_PE_NONIMG_FORM_PK. Uniquely identifies each non-immigrant form record. - PERSON_ID — Number(15). Party ID for the person in OSS; a foreign key to
HZ_PARTIESand indexed by the non-unique indexIGS_PE_NONIMG_FORM_N1. This is a business-key candidate linking the form to the student. - SEVIS_SCHOOL_IDENTIFIER — Foreign key reference to
HZ_PARTIES, identifying the SEVIS school to which the form data is reported. - VISA_TYPE — The visa classification that determines non-immigrant status eligibility.
- FORM_STATUS and FORM_EFFECTIVE_DATE — Track the lifecycle status and effective date of the form.
- ISSUE_REASON — Reason the form was issued (e.g., initial, transfer, extension).
- PRGM_START_DATE, PRGM_END_DATE, LENGTH_OF_STUDY, and ACAD_TERM_LENGTH — Define the academic program timeline.
- PRIMARY_MAJOR, SECONDARY_MAJOR, MINOR, and EDUCATION_LEVEL — Capture academic program detail.
- TUITION_AMT, LIVING_EXP_AMT, PERSONAL_FUNDS_AMT, DEPDNT_EXP_AMT, OTHER_EXP_AMT, SCHOOL_FUNDS_AMT, and OTHER_FUNDS_AMT — Financial evidence of support.
- ENGLISH_REQD and ENGLISH_REQD_MET — English proficiency requirements.
- ADJUDICATED_FLAG, LAST_SESSION_FLAG, and LAST_REPRINT_DATE — Process and reprint tracking.
Common Use Cases and Queries
The table is most commonly queried to produce SEVIS reporting extracts, verify financial sufficiency for a student, and monitor form status transitions. A typical query joining to the person and status tables follows.
- Retrieving all active forms for a person:
SELECT * FROM IGS.IGS_PE_NONIMG_FORM WHERE PERSON_ID = :p_person_id AND FORM_STATUS = 'ACTIVE'; - Aggregating total funds of support: join the financial amount columns (
TUITION_AMT,LIVING_EXP_AMT,PERSONAL_FUNDS_AMT, etc.) for a givenNONIMG_FORM_ID. - Joining to
IGS_PE_NONIMG_STATonNONIMG_FORM_IDto retrieve current SEVIS status history. - Joining to
IGS_PE_NONIMG_EMPLonNONIMG_FORM_IDto obtain employment records associated with the form. - Reporting forms due for reprint after
LAST_REPRINT_DATEor byREPRINT_REASON.
Related Objects
- HZ_PARTIES — Referenced by
PERSON_IDandSEVIS_SCHOOL_IDENTIFIER; provides party identity. - IGS_PE_NONIMG_EMPL — Child table referencing
NONIMG_FORM_ID; stores employment information for non-immigrant students. - IGS_PE_NONIMG_STAT — Child table referencing
NONIMG_FORM_ID; stores SEVIS status records. - IGS_PE_NONIMG_FORM_PK — the unique primary key index on
NONIMG_FORM_ID. - IGS_PE_NONIMG_FORM_N1 — the non-unique index on
PERSON_ID.
-
TABLE: IGS.IGS_PE_NONIMG_FORM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_NONIMG_FORM, object_name:IGS_PE_NONIMG_FORM, status:VALID,
-
View: IGS_PE_NONIMG_FORM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_NONIMG_FORM_V, object_name:IGS_PE_NONIMG_FORM_V, status:VALID, product: IGS - Student System , description: View for IGS_PE_NONIMG_FORM base table , implementation_dba_data: APPS.IGS_PE_NONIMG_FORM_V ,
-
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,
-
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,
-
View: IGS_PE_NONIMG_FORM_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for IGS_PE_NONIMG_FORM base table , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_NONIMG_FORM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_NONIMG_FORM_V, object_name:IGS_PE_NONIMG_FORM_V, status:VALID,
-
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 ,
-
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 ,
-
APPS.IGS_PE_NONIMG_FORM_PKG SQL Statements
12.1.1
-
APPS.IGS_PE_EV_FORM_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_NONIMG_FORM_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_EV_FORM_PKG
12.1.1
-
APPS.IGS_PE_NONIMG_FORM_PKG dependencies on IGS_PE_NONIMG_FORM_S
12.1.1
-
APPS.IGS_PE_NONIMG_FORM_PKG dependencies on IGS_PE_NONIMG_FORM
12.1.1
-
APPS.IGS_PE_EV_FORM_PKG dependencies on IGS_PE_EV_FORM_S
12.1.1
-
APPS.IGS_PE_EV_FORM_PKG dependencies on IGS_PE_EV_FORM
12.1.1
-
APPS.IGS_PE_EV_FORM_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_PE_NONIMG_FORM_PKG dependencies on FND_MESSAGE
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,