[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_END_PRG_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_END_PRG_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
iew for the ending of program information for the Exchange Visitor information sent in XML file 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 |
| END_PROGRAM_REASON | VARCHAR2 | (30) | End program reason code for Exchange Visitor | |
| EFFECTIVE_DATE | VARCHAR2 | (10) | End program effective date for student | |
| END_PROGRAM_REMARKS | VARCHAR2 | (500) | End program termination of student |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, END_PROGRAM_REASON
, EFFECTIVE_DATE
, END_PROGRAM_REMARKS
FROM APPS.IGS_SV_EV_END_PRG_BLK_V;
APPS
IGS_SV_PRGMS_INFO
APPS.IGS_SV_EV_END_PRG_BLK_V is not referenced by any database object
|
|
|
|