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


VIEW: APPS.IGS_SV_EV_CRT_PRGM_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


View for fetching program information for new Exchange Visitor students


[View Source]

Columns
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
POSITION_CODE VARCHAR2 (3)
Position code value for the Exchange Visitor.
SUBJECT_FIELD_CODE VARCHAR2 (7)
Subject code that the student is involved with.
SUBJECT_REMARKS VARCHAR2 (500)
Remarks for the students program information
Query Text

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


SELECT BATCH_ID
,      PERSON_ID
,      POSITION_CODE
,      SUBJECT_FIELD_CODE
,      SUBJECT_REMARKS
FROM APPS.IGS_SV_EV_CRT_PRGM_V;

Dependencies

[top of page]

APPS.IGS_SV_EV_CRT_PRGM_V references the following:

SchemaAPPS
SynonymIGS_SV_PRGMS_INFO

APPS.IGS_SV_EV_CRT_PRGM_V is not referenced by any database object