[Home] [Help]
[Dependency Information]
Object Name: | IGS_SV_EDT_PRGM_BLK_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 the student edits to the program.
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. |
PRIMARY_MAJOR | VARCHAR2 | (7) | Student primary major of study. | |
SECONDARY_MAJOR | VARCHAR2 | (7) | Student secondary major of study. | |
MINOR | VARCHAR2 | (7) | Student minor choice of study. | |
LENGTH_OF_STUDY | VARCHAR2 | (2) | Students length of study for program. | |
ENGLISH_REQUIRED | VARCHAR2 | (1) | Flag indicating that english is required or not for student program. | |
ENGLISH_REQMT_MET | VARCHAR2 | (1) | Flag indicating if the english requirement has been met or not. | |
NOT_REQD_REASON | VARCHAR2 | (500) | Reason why english is not required for student program. | |
EDUC_LVL_REMARKS | VARCHAR2 | (500) | Remarks on the student program of study. | |
EDUCATION_LEVEL | VARCHAR2 | (2) | Education Level |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, PRINT_FORM
, PRIMARY_MAJOR
, SECONDARY_MAJOR
, MINOR
, LENGTH_OF_STUDY
, ENGLISH_REQUIRED
, ENGLISH_REQMT_MET
, NOT_REQD_REASON
, EDUC_LVL_REMARKS
, EDUCATION_LEVEL
FROM APPS.IGS_SV_EDT_PRGM_BLK_V;
APPS.IGS_SV_EDT_PRGM_BLK_V is not referenced by any database object
|
|
|