[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_SHRT_PRG_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_SHRT_PRG_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching shortened program information 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 |
| SHORT_PROGRAM_REASON | VARCHAR2 | (30) | Reason code for the student ending the program. | |
| NEW_PRG_END_DATE | VARCHAR2 | (10) | Program end date that the student is involved in. | |
| SHORT_PROGRAM_REMARKS | VARCHAR2 | (500) | Remarks for the students program information |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, SHORT_PROGRAM_REASON
, NEW_PRG_END_DATE
, SHORT_PROGRAM_REMARKS
FROM APPS.IGS_SV_EV_SHRT_PRG_BLK_V;
APPS
IGS_SV_PRGMS_INFO
APPS.IGS_SV_EV_SHRT_PRG_BLK_V is not referenced by any database object
|
|
|
|