[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_CRT_CONT_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_CRT_CONT_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View for obtaining information for the XML block describing the create continuation information for the student.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the requested run. |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier for the student in the request. |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating if the form is to be printed by SEVIS or not. |
| ISSUE_REASON | VARCHAR2 | (30) | Issuing reason for student request. | |
| CURR_SESSION_END_DATE | VARCHAR2 | (10) | Students current session end date. | |
| NEXT_SESSION_START_DATE | VARCHAR2 | (10) | Students next session start date. |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, ISSUE_REASON
, CURR_SESSION_END_DATE
, NEXT_SESSION_START_DATE
FROM APPS.IGS_SV_CRT_CONT_BLK_V;
APPS
IGS_SV_PERSONS
APPS.IGS_SV_CRT_CONT_BLK_V is not referenced by any database object
|
|
|
|