[Home] [Help]
[Dependency Information]
Object Name: | IGS_SV_CRT_STDT_PRGM_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching program information for the new Non-Immigrant students
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 |
EDUCATION_LEVEL | VARCHAR2 | (2) | Education level of the student being reported to SEVIS. | |
EDUC_LVL_REMARKS | VARCHAR2 | (500) | Education Level remarks for OTHER type of Education Level. | |
PRIMARY_MAJOR | VARCHAR2 | (7) | Students primary major code for the student which is the value that SEVIS needs not OSS value for majors | |
SECOND_MAJOR | VARCHAR2 | (7) | Students secondary major code for the student which is the value that SEVIS needs not OSS value for majors | |
MINOR | VARCHAR2 | (7) | Students minor code for the student which is the value that SEVIS needs not OSS value for minors | |
LENGTH_OF_STUDY | VARCHAR2 | (2) | Length of student that the student is planning for. | |
PRG_START_DATE | VARCHAR2 | (10) | Program start date that the student is involved in. | |
PRG_END_DATE | VARCHAR2 | (10) | Program end date that the student is involved in. | |
ENGL_REQUIRED | VARCHAR2 | (1) | Flag indicating if English is required for the program the student is in or not. | |
ENGL_REQUIREMENTS_MET | VARCHAR2 | (1) | Flag indicating if English being required has been met or not for the program the student is in. | |
ENGL_NOT_REQD_REASON | VARCHAR2 | (500) | Reason for the english proficiency requirement not being needed. | |
PROG_REMARKS | VARCHAR2 | (500) | Remarks for the students program information |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, EDUCATION_LEVEL
, EDUC_LVL_REMARKS
, PRIMARY_MAJOR
, SECOND_MAJOR
, MINOR
, LENGTH_OF_STUDY
, PRG_START_DATE
, PRG_END_DATE
, ENGL_REQUIRED
, ENGL_REQUIREMENTS_MET
, ENGL_NOT_REQD_REASON
, PROG_REMARKS
FROM APPS.IGS_SV_CRT_STDT_PRGM_V;
APPS.IGS_SV_CRT_STDT_PRGM_V is not referenced by any database object
|
|
|