[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_DPND_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_DPND_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View for the creation of the Exchange Visitor dependent block in the XML file sent to SEVIS
| 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. |
| RECORD_NUMBER | NUMBER | (20) | Yes | Record number |
| DEPDNT_SEVIS_ID | VARCHAR2 | (11) | Dependent registered SEVIS identifier. | |
| PDSO_SEVIS_ID | VARCHAR2 | (11) | Pseudo SEVIS Id | |
| DEPDNT_ID | NUMBER | (15) | Yes | Dependent person identifier |
| PERSON_NUMBER | VARCHAR2 | (11) | Dependent person number | |
| PERSON_ID_LONG | VARCHAR2 | (15) | Column to be used as UserDefinedA reference to SEVIS | |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Print form |
| SEVIS_USER_ID | VARCHAR2 | (11) | SEVIS user id | |
| SV_PERSON_NUMBER | VARCHAR2 | (11) | Parent Person Number | |
| SV_PERSON_ID_LONG | VARCHAR2 | (15) | Parent Person Id | |
| REPRINT_REASON | VARCHAR2 | (30) | Reprint Reason | |
| REPRINT_REMARKS | VARCHAR2 | (500) | Reprint Remarks | |
| OTHER_REMARKS | VARCHAR2 | (500) | Other Remarks |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, RECORD_NUMBER
, DEPDNT_SEVIS_ID
, PDSO_SEVIS_ID
, DEPDNT_ID
, PERSON_NUMBER
, PERSON_ID_LONG
, PRINT_FORM
, SEVIS_USER_ID
, SV_PERSON_NUMBER
, SV_PERSON_ID_LONG
, REPRINT_REASON
, REPRINT_REMARKS
, OTHER_REMARKS
FROM APPS.IGS_SV_EV_DPND_BLK_V;
APPS
IGS_SV_BTCH_SUMMARY
IGS_SV_DEPDNT_INFO
IGS_SV_PERSONS
APPS.IGS_SV_EV_DPND_BLK_V is not referenced by any database object
|
|
|
|