Search Results visa_expiry_date
Overview
The view IGS_SV_EDT_TRAVEL_V belongs to the Oracle EBS IGS – Student System product family, a module that is documented as obsolete in the ETRM reference set for releases 12.1.1 and 12.2.2. Its stated purpose is to fetch modified legal information for non-immigrant persons, exposing passport, visa, and admission details required for regulatory reporting and downstream travel or immigration processing.
In the context of Oracle EBS reporting and integration, this view functions as a filtered presentation layer over the core legal-information table. Rather than returning all legal records, it restricts output to those rows associated with a batch summary entry whose tag code is SV_LEGAL and whose admission action code is SEND. This design supports the typical Student System workflow in which legal and immigration data changes are staged in a batch and then released for transmission to external agencies or interfaces. A user searching for visa_expiry_date will find that concept surfaced here under the alias VISA_EXPIRY_DATE.
Underlying Base Objects
The view is defined over two base tables documented in the view text:
- IGS_SV_LEGAL_INFO (aliased
LGL) – the source of passport, visa, I-94, port-of-entry, and remarks data. - IGS_SV_BTCH_SUMMARY (aliased
TRAVELSUMM) – the batch control table that supplies the tag code and admission action code used for filtering.
The join is an equi-join on both PERSON_ID and BATCH_ID, ensuring that each legal information row is matched to its corresponding batch summary record. The filter predicates TRAVELSUMM.TAG_CODE = 'SV_LEGAL' and TRAVELSUMM.ADM_ACTION_CODE = 'SEND' narrow the result set to legal records earmarked for transmission.
The ETRM metadata notes that this object is not implemented in this database, and no referenced base objects are separately documented for the 12.2.2 metadata set. Consequently, the view text itself remains the authoritative definition. Because the owning module is obsolete, the view may be absent or unsupported in a given 12.1.1 or 12.2.2 instance.
Key Columns
The view exposes thirteen columns, several of which are renamed from their base-table equivalents:
- PERSON_ID – identifier of the person to whom the legal record belongs.
- BATCH_ID – identifier of the batch through which the record is processed.
- PSPRT_NUMBER – passport number.
- PSPT_ISSUING_CNTRY – passport issuing country (aliased from
PSPT_ISSUING_CNTRY_CODE). - PSPT_EXPIRY_DATE – passport expiration date (aliased from
PSPRT_EXP_DATE). - VISA_NUMBER – visa number.
- VISA_ISSUING_CNTRY – visa issuing country (aliased from
VISA_ISSUING_CNTRY_CODE). - VISA_EXPIRY_DATE – visa expiration date, aliased from
VISA_EXPIRATION_DATE; this is the column most directly associated with thevisa_expiry_datesearch term. - ADMISSION_NUMBER – I-94 admission number (aliased from
I94_NUMBER). - PORT_OF_ENTRY – port of entry into the country.
- DATE_OF_ENTRY – date of entry.
- REMARKS – free-text remarks attached to the legal record.
- VISA_ISSUE_DATE – date the visa was issued.
Common Use Cases and Queries
Typical scenarios include identifying non-immigrant students or scholars whose visas are nearing expiration, auditing legal information pending transmission, and feeding external immigration interfaces. A representative query listing visa expiration data for a person is:
SELECT person_id, visa_number, visa_expiry_date, visa_issuing_cntry FROM igs_sv_edt_travel_v WHERE person_id = :person_id;SELECT person_id, psprt_number, pspt_expiry_date FROM igs_sv_edt_travel_v WHERE pspt_expiry_date < SYSDATE + 90;SELECT batch_id, person_id, visa_expiry_date, admission_number FROM igs_sv_edt_travel_v WHERE batch_id = :batch_id ORDER BY person_id;
Because the view already restricts results to SV_LEGAL batches with an admission action of SEND, callers need not repeat those predicates. Users on a release where the obsolete Student System objects are not installed should expect an invalid-object or object-not-found error and must confirm availability against their specific 12.1.1 or 12.2.2 installation before relying on the view.
-
View: IGS_SV_EDT_TRAVEL_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching modified legal informations for Non-Immigrant , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EDT_TRAVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_TRAVEL_V, object_name:IGS_SV_EDT_TRAVEL_V, status:VALID, product: IGS - Student System , description: View for fetching modified legal informations for Non-Immigrant , implementation_dba_data: APPS.IGS_SV_EDT_TRAVEL_V ,
-
VIEW: APPS.IGS_SV_EDT_TRAVEL_V
12.1.1
-
APPS.IGS_AD_GEN_006 SQL Statements
12.1.1
-
TABLE: IGS.IGS_AD_INTL_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_INTL_INT_ALL_OLD, status:VALID,
-
View: IGS_SV_STDNT_REG_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the students registration information. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_EDT_TRAVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_TRAVEL_V, object_name:IGS_SV_EDT_TRAVEL_V, status:VALID,
-
View: IGS_SV_STDNT_REG_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_STDNT_REG_BLK_V, object_name:IGS_SV_STDNT_REG_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the students registration information. , implementation_dba_data: APPS.IGS_SV_STDNT_REG_BLK_V ,
-
VIEW: APPS.IGSBV_VISAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_VISAS, object_name:IGSBV_VISAS, status:VALID,
-
TABLE: IGS.IGS_PE_VISA_M1R
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_PE_VISA_M1R, status:VALID,
-
VIEW: APPS.IGS_SV_STDNT_REG_BLK_V
12.1.1
-
View: IGSFV_VISAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_VISAS, object_name:IGSFV_VISAS, status:VALID, product: IGS - Student System , description: This entity contains information about a person's visa details. , implementation_dba_data: APPS.IGSFV_VISAS ,
-
VIEW: APPS.IGSFV_VISAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_VISAS, object_name:IGSFV_VISAS, status:VALID,
-
View: IGSBV_VISAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_VISAS, object_name:IGSBV_VISAS, status:VALID, product: IGS - Student System , description: This entity contains information about a person's visa details. , implementation_dba_data: APPS.IGSBV_VISAS ,
-
View: IGFBV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_AUTHORIZATIONS, object_name:IGFBV_STUDENT_AUTHORIZATIONS, status:VALID, product: IGF - Financial Aid , description: Base view for the entity that holds Student Work Authorizations , implementation_dba_data: APPS.IGFBV_STUDENT_AUTHORIZATIONS ,
-
View: IGSBV_VISAS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about a person's visa details. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_VISAS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about a person's visa details. , implementation_dba_data: Not implemented in this database ,
-
View: IGFBV_STUDENT_AUTHORIZATIONS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Base view for the entity that holds Student Work Authorizations , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_VISIT_HISTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_VISIT_HISTRY_V, object_name:IGS_PE_VISIT_HISTRY_V, status:VALID, product: IGS - Student System , description: View designed to retrieve all the visit history information on a person. , implementation_dba_data: APPS.IGS_PE_VISIT_HISTRY_V ,
-
VIEW: APPS.IGS_PE_VISIT_HISTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_VISIT_HISTRY_V, object_name:IGS_PE_VISIT_HISTRY_V, status:VALID,
-
TABLE: IGS.IGS_PE_VISA
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_VISA, object_name:IGS_PE_VISA, status:VALID,
-
VIEW: APPS.IGS_SV_STDNT_REG_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_STDNT_REG_BLK_V, object_name:IGS_SV_STDNT_REG_BLK_V, status:VALID,
-
View: IGS_PE_VISIT_HISTRY_V
12.2.2
product: IGS - Student System (Obsolete) , description: View designed to retrieve all the visit history information on a person. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_VISA_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is designed to retrieve all information on the visas that are stored for a person. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_VISA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_VISA_V, object_name:IGS_PE_VISA_V, status:VALID,
-
View: IGS_PE_VISA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_VISA_V, object_name:IGS_PE_VISA_V, status:VALID, product: IGS - Student System , description: This view is designed to retrieve all information on the visas that are stored for a person. , implementation_dba_data: APPS.IGS_PE_VISA_V ,
-
TABLE: IGS.IGS_PE_VISA_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_VISA_INT, object_name:IGS_PE_VISA_INT, status:VALID,
-
VIEW: APPS.IGFBV_STUDENT_AUTHORIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGFBV_STUDENT_AUTHORIZATIONS, object_name:IGFBV_STUDENT_AUTHORIZATIONS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_006
12.1.1
-
APPS.IGS_PE_VISA_PKG SQL Statements
12.1.1
-
APPS.PQP_HRTCA_INTEGRATION SQL Statements
12.2.2
-
APPS.PQP_HRTCA_INTEGRATION SQL Statements
12.1.1
-
APPS.IGS_EN_SEVIS SQL Statements
12.1.1
-
APPS.IGS_PE_VISAPASS_PUB SQL Statements
12.1.1
-
Lookup Type: CAT_ATTR_NAME
12.1.1
product: IGS - Student System , meaning: Category Attribute Name , description: Category Attribute Name ,
-
Lookup Type: CAT_ATTR_NAME
12.2.2
product: IGS - Student System (Obsolete) , meaning: Category Attribute Name , description: Category Attribute Name ,
-
PACKAGE: APPS.IGS_PE_VISAPASS_PUB
12.1.1
-
APPS.IGS_PE_VISIT_HISTRY_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_VISA_PKG
12.1.1
-
PACKAGE: APPS.PQP_HRTCA_INTEGRATION
12.1.1
-
PACKAGE: APPS.PQP_HRTCA_INTEGRATION
12.2.2
-
PACKAGE BODY: APPS.IGS_PE_VISAPASS_PUB
12.1.1
-
APPS.IGS_AD_IMP_026 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PQP_HRTCA_INTEGRATION
12.2.2
-
PACKAGE BODY: APPS.PQP_HRTCA_INTEGRATION
12.1.1
-
APPS.IGS_AD_GEN_006 dependencies on IGS_PE_VISA
12.1.1
-
APPS.IGS_EN_SEVIS dependencies on IGS_PE_VISA_V
12.1.1
-
APPS.IGS_PE_VISAPASS_PUB dependencies on IGS_PE_VISA
12.1.1
-
APPS.IGS_PE_VISIT_HISTRY_PKG dependencies on IGS_PE_VISA
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SEVIS
12.1.1