Search Results igs_sv_finance_info
Overview
The IGS_SV_FINANCE_INFO table is a core data structure within the Oracle E-Business Suite Student System (IGS) module. Its primary function is to store detailed financial information pertaining to Foreign students and Exchange Visitors, specifically as mandated for compliance with the U.S. Student and Exchange Visitor Information System (SEVIS). This table is critical for institutions managing international student records, as it holds the financial data required to demonstrate a student's ability to fund their education and living expenses, which is a key condition for maintaining legal visa status. The table operates within the broader SEVIS-related data model, ensuring financial records are accurately linked to individual student records for regulatory reporting and updates.
Key Information Stored
The table's structure is designed to associate financial data with a specific person and processing batch. Its composite primary key, consisting of BATCH_ID and PERSON_ID, ensures a unique financial record per individual within a given batch context. While the full column list is not detailed in the provided metadata, the table logically stores information such as funding source types (e.g., personal funds, institutional scholarships, government sponsorships), specific amounts from each source, currency details, and the associated dates or periods the funding covers. This data collectively forms the financial profile submitted for SEVIS purposes.
Common Use Cases and Queries
The primary use case is the generation and transmission of SEVIS records, where financial data is extracted, validated, and formatted for regulatory submission. Administrators may query this table to audit financial documentation for specific students or batches. Common SQL patterns involve joining to the person master table to retrieve student details. For example, to list all financial records for a specific processing batch, a query would typically join on both key columns: SELECT * FROM igs.igs_sv_finance_info fi, igs.igs_sv_persons p WHERE fi.batch_id = :batch_number AND fi.person_id = p.person_id;. Reporting use cases include verifying funding completeness before SEVIS submission and analyzing funding source trends across the international student population.
Related Objects
The table has a defined dependency on the IGS_SV_PERSONS table, which serves as the master record for individuals within the SEVIS data model. The documented foreign key relationship is:
- IGS_SV_PERSONS: The IGS_SV_FINANCE_INFO table references this table via a foreign key on the composite columns (
BATCH_ID,PERSON_ID). This ensures that every financial record is explicitly tied to a valid person record within a specific batch, maintaining referential integrity. The primary key of IGS_SV_FINANCE_INFO (IGS_SV_FINANCE_INFO_PK) is defined on these same columns.
-
Table: IGS_SV_FINANCE_INFO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SV_FINANCE_INFO, object_name:IGS_SV_FINANCE_INFO, status:VALID, product: IGS - Student System , description: Table that stores all the financial information on Foreign students and Exchange Visitors that is required for SEVIS. , implementation_dba_data: IGS.IGS_SV_FINANCE_INFO ,
-
Table: IGS_SV_FINANCE_INFO
12.2.2
product: IGS - Student System (Obsolete) , description: Table that stores all the financial information on Foreign students and Exchange Visitors that is required for SEVIS. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_FINANCE_INFO
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_FINANCE_INFO
12.1.1
-
SYNONYM: APPS.IGS_SV_FINANCE_INFO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SV_FINANCE_INFO, status:VALID,
-
VIEW: APPS.IGS_SV_CRT_STDT_FIN_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_CRT_FIN_V
12.1.1
-
VIEW: APPS.IGS_SV_EDT_FINC_BLK_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_UPD_FIN_BLK_V
12.1.1
-
View: IGS_SV_CRT_STDT_FIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_STDT_FIN_V, object_name:IGS_SV_CRT_STDT_FIN_V, status:VALID, product: IGS - Student System , description: View for fetching financial information for new Non-Immigrant students , implementation_dba_data: APPS.IGS_SV_CRT_STDT_FIN_V ,
-
TABLE: IGS.IGS_SV_FINANCE_INFO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SV_FINANCE_INFO, object_name:IGS_SV_FINANCE_INFO, status:VALID,
-
View: IGS_SV_CRT_STDT_FIN_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching financial information for new Non-Immigrant students , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_CRT_FIN_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching financial information for new Exchange Visitor students , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_SV_PERSONS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SV_PERSONS, object_name:IGS_SV_PERSONS, status:VALID, product: IGS - Student System , description: Table for information on the students that are to be submitted in the request for the batch run. , implementation_dba_data: IGS.IGS_SV_PERSONS ,
-
View: IGS_SV_EV_CRT_FIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_CRT_FIN_V, object_name:IGS_SV_EV_CRT_FIN_V, status:VALID, product: IGS - Student System , description: View for fetching financial information for new Exchange Visitor students , implementation_dba_data: APPS.IGS_SV_EV_CRT_FIN_V ,
-
Table: IGS_SV_PERSONS
12.2.2
product: IGS - Student System (Obsolete) , description: Table for information on the students that are to be submitted in the request for the batch run. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EDT_FINC_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_FINC_BLK_V, object_name:IGS_SV_EDT_FINC_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the financial updates made by the student. , implementation_dba_data: APPS.IGS_SV_EDT_FINC_BLK_V ,
-
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: IGS_SV_EDT_FINC_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the financial updates made by the student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_UPD_FIN_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_UPD_FIN_BLK_V, object_name:IGS_SV_EV_UPD_FIN_BLK_V, status:VALID, product: IGS - Student System , description: View for update financial information for Exchange Visitor in the XML file being sent to SEVIS. , implementation_dba_data: APPS.IGS_SV_EV_UPD_FIN_BLK_V ,
-
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,
-
View: IGS_SV_EV_UPD_FIN_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for update financial information for Exchange Visitor in the XML file being sent to SEVIS. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_OTH_INFO
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_OTH_INFO
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_EMPL_INFO
12.1.1
-
VIEW: APPS.IGS_SV_CRT_STDT_FIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_STDT_FIN_V, object_name:IGS_SV_CRT_STDT_FIN_V, status:VALID,
-
VIEW: APPS.IGS_SV_EDT_FINC_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_FINC_BLK_V, object_name:IGS_SV_EDT_FINC_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_EV_CRT_FIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_CRT_FIN_V, object_name:IGS_SV_EV_CRT_FIN_V, status:VALID,
-
VIEW: APPS.IGS_SV_EV_UPD_FIN_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_UPD_FIN_BLK_V, object_name:IGS_SV_EV_UPD_FIN_BLK_V, status:VALID,
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_EMPL_INFO
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_BIO_INFO
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_BIO_INFO
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_LEGAL_INFO
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_LEGAL_INFO
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_DEPDNT_INFO
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG SQL Statements
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
-
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_NI_BATCH_PROCESS_PKG dependencies on IGS_SV_PRGMS_INFO
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on IGS_SV_PRGMS_INFO
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_UTIL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_NI_BATCH_PROCESS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_BATCH_PROCESS_PKG
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'. ,