Search Results igs_sv_prgms_info
Overview
The IGS_SV_PRGMS_INFO table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically versions 12.1.1 and 12.2.2. Its primary role is to store program-related information mandated by the U.S. Student and Exchange Visitor Information System (SEVIS) for foreign students and exchange visitors. This table functions as a critical repository for compliance data, enabling educational institutions to manage and report on the academic program details of their international student population as required by U.S. federal regulations. It is integral to the SEVIS-related data processing and batch reporting workflows within the EBS Student System.
Key Information Stored
The table's structure is designed to link program data to specific individuals and processing batches. Based on the provided metadata, its primary key is a composite of BATCH_ID, PERSON_ID, and PRGM_ACTION_TYPE, indicating its design for tracking program actions within a batch processing context. The BATCH_ID and PERSON_ID columns serve as foreign keys linking back to the IGS_SV_PERSONS table, establishing the fundamental relationship between a person's SEVIS record and their associated program information. The PRGM_ACTION_TYPE column defines the nature of the program update or action being recorded. While specific detail columns are not enumerated in the excerpt, typical data stored would include SEVIS program numbers, primary majors, education levels, and other program attributes required for regulatory reporting.
Common Use Cases and Queries
The primary use case for this table is the generation and management of SEVIS-compliant data for regulatory reporting and student record-keeping. Common operational and reporting activities include extracting all program information for a specific SEVIS batch process, reviewing the program history for a given student, and validating data before submission. A typical query pattern would join this table to the IGS_SV_PERSONS table to create a comprehensive student-program view. For example:
- SELECT * FROM igs.igs_sv_prgms_info prgm, igs.igs_sv_persons per WHERE prgm.batch_id = per.batch_id AND prgm.person_id = per.person_id AND per.sevis_id = '[SEVIS_ID]';
- SELECT person_id, prgm_action_type, COUNT(*) FROM igs.igs_sv_prgms_info WHERE batch_id = [BATCH_NUMBER] GROUP BY person_id, prgm_action_type;
These queries support audit trails, batch reconciliation, and individual student case management.
Related Objects
The IGS_SV_PRGMS_INFO table has defined dependencies within the IGS schema. Its most significant relationship is with the IGS_SV_PERSONS table, enforced via a foreign key constraint on the combined BATCH_ID and PERSON_ID columns. This ensures referential integrity between a person's core SEVIS data and their program details. As a central table for SEVIS program data, it is likely referenced by various views, forms, and APIs within the Student System that handle SEVIS batch processing (SVP), student program management, and regulatory reporting interfaces. Programmatic access and data maintenance are typically performed through dedicated EBS APIs rather than direct DML operations.
-
Table: IGS_SV_PRGMS_INFO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SV_PRGMS_INFO, object_name:IGS_SV_PRGMS_INFO, status:VALID, product: IGS - Student System , description: Table for program related information that SEVIS requires on the Foreign student and Exchange Visitors. , implementation_dba_data: IGS.IGS_SV_PRGMS_INFO ,
-
Table: IGS_SV_PRGMS_INFO
12.2.2
product: IGS - Student System (Obsolete) , description: Table for program related information that SEVIS requires on the Foreign student and Exchange Visitors. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_PRGMS_INFO
12.1.1
-
APPS.IGS_SV_UTIL dependencies on IGS_SV_PRGMS_INFO
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_PRGMS_INFO
12.1.1
-
APPS.IGS_SV_UTIL dependencies on IGS_SV_PRGMS_INFO
12.1.1
-
VIEW: APPS.IGS_SV_UPD_DROP_BLW_V
12.1.1
-
View: IGS_SV_UPD_DROP_BLW_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching modified authorization drop below information for Non Immigrant student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_UPD_DROP_BLW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_UPD_DROP_BLW_V, object_name:IGS_SV_UPD_DROP_BLW_V, status:VALID, product: IGS - Student System , description: View for fetching modified authorization drop below information for Non Immigrant student. , implementation_dba_data: APPS.IGS_SV_UPD_DROP_BLW_V ,
-
VIEW: APPS.IGS_SV_TRM_STDNT_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CNCL_STDNT_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CMP_PRGM_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_DFR_ATTND_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CNCL_EXT_PRGM_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_END_PRG_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_SHRT_PRG_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_EXT_EV_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CNCL_DROP_BLW_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_UPD_SBJ_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_CRT_STDT_PRGM_V
12.1.1
-
VIEW: APPS.IGS_SV_RES_CRSE_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_COR_INF_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_CRT_PRGM_V
12.1.1
-
VIEW: APPS.IGS_SV_SHORT_PRGM_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_MATRIC_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_AMD_PRG_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EXT_PRGM_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_ADD_DROP_BLW_V
12.1.1
-
VIEW: APPS.IGS_SV_EDT_PRGM_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_TERM_EV_BLK_V
12.1.1
-
SYNONYM: APPS.IGS_SV_PRGMS_INFO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SV_PRGMS_INFO, status:VALID,
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_PE_EV_FORM_STAT
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_PE_EV_FORM_STAT
12.1.1
-
VIEW: APPS.IGS_SV_DROP_BLW_BLK_V
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_PERSONS
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_PERSONS
12.1.1
-
View: IGS_SV_SHORT_PRGM_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_SHORT_PRGM_BLK_V, object_name:IGS_SV_SHORT_PRGM_BLK_V, status:VALID, product: IGS - Student System , description: View for fetching shortened program information for students. , implementation_dba_data: APPS.IGS_SV_SHORT_PRGM_BLK_V ,
-
View: IGS_SV_CNCL_EXT_PRGM_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CNCL_EXT_PRGM_BLK_V, object_name:IGS_SV_CNCL_EXT_PRGM_BLK_V, status:VALID, product: IGS - Student System , description: View for fetching cancelled program extension records , implementation_dba_data: APPS.IGS_SV_CNCL_EXT_PRGM_BLK_V ,
-
View: IGS_SV_CMP_PRGM_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View definition for the students completed program information block , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_CRT_PRGM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_CRT_PRGM_V, object_name:IGS_SV_EV_CRT_PRGM_V, status:VALID, product: IGS - Student System , description: View for fetching program information for new Exchange Visitor students , implementation_dba_data: APPS.IGS_SV_EV_CRT_PRGM_V ,
-
View: IGS_SV_DFR_ATTND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_DFR_ATTND_BLK_V, object_name:IGS_SV_DFR_ATTND_BLK_V, status:VALID, product: IGS - Student System , description: View used to obtain the students deferred attendance XML block , implementation_dba_data: APPS.IGS_SV_DFR_ATTND_BLK_V ,
-
View: IGS_SV_EV_UPD_SBJ_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_UPD_SBJ_BLK_V, object_name:IGS_SV_EV_UPD_SBJ_BLK_V, status:VALID, product: IGS - Student System , description: Update Subject Block for Exchange Visitor Block View. , implementation_dba_data: APPS.IGS_SV_EV_UPD_SBJ_BLK_V ,
-
View: IGS_SV_CNCL_STDNT_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CNCL_STDNT_BLK_V, object_name:IGS_SV_CNCL_STDNT_BLK_V, status:VALID, product: IGS - Student System , description: View for fetching the details about a Non-Immg Student to Cancel a Student in XML , implementation_dba_data: APPS.IGS_SV_CNCL_STDNT_BLK_V ,
-
View: IGS_SV_EXT_PRGM_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EXT_PRGM_BLK_V, object_name:IGS_SV_EXT_PRGM_BLK_V, status:VALID, product: IGS - Student System , description: View to be used for the student extended program XML block , implementation_dba_data: APPS.IGS_SV_EXT_PRGM_BLK_V ,
-
View: IGS_SV_EV_UPD_SBJ_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: Update Subject Block for Exchange Visitor Block View. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_EXT_EV_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_EXT_EV_BLK_V, object_name:IGS_SV_EV_EXT_EV_BLK_V, status:VALID, product: IGS - Student System , description: View for extending program information for Exchange Visitor that is being sent in XML to SEVIS , implementation_dba_data: APPS.IGS_SV_EV_EXT_EV_BLK_V ,
-
View: IGS_SV_ADD_DROP_BLW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_ADD_DROP_BLW_V, object_name:IGS_SV_ADD_DROP_BLW_V, status:VALID, product: IGS - Student System , description: View for fetching the details about the authorization reasons being cancelled , implementation_dba_data: APPS.IGS_SV_ADD_DROP_BLW_V ,
-
View: IGS_SV_EV_MATRIC_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for Matriculation updates for the Exchange Visitor that is being sent in XML file to SEVIS. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_AMD_PRG_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_AMD_PRG_BLK_V, object_name:IGS_SV_EV_AMD_PRG_BLK_V, status:VALID, product: IGS - Student System , description: iew for the ending of program information for the Exchange Visitor information sent in XML file to SEVIS. , implementation_dba_data: APPS.IGS_SV_EV_AMD_PRG_BLK_V ,
-
View: IGS_SV_EV_END_PRG_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: iew for the ending of program information for the Exchange Visitor information sent in XML file to SEVIS. , implementation_dba_data: Not implemented in this database ,