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


VIEW: APPS.IGS_SV_CPT_EMPL_DUM_V

Object Details
Object Name: IGS_SV_CPT_EMPL_DUM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_SV_CPT_EMPL_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 CPT employment records


[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.
SEVIS_USER_ID VARCHAR2 (11)
The SEVIS Identifier that is assigned to the user upon creation of record processing.
PERSON_NUMBER VARCHAR2 (11)
Person number
RECORD_NUMBER NUMBER (20) Yes Record number
PERSON_ID_LONG VARCHAR2 (15)
Person Id
REPRINT_REASON VARCHAR2 (30)
Reprint reason
REPRINT_REMARKS VARCHAR2 (500)
Reprint remarks
Query Text

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


SELECT BATCH_ID
,      PDSO_SEVIS_ID
,      PERSON_ID
,      SEVIS_USER_ID
,      PERSON_NUMBER
,      RECORD_NUMBER
,      PERSON_ID_LONG
,      REPRINT_REASON
,      REPRINT_REMARKS
FROM APPS.IGS_SV_CPT_EMPL_DUM_V;

Dependencies

[top of page]

APPS.IGS_SV_CPT_EMPL_DUM_V references the following:

SchemaAPPS
SynonymIGS_SV_BTCH_SUMMARY
SynonymIGS_SV_PERSONS

APPS.IGS_SV_CPT_EMPL_DUM_V is not referenced by any database object