[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_PROG_DUM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_PROG_DUM_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching program information for Exchange Visitor students
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the request being run. |
| PDSO_SEVIS_ID | VARCHAR2 | (11) | SEVIS identifier of the person responsible for the student. | |
| PERSON_ID | NUMBER | (15) | Yes | Person Identifier that is linked to the HZ_PARTIES table. |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating form being requested for reprinting by the user |
| SEVIS_USER_ID | VARCHAR2 | (11) | The SEVIS Identifier that is assigned to the user upon creation of record processing. | |
| RECORD_NUMBER | NUMBER | (20) | Yes | record number in the batch that is being processed. up to 250 records per batch |
| PERSON_NUMBER | VARCHAR2 | (11) | Person Number | |
| PERSON_ID_LONG | VARCHAR2 | (15) | Person ID | |
| REPRINT_REASON | VARCHAR2 | (30) | Reprint reason | |
| REPRINT_REMARKS | VARCHAR2 | (500) | Reprint remarks | |
| OTHER_REMARKS | VARCHAR2 | (500) | Other remarks |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PDSO_SEVIS_ID
, PERSON_ID
, PRINT_FORM
, SEVIS_USER_ID
, RECORD_NUMBER
, PERSON_NUMBER
, PERSON_ID_LONG
, REPRINT_REASON
, REPRINT_REMARKS
, OTHER_REMARKS
FROM APPS.IGS_SV_EV_PROG_DUM_V;
APPS
IGS_SV_BTCH_SUMMARY
IGS_SV_PERSONS
APPS.IGS_SV_EV_PROG_DUM_V is not referenced by any database object
|
|
|
|