DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGS_SV_OPT_RQST_BLK_V

Object Details
Object Name: IGS_SV_OPT_RQST_BLK_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_SV_OPT_RQST_BLK_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


View for obtaining information for the XML block describing the OPT employment request information for the student.


[View Source]

Columns
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.
EMPLOYMENT_START_DATE VARCHAR2 (10)
Date employment starts for student.
EMPLOYMENT_END_DATE VARCHAR2 (10)
Date employment is to end for the student.
EMPLOYMENT VARCHAR2 (2)
Employment type for student Full or Part time.
EMPLOYER_NAME VARCHAR2 (500)
Employers name
EMPLOYER_ADDRESS_LINE1 VARCHAR2 (60)
Employers address line 1
EMPLOYER_ADDRESS_LINE2 VARCHAR2 (60)
Employers address line 2.
EMPLOYER_CITY VARCHAR2 (60)
Employers city
EMPLOYER_STATE VARCHAR2 (2)
Employers state
EMPLOYER_POSTAL_CODE VARCHAR2 (5)
Employers postal code
EMPLOYER_POSTAL_ROUTING_CODE VARCHAR2 (4)
Employers postal routing code.
COURSE_RELEVANCE VARCHAR2 (500)
Course relevance applied to employment
REMARKS VARCHAR2 (500)
Remarks on students employer.
MET_ACAD_REQUIREMENT VARCHAR2 (1)
Indicator that if the academic requirements are met or not
Query Text

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
,      EMPLOYER_ADDRESS_LINE1
,      EMPLOYER_ADDRESS_LINE2
,      EMPLOYER_CITY
,      EMPLOYER_STATE
,      EMPLOYER_POSTAL_CODE
,      EMPLOYER_POSTAL_ROUTING_CODE
,      COURSE_RELEVANCE
,      REMARKS
,      MET_ACAD_REQUIREMENT
FROM APPS.IGS_SV_OPT_RQST_BLK_V;

Dependencies

[top of page]

APPS.IGS_SV_OPT_RQST_BLK_V references the following:

SchemaAPPS
SynonymIGS_SV_EMPL_INFO

APPS.IGS_SV_OPT_RQST_BLK_V is not referenced by any database object