[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_TRAVEL_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_TRAVEL_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching legal informations for Exchange Visitor students
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier used for the run of the SEVIS process |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier that the conviction record is associated to |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating if SEVIS is being requested to print form |
| PSPRT_NUMBER | VARCHAR2 | (25) | Passport number for the student | |
| PSPRT_ISSUING_CNTRY_CODE | VARCHAR2 | (3) | Country code where the passport was issued from | |
| PSPRT_EXP_DATE | VARCHAR2 | (10) | Date the passport for the student expires | |
| VISA_NUMBER | VARCHAR2 | (25) | Visa Number the student is visiting with. | |
| VISA_ISSUING_POST | VARCHAR2 | (3) | SEVIS Issuing post code where the visa was issued. | |
| VISA_ISSUING_CNTRY_CODE | VARCHAR2 | (3) | SEVIS country code where the visa issued. | |
| VISA_ISSUE_DATE | VARCHAR2 | (10) | Stores the VISA issue date | |
| VISA_EXPIRATION_DATE | VARCHAR2 | (10) | Date visa for the student expires | |
| I94_NUMBER | VARCHAR2 | (11) | Country Admission form number to enter country. | |
| PORT_OF_ENTRY | VARCHAR2 | (3) | SEVIS code for the port where the student entered country | |
| DATE_OF_ENTRY | VARCHAR2 | (10) | Date the student entered the country | |
| REMARKS | VARCHAR2 | (500) | Remarks for the students legal information |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, PSPRT_NUMBER
, PSPRT_ISSUING_CNTRY_CODE
, PSPRT_EXP_DATE
, VISA_NUMBER
, VISA_ISSUING_POST
, VISA_ISSUING_CNTRY_CODE
, VISA_ISSUE_DATE
, VISA_EXPIRATION_DATE
, I94_NUMBER
, PORT_OF_ENTRY
, DATE_OF_ENTRY
, REMARKS
FROM APPS.IGS_SV_EV_TRAVEL_BLK_V;
APPS
IGS_SV_BTCH_SUMMARY
IGS_SV_LEGAL_INFO
APPS.IGS_SV_EV_TRAVEL_BLK_V is not referenced by any database object
|
|
|
|