[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_OFF_EMPL_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_OFF_EMPL_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 off campus employment 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 form is to be printed by SEVIS or not. |
| EMPLOYMENT_TYPE | VARCHAR2 | (2) | Yes | Type of employment for student Full Time or Part Time |
| RECOMMENDATION | VARCHAR2 | (500) | Comments on recommendation for student employment | |
| RECOMMEND_EMPLOYMENT | VARCHAR2 | (1) | Flag indicating if the student is recommended for employment or not. | |
| RESCIND_RECOMMENDATION | VARCHAR2 | (0) | Flag indicating if employment recommendation is rescinded or not. | |
| EMPL_START_DATE | VARCHAR2 | (10) | Employment Start Date | |
| EMPL_END_DATE | VARCHAR2 | (10) | Employment End Date |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, EMPLOYMENT_TYPE
, RECOMMENDATION
, RECOMMEND_EMPLOYMENT
, RESCIND_RECOMMENDATION
, EMPL_START_DATE
, EMPL_END_DATE
FROM APPS.IGS_SV_OFF_EMPL_BLK_V;
APPS
IGS_SV_EMPL_INFO
APPS.IGS_SV_OFF_EMPL_BLK_V is not referenced by any database object
|
|
|
|