[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_CRT_STAT_CNGE_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_CRT_STAT_CNGE_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching Status change information for student
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the request being run. |
| 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 |
| ISSUE_REASON | VARCHAR2 | (30) | Reason code for the creation of the user | |
| STATUS_CHANGE_REASON | VARCHAR2 | (500) | Other reason for the information that is being sent to SEVIS |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, ISSUE_REASON
, STATUS_CHANGE_REASON
FROM APPS.IGS_SV_CRT_STAT_CNGE_BLK_V;
APPS
IGS_SV_PERSONS
APPS.IGS_SV_CRT_STAT_CNGE_BLK_V is not referenced by any database object
|
|
|
|