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


VIEW: APPS.IGS_SV_EV_SOA_DUM_V

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

View Type

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


View for fetching site of activities for Exchange Visitor students


[View Source]

Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (14) Yes Batch identifier for the request being run.
PDSO_SEVIS_ID VARCHAR2 (11)
SEVIS identifier of the person responsible for the student.
PERSON_ID NUMBER (15) Yes Person Identifier that is linked to the HZ_PARTIES table.
PRINT_FORM VARCHAR2 (1) Yes Flag indicating form being requested for reprinting by the user
SEVIS_USER_ID VARCHAR2 (11)
The SEVIS Identifier that is assigned to the user upon creation of record processing.
RECORD_NUMBER NUMBER (20) Yes record number in the batch that is being processed. up to 250 records per batch
PERSON_NUMBER VARCHAR2 (11)
Person number
PERSON_ID_LONG VARCHAR2 (15)
Person id
REPRINT_REASON VARCHAR2 (30)
Reprint reason
REPRINT_REMARKS VARCHAR2 (500)
Reprint remarks
OTHER_REMARKS VARCHAR2 (500)
Other remarks
Query Text

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


SELECT BATCH_ID
,      PDSO_SEVIS_ID
,      PERSON_ID
,      PRINT_FORM
,      SEVIS_USER_ID
,      RECORD_NUMBER
,      PERSON_NUMBER
,      PERSON_ID_LONG
,      REPRINT_REASON
,      REPRINT_REMARKS
,      OTHER_REMARKS
FROM APPS.IGS_SV_EV_SOA_DUM_V;

Dependencies

[top of page]

APPS.IGS_SV_EV_SOA_DUM_V references the following:

SchemaAPPS
SynonymIGS_SV_BTCH_SUMMARY
SynonymIGS_SV_PERSONS

APPS.IGS_SV_EV_SOA_DUM_V is not referenced by any database object