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


VIEW: APPS.IGS_SV_ADD_DROP_BLW_V

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

View Type

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


View for fetching the details about the authorization reasons being cancelled


[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
PRINT_FORM VARCHAR2 (1) Yes Flag indicating that the form is to be printed or not by SEVIS.
AUTH_REASON VARCHAR2 (2)
Authorization reason code value
AUTH_START_DATE VARCHAR2 (10)
Program start date that the student is involved in.
AUTH_END_DATE VARCHAR2 (10)
Program end date that the student is involved in.
DBF_REMARKS VARCHAR2 (500)
Remarks for the students program information
AUTH_ACTION_CODE VARCHAR2 (30)
Action to indicate, if it is a new record, to be cancelled or to be modified
Query Text

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


SELECT BATCH_ID
,      PERSON_ID
,      PRINT_FORM
,      AUTH_REASON
,      AUTH_START_DATE
,      AUTH_END_DATE
,      DBF_REMARKS
,      AUTH_ACTION_CODE
FROM APPS.IGS_SV_ADD_DROP_BLW_V;

Dependencies

[top of page]

APPS.IGS_SV_ADD_DROP_BLW_V references the following:

SchemaAPPS
SynonymIGS_SV_PRGMS_INFO

APPS.IGS_SV_ADD_DROP_BLW_V is not referenced by any database object