[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_UPD_STDT_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_UPD_STDT_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 updated student information.
| 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. |
| PDSO_USER_ID | VARCHAR2 | (11) | This is the institutions PDSO SEVIS user identification registered with SEVIS. | |
| SEVIS_USER_ID | VARCHAR2 | (11) | Students registered SEVIS user identifier. | |
| PERSON_NUMBER | VARCHAR2 | (11) | Students person number | |
| RECORD_NUMBER | NUMBER | (20) | Yes | Record number the student is in for the requested batch. |
| PERSON_ID_LONG | VARCHAR2 | (15) | Column to be used as UserDefinedA reference to SEVIS | |
| REPRINT_REASON | VARCHAR2 | (30) | Reprint Reason | |
| REPRINT_REMARKS | VARCHAR2 | (500) | Reprint Remarks | |
| VERIFY | VARCHAR2 | (1) | Indicates Verify |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, PDSO_USER_ID
, SEVIS_USER_ID
, PERSON_NUMBER
, RECORD_NUMBER
, PERSON_ID_LONG
, REPRINT_REASON
, REPRINT_REMARKS
, VERIFY
FROM APPS.IGS_SV_UPD_STDT_BLK_V;
APPS
IGS_SV_BATCHES
IGS_SV_PERSONS
APPS.IGS_SV_UPD_STDT_BLK_V is not referenced by any database object
|
|
|
|