[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_TERM_EV_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_TERM_EV_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View for terminating the Exchange Visitor information that is in XML file being sent to SEVIS.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch request identifier |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier in the request block |
| TERMINATION_REASON | VARCHAR2 | (30) | Termination reason code for Exchange Visitor | |
| TERMINATION_DATE | VARCHAR2 | (10) | Termination date for student | |
| TERMINATION_REMARKS | VARCHAR2 | (500) | Comments on termination of student | |
| OTHER_REMARKS | VARCHAR2 | (500) | Remarks if the termination reason is OTHER |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, TERMINATION_REASON
, TERMINATION_DATE
, TERMINATION_REMARKS
, OTHER_REMARKS
FROM APPS.IGS_SV_EV_TERM_EV_BLK_V;
APPS
IGS_SV_PRGMS_INFO
APPS.IGS_SV_EV_TERM_EV_BLK_V is not referenced by any database object
|
|
|
|