Search Results birth_cntry_code
Overview
The view IGS_SV_EV_EDT_DPD_BLK_V belongs to the IGS – Student System product family within Oracle E-Business Suite. This module is documented as obsolete in ETRM metadata for both 12.1.1 and 12.2.2, meaning it is no longer actively shipped or supported in current implementations, though the underlying metadata, view definitions, and historical references remain catalogued. The view's description — "Edit dependent block for the Exchange Visitor" — identifies its purpose: it supplies the data set required to display and maintain dependent (family member) records associated with an Exchange Visitor (J-1 visa holder) in the Student System's SEVIS-related functionality.
Functionally, the view presents a filtered, presentation-ready block of dependent information. Rather than exposing every dependent row in the base table, it restricts output to records where the dependent action type equals 'U', which in the Student System convention typically denotes an update or unchanged/no-change action within the SEVIS batch reporting cycle. This allows the editing form or concurrent process to operate only on dependents requiring attention in the current batch.
Underlying Base Objects
The view is defined over a single documented base table: IGS_SV_DEPDNT_INFO (aliased DPDT in the view text). No other referenced base objects are documented in the ETRM metadata. Every column in the view is derived either directly from columns of this dependent-information table or through SQL expressions applied to DPDT.DEPDNT_ID. The filtering predicate WHERE DPDT.DEPDNT_ACTION_TYPE = 'U' governs row inclusion, and no joins, unions, or aggregation are present. Because the base table stores Exchange Visitor dependents for SEVIS processing, the view is tightly coupled to that table's structure and inherits its obsolete status.
Key Columns
- BATCH_ID – Identifier of the SEVIS processing batch to which the dependent record belongs.
- PERSON_ID – Internal person identifier for the dependent.
- LAST_NAME, FIRST_NAME, MIDDLE_NAME, SUFFIX – Dependent name components.
- BIRTH_DATE, GENDER, BIRTH_CITY – Demographic attributes of the dependent.
- BIRTH_CNTRY_CODE – The dependent's country of birth (the user's search term).
- CITIZENSHIP_CNTRY_CODE – Aliased from
DPDT.CITIZEN_CNTRY_CODE; country of citizenship. - PERM_RESIDENCY_CODE – Aliased from
DPDT.LEGAL_RES_CNTRY_CODE; legal/permanent residency country. - RELATIONSHIP – Relationship of the dependent to the Exchange Visitor (spouse, child, etc.).
- DEPDNT_ID – Surrogate dependent identifier.
- REMARKS, BIRTH_CNTRY_RESN_CODE – Free-text remarks and the reason code associated with the birth country, respectively.
- DEPDNT_SEVIS_ID – SEVIS-assigned identifier for the dependent.
- PERSON_NUMBER, PERSON_ID_LONG – Derived via
LTRIM(TO_CHAR(SUBSTR(DPDT.DEPDNT_ID, 1, 10 or 14), '000...')), producing zero-padded numeric representations of the dependent identifier for display or interfacing.
Note the alias mismatches: the column named CITIZENSHIP_CNTRY_CODE maps from CITIZEN_CNTRY_CODE, and PERM_RESIDENCY_CODE maps from LEGAL_RES_CNTRY_CODE. Consumers should reference the view-level names.
Common Use Cases and Queries
Typical usage involves retrieving dependent data for a specific person or batch during SEVIS preparation, or auditing dependents pending update. For example, to retrieve all dependents in a batch:
SELECT person_id, last_name, first_name, birth_cntry_code, relationship FROM igs_sv_ev_edt_dpd_blk_v WHERE batch_id = :p_batch_id;SELECT depdnt_id, person_number, person_id_long, depdnt_sevis_id FROM igs_sv_ev_edt_dpd_blk_v WHERE person_id = :p_person_id;SELECT birth_cntry_code, citizenship_cntry_code, perm_residency_code FROM igs_sv_ev_edt_dpd_blk_v WHERE relationship = 'SPOUSE';
Because the base module is obsolete, these queries are appropriate only for legacy reporting, migration extraction, or historical data reconciliation. Implementations on 12.1.1 or 12.2.2 should verify that IGS_SV_DEPDNT_INFO and this view exist in their schema before relying on them, as ETRM notes no implementation in the current database for the documented environment.
-
View: IGS_SV_EV_EDT_DPD_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: Edit dependent block for the Exchange Visitor , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_EDT_BIO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_EDT_BIO_V, object_name:IGS_SV_EV_EDT_BIO_V, status:VALID, product: IGS - Student System , description: View for fetching modified biographic informations for Exchange Visitor students , implementation_dba_data: APPS.IGS_SV_EV_EDT_BIO_V ,
-
View: IGS_SV_EV_ADD_DPD_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_ADD_DPD_BLK_V, object_name:IGS_SV_EV_ADD_DPD_BLK_V, status:VALID, product: IGS - Student System , description: Add dependent block for the Exchange Visitor , implementation_dba_data: APPS.IGS_SV_EV_ADD_DPD_BLK_V ,
-
VIEW: APPS.IGS_SV_EV_EDT_BIO_V
12.1.1
-
VIEW: APPS.IGS_SV_EV_ADD_DPD_BLK_V
12.1.1
-
View: IGS_SV_EV_CRT_DEP_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_CRT_DEP_BLK_V, object_name:IGS_SV_EV_CRT_DEP_BLK_V, status:VALID, product: IGS - Student System , description: View used for obtaining the Exchange Visitor create dependent block information. , implementation_dba_data: APPS.IGS_SV_EV_CRT_DEP_BLK_V ,
-
View: IGS_SV_EV_CRT_DEP_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View used for obtaining the Exchange Visitor create dependent block information. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_EV_EDT_DPD_BLK_V
12.1.1
-
View: IGS_SV_EV_EDT_BIO_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching modified biographic informations for Exchange Visitor students , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_EDT_DPD_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_EDT_DPD_BLK_V, object_name:IGS_SV_EV_EDT_DPD_BLK_V, status:VALID, product: IGS - Student System , description: Edit dependent block for the Exchange Visitor , implementation_dba_data: APPS.IGS_SV_EV_EDT_DPD_BLK_V ,
-
VIEW: APPS.IGS_SV_EV_CRT_DEP_BLK_V
12.1.1
-
View: IGS_SV_EV_ADD_DPD_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: Add dependent block for the Exchange Visitor , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SV_EDT_BIO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_BIO_V, object_name:IGS_SV_EDT_BIO_V, status:VALID,
-
VIEW: APPS.IGS_SV_ADD_DPND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_ADD_DPND_BLK_V, object_name:IGS_SV_ADD_DPND_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_UPD_DPND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_UPD_DPND_BLK_V, object_name:IGS_SV_UPD_DPND_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_EV_ADD_DPD_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_ADD_DPD_BLK_V, object_name:IGS_SV_EV_ADD_DPD_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_EV_EDT_BIO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_EDT_BIO_V, object_name:IGS_SV_EV_EDT_BIO_V, status:VALID,
-
VIEW: APPS.IGS_SV_CRT_DPND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_DPND_BLK_V, object_name:IGS_SV_CRT_DPND_BLK_V, status:VALID,
-
View: IGS_SV_EDT_BIO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_BIO_V, object_name:IGS_SV_EDT_BIO_V, status:VALID, product: IGS - Student System , description: View for fetching biographic information , implementation_dba_data: APPS.IGS_SV_EDT_BIO_V ,
-
View: IGS_SV_EDT_BIO_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching biographic information , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_UPD_DPND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_UPD_DPND_BLK_V, object_name:IGS_SV_UPD_DPND_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the updated dependent information for the student. , implementation_dba_data: APPS.IGS_SV_UPD_DPND_BLK_V ,
-
VIEW: APPS.IGS_SV_EV_EDT_EV_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_EDT_EV_BLK_V, object_name:IGS_SV_EV_EDT_EV_BLK_V, status:VALID,
-
View: IGS_SV_ADD_DPND_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the addition of a new dependent for the student. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_ADD_DPND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_ADD_DPND_BLK_V, object_name:IGS_SV_ADD_DPND_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the addition of a new dependent for the student. , implementation_dba_data: APPS.IGS_SV_ADD_DPND_BLK_V ,
-
View: IGS_SV_CRT_DPND_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_CRT_DPND_BLK_V, object_name:IGS_SV_CRT_DPND_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the creation of the student dependent information. , implementation_dba_data: APPS.IGS_SV_CRT_DPND_BLK_V ,
-
VIEW: APPS.IGS_SV_EV_CRT_DEP_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_CRT_DEP_BLK_V, object_name:IGS_SV_EV_CRT_DEP_BLK_V, status:VALID,
-
VIEW: APPS.IGS_SV_EV_EDT_DPD_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_EDT_DPD_BLK_V, object_name:IGS_SV_EV_EDT_DPD_BLK_V, status:VALID,
-
View: IGS_SV_UPD_DPND_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the updated dependent information for the student. , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: SV_BIO_INFO
12.2.2
product: IGS - Student System (Obsolete) , meaning: Biographical Information , description: Biographical Information ,
-
Lookup Type: SV_BIO_INFO
12.1.1
product: IGS - Student System , meaning: Biographical Information , description: Biographical Information ,
-
TABLE: IGS.IGS_SV_BIO_INFO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SV_BIO_INFO, object_name:IGS_SV_BIO_INFO, status:VALID,
-
View: IGS_SV_CRT_DPND_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the creation of the student dependent information. , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: SV_DEPDNT_INFO
12.1.1
product: IGS - Student System , meaning: Dependent Information , description: Dependent Information ,
-
Lookup Type: SV_DEPDNT_INFO
12.2.2
product: IGS - Student System (Obsolete) , meaning: Dependent Information , description: Dependent Information ,
-
TABLE: IGS.IGS_SV_DEPDNT_INFO
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_SV_DEPDNT_INFO, object_name:IGS_SV_DEPDNT_INFO, status:VALID,
-
VIEW: APPS.IGS_SV_EDT_PERS_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_PERS_BLK_V, object_name:IGS_SV_EDT_PERS_BLK_V, status:VALID,
-
View: IGS_SV_EV_EDT_EV_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_EDT_EV_BLK_V, object_name:IGS_SV_EV_EDT_EV_BLK_V, status:VALID, product: IGS - Student System , description: Edit Exchange Visitor Block View. , implementation_dba_data: APPS.IGS_SV_EV_EDT_EV_BLK_V ,
-
View: IGS_SV_EDT_PERS_BLK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EDT_PERS_BLK_V, object_name:IGS_SV_EDT_PERS_BLK_V, status:VALID, product: IGS - Student System , description: View for obtaining information for the XML block describing the student personal information changes. , implementation_dba_data: APPS.IGS_SV_EDT_PERS_BLK_V ,
-
View: IGS_SV_EDT_PERS_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for obtaining information for the XML block describing the student personal information changes. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_SV_EV_EDT_EV_BLK_V
12.2.2
product: IGS - Student System (Obsolete) , description: Edit Exchange Visitor Block View. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_SV_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_BATCH_PROCESS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_SV_NI_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'. ,