Search Results igs_pe_nonimg_form
Overview
IGS_PE_NONIMG_FORM is a transactional table in the IGS (Student System) product module of Oracle E-Business Suite, owned by the IGS schema. It stores non-immigrant student information that is captured on the SEVIS-related non-immigrant reporting form, driven by Visa Type and other regulatory attributes. Records in this table represent the financial, academic, and program data required by the Student and Exchange Visitor Information System (SEVIS); the data is subsequently transmitted to SEVIS for federal compliance reporting.
The table is classified as hub-leaning under a heuristic Data Vault model. In practice, this suggests treating IGS_PE_NONIMG_FORM as a hub-style entity keyed by NONIMG_FORM_ID, with PERSON_ID and SEVIS_SCHOOL_IDENTIFIER acting as references to external business entities (parties) and dependent detail captured in satellite-style child tables such as IGS_PE_NONIMG_EMPL and IGS_PE_NONIMG_STAT.
Key Information Stored
The table contains 47 documented columns in ETRM 12.1.1. The most significant include:
- NONIMG_FORM_ID — the surrogate primary key defined by index IGS_PE_NONIMG_FORM_PK; it is the sole documented unique business-key candidate.
- PERSON_ID — foreign key to HZ_PARTIES, identifying the student/party to whom the form pertains.
- SEVIS_SCHOOL_IDENTIFIER — foreign key to HZ_PARTIES, designating the SEVIS school associated with the form.
- VISA_TYPE — the visa classification that determines non-immigrant status.
- FORM_STATUS, FORM_EFFECTIVE_DATE, PRINT_FORM, ISSUE_REASON, OTHER_REASON — form lifecycle and issuance attributes.
- TUITION_AMT, LIVING_EXP_AMT, PERSONAL_FUNDS_AMT, SCHOOL_FUNDS_AMT, OTHER_FUNDS_AMT, EMPL_FUNDS_AMT, DEPDNT_EXP_AMT, OTHER_EXP_AMT — financial estimates and funding sources required for SEVIS reporting.
- PRGM_START_DATE, PRGM_END_DATE, ACAD_TERM_LENGTH, LENGTH_OF_STUDY, EDUCATION_LEVEL, PRIMARY_MAJOR, SECONDARY_MAJOR, MINOR — program and academic detail.
- ENGLISH_REQD, ENGLISH_REQD_MET, NOT_REQD_REASON — English proficiency determination.
- Audit columns CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical usage revolves around SEVIS form preparation, financial certification, and compliance auditing. A representative query joining the form to its child status and employment records:
- Listing active non-immigrant forms for a given person:
SELECT * FROM IGS_PE_NONIMG_FORM WHERE PERSON_ID = :person_id AND FORM_STATUS = 'A'; - Aggregating funding totals for SEVIS reporting:
SELECT NONIMG_FORM_ID, SUM(TUITION_AMT + LIVING_EXP_AMT) FROM IGS_PE_NONIMG_FORM GROUP BY NONIMG_FORM_ID; - Retrieving associated status and employment detail via NONIMG_FORM_ID from IGS_PE_NONIMG_STAT and IGS_PE_NONIMG_EMPL.
- Auditing reprint activity through LAST_REPRINT_DATE, REPRINT_REASON, and REPRINT_REMARKS.
Related Objects
- HZ_PARTIES — referenced by PERSON_ID and SEVIS_SCHOOL_IDENTIFIER; the source of party and school identity.
- IGS_PE_NONIMG_EMPL — child table joined on NONIMG_FORM_ID, holding employment information for the form.
- IGS_PE_NONIMG_STAT — child table joined on NONIMG_FORM_ID, holding status detail; appears twice in the documented FK list, consistent with multiple status roles.
- IGS_PE_NONIMG_FORM_PK — primary key index on NONIMG_FORM_ID, driving joins and lookups.
Together, these relationships position IGS_PE_NONIMG_FORM as the central hub for non-immigrant SEVIS reporting within the IGS Student System.
-
Table: 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, product: IGS - Student System , description: This table is to be used for storing the information of students that fall into the non-immigrant status based on Visa Type. The information here will be passed along to SEVIS. , implementation_dba_data: IGS.IGS_PE_NONIMG_FORM ,
-
Table: IGS_PE_NONIMG_FORM
12.2.2
product: IGS - Student System (Obsolete) , description: This table is to be used for storing the information of students that fall into the non-immigrant status based on Visa Type. The information here will be passed along to SEVIS. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_NONIMG_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_NONIMG_STAT, object_name:IGS_PE_NONIMG_STAT, status:VALID, product: IGS - Student System , description: This table is used to gather the information related to the student status , implementation_dba_data: IGS.IGS_PE_NONIMG_STAT ,
-
Table: IGS_PE_NONIMG_STAT
12.2.2
product: IGS - Student System (Obsolete) , description: This table is used to gather the information related to the student status , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_NONIMMIGRANT_STUDENTS
12.1.1
-
SYNONYM: APPS.IGS_PE_NONIMG_FORM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_NONIMG_FORM, status:VALID,
-
VIEW: APPS.IGSBV_NONIMMIGRANT_STUDENTS
12.1.1
-
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: 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 ,
-
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_NONIMG_EMPL
12.2.2
product: IGS - Student System (Obsolete) , description: This table is used for the holding of all student related employment information that is required by SEVIS , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_NONIMG_EMPL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_NONIMG_EMPL, object_name:IGS_PE_NONIMG_EMPL, status:VALID, product: IGS - Student System , description: This table is used for the holding of all student related employment information that is required by SEVIS , implementation_dba_data: IGS.IGS_PE_NONIMG_EMPL ,
-
PACKAGE BODY: APPS.IGS_PE_NONIMG_FORM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_NONIMG_FORM_PKG, status:VALID,
-
PACKAGE: APPS.IGS_SV_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_SV_UTIL, status:VALID,
-
VIEW: APPS.IGS_PE_NONIMG_FORM_V
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SV_UTIL, status:VALID,
-
APPS.IGS_PE_NONIMG_FORM_PKG SQL Statements
12.1.1
-
View: IGSBV_NONIMMIGRANT_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_NONIMMIGRANT_STUDENTS, object_name:IGSBV_NONIMMIGRANT_STUDENTS, status:VALID, product: IGS - Student System , description: This entity contains information about international non-immigrant students. , implementation_dba_data: APPS.IGSBV_NONIMMIGRANT_STUDENTS ,
-
PACKAGE BODY: APPS.IGS_EN_SEVIS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SEVIS, status:VALID,
-
View: IGSFV_NONIMMIGRANT_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_NONIMMIGRANT_STUDENTS, object_name:IGSFV_NONIMMIGRANT_STUDENTS, status:VALID, product: IGS - Student System , description: This entity contains information about international non-immigrant students. , implementation_dba_data: APPS.IGSFV_NONIMMIGRANT_STUDENTS ,
-
View: IGSBV_NONIMMIGRANT_STUDENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about international non-immigrant students. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_NONIMMIGRANT_STUDENTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about international non-immigrant students. , 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,
-
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,
-
APPS.IGS_SV_UTIL SQL Statements
12.1.1
-
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,
-
PACKAGE BODY: APPS.IGS_PE_NONIMG_FORM_PKG
12.1.1
-
VIEW: APPS.IGSFV_NONIMMIGRANT_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_NONIMMIGRANT_STUDENTS, object_name:IGSFV_NONIMMIGRANT_STUDENTS, status:VALID,
-
APPS.IGS_SV_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_NONIMMIGRANT_STUDENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_NONIMMIGRANT_STUDENTS, object_name:IGSBV_NONIMMIGRANT_STUDENTS, status:VALID,
-
APPS.IGS_EN_SEVIS SQL Statements
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
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,
-
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 ,
-
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 ,
-
APPS.IGS_PE_NONIMG_STAT_PKG SQL Statements
12.1.1
-
APPS.IGS_PE_NONIMG_STAT_PKG dependencies on IGS_PE_NONIMG_FORM
12.1.1
-
APPS.IGS_SV_UTIL dependencies on IGS_PE_NONIMG_FORM
12.1.1
-
APPS.IGS_SV_UTIL dependencies on IGS_PE_NONIMG_FORM
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_NONIMG_FORM
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_UTIL
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_NONIMG_FORM
12.1.1
-
APPS.IGS_EN_SEVIS dependencies on IGS_PE_NONIMG_FORM
12.1.1
-
APPS.IGS_PE_NONIMG_FORM_PKG dependencies on IGS_PE_NONIMG_FORM
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_NONIMG_EMPL
12.1.1