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


VIEW: APPS.IGS_SV_CRT_TRNS_BLK_V

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

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


View for obtaining information for the XML block describing the create transfer information for student.


[View Source]

Columns
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 form is to be prented by SEVIS or not.
ISSUE_REASON VARCHAR2 (30)
Issuing reason code for the student.
TRANSFER_FROM VARCHAR2 (500)
School that the student is transferring from.
Query Text

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


SELECT BATCH_ID
,      PERSON_ID
,      PRINT_FORM
,      ISSUE_REASON
,      TRANSFER_FROM
FROM APPS.IGS_SV_CRT_TRNS_BLK_V;

Dependencies

[top of page]

APPS.IGS_SV_CRT_TRNS_BLK_V references the following:

SchemaAPPS
SynonymIGS_SV_PERSONS

APPS.IGS_SV_CRT_TRNS_BLK_V is not referenced by any database object