[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_UPD_DPND_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_UPD_DPND_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
[View for obtaining information for the XML block describing the updated dependent information for the student.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the requested run. |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier for the student in the request. |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag to indicate if the form is to be printed by SEVIS or not. |
| DEPDNT_ID | NUMBER | (15) | Yes | Dependent person identifier |
| PERSON_NUMBER | VARCHAR2 | (0) | Dependent person number | |
| DEPDNT_SEVIS_ID | VARCHAR2 | (11) | Dependent registered SEVIS identifier. | |
| LAST_NAME | VARCHAR2 | (40) | Dependents last name. | |
| FIRST_NAME | VARCHAR2 | (40) | Dependents first name | |
| MIDDLE_NAME | VARCHAR2 | (40) | Dependents middle name. | |
| SUFFIX | VARCHAR2 | (3) | Dependent suffix for name. | |
| BIRTH_DATE | VARCHAR2 | (10) | Dependents birth date. | |
| GENDER | VARCHAR2 | (1) | Dependents gender | |
| BIRTH_CNTRY_CODE | VARCHAR2 | (30) | Dependent birth country code. | |
| CITIZENSHIP_CNTRY_CODE | VARCHAR2 | (2) | Dependent citizenship country code. | |
| VISA_TYPE | VARCHAR2 | (2) | Dependent visa type | |
| RELATIONSHIP | VARCHAR2 | (2) | Dependent relationship to student | |
| REMARKS | VARCHAR2 | (500) | Remarks on the dependent updates being made. | |
| PERSON_ID_LONG | VARCHAR2 | (0) | Column to be used as UserDefinedA reference to SEVIS |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, DEPDNT_ID
, PERSON_NUMBER
, DEPDNT_SEVIS_ID
, LAST_NAME
, FIRST_NAME
, MIDDLE_NAME
, SUFFIX
, BIRTH_DATE
, GENDER
, BIRTH_CNTRY_CODE
, CITIZENSHIP_CNTRY_CODE
, VISA_TYPE
, RELATIONSHIP
, REMARKS
, PERSON_ID_LONG
FROM APPS.IGS_SV_UPD_DPND_BLK_V;
APPS
IGS_SV_DEPDNT_INFO
APPS.IGS_SV_UPD_DPND_BLK_V is not referenced by any database object
|
|
|
|