[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EDT_TRAVEL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EDT_TRAVEL_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching modified legal informations for Non-Immigrant
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | Person identifier that the conviction record is associated to |
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier used for the run of the SEVIS process |
| PSPRT_NUMBER | VARCHAR2 | (25) | Passport number for the student | |
| PSPT_ISSUING_CNTRY | VARCHAR2 | (3) | Country code where the passport was issued from | |
| PSPRT_EXPIRY_DATE | VARCHAR2 | (10) | Date the passport for the student expires | |
| VISA_NUMBER | VARCHAR2 | (25) | Visa Number the student is visiting with. | |
| VISA_ISSUING_CNTRY | VARCHAR2 | (3) | SEVIS country code where the visa issued. | |
| VISA_EXPIRY_DATE | VARCHAR2 | (10) | Date visa for the student expires | |
| ADMISSION_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 | |
| VISA_ISSUE_DATE | VARCHAR2 | (10) | Stores the VISA issue date |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, BATCH_ID
, PSPRT_NUMBER
, PSPT_ISSUING_CNTRY
, PSPRT_EXPIRY_DATE
, VISA_NUMBER
, VISA_ISSUING_CNTRY
, VISA_EXPIRY_DATE
, ADMISSION_NUMBER
, PORT_OF_ENTRY
, DATE_OF_ENTRY
, REMARKS
, VISA_ISSUE_DATE
FROM APPS.IGS_SV_EDT_TRAVEL_V;
APPS
IGS_SV_BTCH_SUMMARY
IGS_SV_LEGAL_INFO
APPS.IGS_SV_EDT_TRAVEL_V is not referenced by any database object
|
|
|
|