[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_DFR_ATTND_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_DFR_ATTND_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View used to obtain the students deferred attendance XML block
| 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 requested run. |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating if the form is to be printed by SEVIS or not. |
| NEW_PRGM_START_DATE | VARCHAR2 | (10) | New program start date for the student. | |
| NEW_PRGM_END_DATE | VARCHAR2 | (10) | New program end date for the student. | |
| DA_REMARKS | VARCHAR2 | (500) | Deferred attendance remarks for student. |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, NEW_PRGM_START_DATE
, NEW_PRGM_END_DATE
, DA_REMARKS
FROM APPS.IGS_SV_DFR_ATTND_BLK_V;
APPS
IGS_SV_PRGMS_INFO
APPS.IGS_SV_DFR_ATTND_BLK_V is not referenced by any database object
|
|
|
|