[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EDT_OFF_EMPL_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EDT_OFF_EMPL_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching the details about a Non-Immg Off-Campus Employment to edit the details
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier used for the run of the SEVIS process |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier that the conviction record is associated to |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating to SEVIS to print the form or not |
| NEW_EMPL_START_DATE | VARCHAR2 | (10) | Date that the student started this type of employment. | |
| NEW_EMPL_END_DATE | VARCHAR2 | (10) | Date that the student is to end employment of this type. | |
| NEW_EMPLOYMENT_TYPE | VARCHAR2 | (2) | Yes | Employment type for the record being sent. Off campus OPT or CPT. |
| RECOMMENDATION | VARCHAR2 | (500) | Remarks made by student on employment record | |
| RECOMMEND_EMPLOYMENT | VARCHAR2 | (1) | Flag indicating if student has been recommended for employment or not. | |
| EMPL_START_DATE | VARCHAR2 | (10) | Date that the student started this type of employment. | |
| EMPL_END_DATE | VARCHAR2 | (10) | Date that the student is to end employment of this type. | |
| EMPLOYMENT_TYPE | VARCHAR2 | (2) | Yes | Employment type for the record being sent. Off campus OPT or CPT. |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, NEW_EMPL_START_DATE
, NEW_EMPL_END_DATE
, NEW_EMPLOYMENT_TYPE
, RECOMMENDATION
, RECOMMEND_EMPLOYMENT
, EMPL_START_DATE
, EMPL_END_DATE
, EMPLOYMENT_TYPE
FROM APPS.IGS_SV_EDT_OFF_EMPL_BLK_V;
APPS
IGS_SV_EMPL_INFO
APPS.IGS_SV_EDT_OFF_EMPL_BLK_V is not referenced by any database object
|
|
|
|