[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_CNCL_OPT_RQST_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_CNCL_OPT_RQST_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching cancelled OPT employment records
| 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 |
| EMPLOYMENT_START_DATE | VARCHAR2 | (10) | Date that the student started this type of employment. | |
| EMPLOYMENT_END_DATE | VARCHAR2 | (10) | Date that the student is to end employment of this type. | |
| EMPLOYMENT | VARCHAR2 | (2) | Employment time for this type Full or Part time. | |
| EMPLOYER_NAME | VARCHAR2 | (500) | Student employers company name |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, EMPLOYMENT_START_DATE
, EMPLOYMENT_END_DATE
, EMPLOYMENT
, EMPLOYER_NAME
FROM APPS.IGS_SV_CNCL_OPT_RQST_BLK_V;
APPS
IGS_SV_EMPL_INFO
APPS.IGS_SV_CNCL_OPT_RQST_BLK_V is not referenced by any database object
|
|
|
|