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


TABLE: IGS.IGS_PE_NONIMG_FORM

Object Details
Object Name: IGS_PE_NONIMG_FORM
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PE_NONIMG_FORM
Subobject Name:
Status: VALID


This table is to be used for storing the information of students that fall into the non-immigrant status based on Visa Type. The information here will be passed along to SEVIS.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PE_NONIMG_FORM_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNONIMG_FORM_ID
IGS_PE_NONIMG_FORM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
Columns
Name Datatype Length Mandatory Comments
NONIMG_FORM_ID NUMBER (15) Yes A unique identifier
PERSON_ID NUMBER (15) Yes Party ID for person in OSS
PRINT_FORM VARCHAR2 (1) Yes Flag to indicate if the form is to be printed
FORM_EFFECTIVE_DATE DATE
Yes Form Effective Date
FORM_STATUS VARCHAR2 (1) Yes Status of the form
ACAD_TERM_LENGTH VARCHAR2 (2) Yes Length of the academic term
TUITION_AMT NUMBER (10) Yes Tuition expense for the student
LIVING_EXP_AMT NUMBER (10) Yes Living Expenses for the student
PERSONAL_FUNDS_AMT NUMBER (10) Yes Personal Funds for the student
ISSUE_REASON VARCHAR2 (30) Yes Issue reason for the Form
COMMUTER_IND VARCHAR2 (1)
Commuter Indicator
ENGLISH_REQD VARCHAR2 (1) Yes English required for the student or not flag
LENGTH_OF_STUDY VARCHAR2 (2) Yes Length of time for the student to finish
PRGM_START_DATE DATE
Yes Date that the program is starting
PRGM_END_DATE DATE
Yes Date that the program is ending
PRIMARY_MAJOR VARCHAR2 (7) Yes Students primary major of study
EDUCATION_LEVEL VARCHAR2 (2) Yes Students level of education
DEPDNT_EXP_AMT NUMBER (10)
Dependants expenses amount
OTHER_EXP_AMT NUMBER (10)
Any other expenses amount
OTHER_EXP_DESC VARCHAR2 (500)
Other expenses description
SCHOOL_FUNDS_AMT NUMBER (10)
School funds amount
SCHOOL_FUNDS_DESC VARCHAR2 (500)
School funds description for student
OTHER_FUNDS_AMT NUMBER (10)
Other funds amount
OTHER_FUNDS_DESC VARCHAR2 (500)
Other funds description for student
EMPL_FUNDS_AMT NUMBER (10)
Employment funds amount
REMARKS VARCHAR2 (500)
Remarks for student
CURR_SESSION_END_DATE DATE

Current school sessions end date
NEXT_SESSION_START_DATE DATE

Next school sessions start date
TRANSFER_FROM_SCHOOL VARCHAR2 (500)
School student transferred from
OTHER_REASON VARCHAR2 (500)
Other reason for coming to school
LAST_REPRINT_DATE DATE

Last date the form was requested reprint
REPRINT_REASON VARCHAR2 (2)
Reason code for the reprint of form
REPRINT_REMARKS VARCHAR2 (500)
Remarks on the reason code for reprint
SECONDARY_MAJOR VARCHAR2 (7)
Secondary major for the student
MINOR VARCHAR2 (7)
Minor for the student
ENGLISH_REQD_MET VARCHAR2 (1)
English requirement met flag
NOT_REQD_REASON VARCHAR2 (500)
Reason why requirement not needed to be met
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
EDUC_LVL_REMARKS VARCHAR2 (500)
Education level remarks that are optional but is required if Education Level chosen is OTHER.
VISA_TYPE VARCHAR2 (30) Yes Visa Type the student applies for.
LAST_SESSION_FLAG VARCHAR2 (1)
To indicate that a NON IMG is in his last session
ADJUDICATED_FLAG VARCHAR2 (1)
To indicate that a NON IMG has been Adjudicated
SEVIS_SCHOOL_IDENTIFIER NUMBER (15)
Party Id for a school
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT NONIMG_FORM_ID
,      PERSON_ID
,      PRINT_FORM
,      FORM_EFFECTIVE_DATE
,      FORM_STATUS
,      ACAD_TERM_LENGTH
,      TUITION_AMT
,      LIVING_EXP_AMT
,      PERSONAL_FUNDS_AMT
,      ISSUE_REASON
,      COMMUTER_IND
,      ENGLISH_REQD
,      LENGTH_OF_STUDY
,      PRGM_START_DATE
,      PRGM_END_DATE
,      PRIMARY_MAJOR
,      EDUCATION_LEVEL
,      DEPDNT_EXP_AMT
,      OTHER_EXP_AMT
,      OTHER_EXP_DESC
,      SCHOOL_FUNDS_AMT
,      SCHOOL_FUNDS_DESC
,      OTHER_FUNDS_AMT
,      OTHER_FUNDS_DESC
,      EMPL_FUNDS_AMT
,      REMARKS
,      CURR_SESSION_END_DATE
,      NEXT_SESSION_START_DATE
,      TRANSFER_FROM_SCHOOL
,      OTHER_REASON
,      LAST_REPRINT_DATE
,      REPRINT_REASON
,      REPRINT_REMARKS
,      SECONDARY_MAJOR
,      MINOR
,      ENGLISH_REQD_MET
,      NOT_REQD_REASON
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      EDUC_LVL_REMARKS
,      VISA_TYPE
,      LAST_SESSION_FLAG
,      ADJUDICATED_FLAG
,      SEVIS_SCHOOL_IDENTIFIER
FROM IGS.IGS_PE_NONIMG_FORM;

Dependencies

[top of page]

IGS.IGS_PE_NONIMG_FORM does not reference any database object

IGS.IGS_PE_NONIMG_FORM is referenced by following:

SchemaAPPS
SynonymIGS_PE_NONIMG_FORM