Search Results birth_cntry_resn_code
Overview
APPS.IGS_SV_EV_ADD_DPD_BLK_V is a valid Oracle E-Business Suite view owned by the APPS schema, registered in FND Design Data as IGS.IGS_SV_EV_ADD_DPD_BLK_V. It is classified as a Web view, meaning it was designed to simplify access from Oracle Self-Service Web Applications by presenting a flattened, denormalized projection of data that would otherwise require multi-table joins. The object is part of the Student Systems (IGS) product family, and its functional purpose is described as "Add dependent block for the Exchange Visitor."
In the context of Oracle EBS 12.1.1 and 12.2.2, the view supplies the row set backing the dependent-block region of the Self-Service Exchange Visitor registration flow. Each row represents one dependent of an exchange visitor within a batch request, carrying the personal, demographic and relationship attributes required to create or validate a dependent person record. The view therefore functions as an integration and reporting surface as much as a UI construct: external interfaces and concurrent programs can query it to extract exchange visitor dependent batches without needing to navigate the underlying IGS staging and person tables.
Underlying Base Objects
The ETRM documentation excerpt for this view does not enumerate any referenced base objects; the "Referenced base objects" field is recorded as none documented. The column set nonetheless indicates the view is defined over exchange visitor batch staging data and person/dependent records maintained by the IGS Student Systems schema and the Oracle HR/TCA person model. The BATCH_ID and PERSON_ID columns anchor the row to a batch request and to the sponsoring exchange visitor, while DEPDNT_ID and PERSON_ID_LONG carry the dependent's own person identifiers. The presence of columns such as PERSON_NUMBER and PERSON_ID_LONG, which mirror the standard person identifiers used throughout EBS, confirms that the view resolves dependent person records rather than storing them independently. Because the view is a Web view, it is expected to be a simple projection with minimal transformation logic, and it should be treated as read-only.
Key Columns
- BATCH_ID (NUMBER 14) — Batch request identifier; groups all dependents belonging to a single submission.
- PERSON_ID (NUMBER 15) — Person identifier of the exchange visitor within the request block.
- DEPDNT_ID (NUMBER 15) — Person identifier of the dependent.
- PERSON_ID_LONG (VARCHAR2 15) and PERSON_NUMBER (VARCHAR2 11) — Character representations of the dependent person identifier and the user-visible person number.
- LAST_NAME, FIRST_NAME, MIDDLE_NAME, SUFFIX — Dependent name components.
- BIRTH_DATE (VARCHAR2 10), GENDER, BIRTH_CITY (VARCHAR2 60) — Birth and demographic attributes.
- BIRTH_CNTRY_CODE (VARCHAR2 30) — Birth country code of the dependent.
- BIRTH_CNTRY_RESN_CODE (VARCHAR2 30) — The column the user searched for; it captures the birth country reason code associated with the dependent's recorded country of birth.
- CITIZENSHIP_CNTRY_CODE and PERM_RESIDENCY_CODE — Citizenship and permanent residency country codes.
- RELATIONSHIP — Relationship of the dependent to the exchange visitor.
- REMARKS (VARCHAR2 500) — Free-text remarks recorded when the dependent was added.
Common Use Cases and Queries
Typical usage includes batch validation reporting, dependent demographic extracts for regulatory filings, and reconciliation of submitted dependents against the final person records. A batch-level extract would be written as follows:
SELECT BATCH_ID, PERSON_ID, LAST_NAME, FIRST_NAME, BIRTH_DATE, RELATIONSHIP, BIRTH_CNTRY_CODE, BIRTH_CNTRY_RESN_CODE FROM APPS.IGS_SV_EV_ADD_DPD_BLK_V WHERE BATCH_ID = :p_batch_id;
To isolate dependents whose birth country reason code has been populated, filter on BIRTH_CNTRY_RESN_CODE IS NOT NULL, optionally joining to the country code table on BIRTH_CNTRY_CODE for descriptive reporting. Because the view exposes no documented base objects, joins should be made through the exposed identifier columns (PERSON_ID, DEPDNT_ID, PERSON_NUMBER) rather than by predicting internal table names.
-
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_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_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_CRT_BIO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_CRT_BIO_V, object_name:IGS_SV_EV_CRT_BIO_V, status:VALID,
-
View: IGS_PE_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_STAT_V, object_name:IGS_PE_STAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_STAT_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,
-
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_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_BIO_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for fetching biographic information for new Exchange Visitor students , implementation_dba_data: Not implemented in this database ,
-
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_CRT_BIO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SV_EV_CRT_BIO_V, object_name:IGS_SV_EV_CRT_BIO_V, status:VALID, product: IGS - Student System , description: View for fetching biographic information for new Exchange Visitor students , implementation_dba_data: APPS.IGS_SV_EV_CRT_BIO_V ,
-
View: IGS_PE_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , 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 ,
-
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 ,
-
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: 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: 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 ,
-
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 ,
-
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: APPS.IGS_PE_STAT_V
12.1.1
-
TABLE: IGS.IGS_PE_STAT_DETAILS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_STAT_DETAILS, object_name:IGS_PE_STAT_DETAILS, status:VALID,
-
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 ,
-
VIEW: APPS.IGS_PE_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_STAT_V, object_name:IGS_PE_STAT_V, status:VALID,
-
APPS.IGS_PE_STAT_DETAILS_PKG SQL Statements
12.1.1
-
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_PE_STAT_DETAILS_PKG
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
-
APPS.IGS_PE_STAT_DETAILS_PKG dependencies on IGS_PE_STAT_DETAILS
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_PE_STAT_DETAILS_PKG dependencies on FND_MESSAGE
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 dependencies on IGS_SV_DEPDNT_INFO
12.1.1
-
APPS.IGS_SV_NI_BATCH_PROCESS_PKG dependencies on FND_LOG
12.1.1
-
APPS.IGS_SV_BATCH_PROCESS_PKG dependencies on FND_LOG
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'. ,