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


VIEW: APPS.IGS_SV_CNCL_DPND_BLK_V

Object Details
Object Name: IGS_SV_CNCL_DPND_BLK_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_SV_CNCL_DPND_BLK_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 dependents that are getting terminated


[View Source]

Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (14) Yes Batch ID
PERSON_ID NUMBER (15) Yes Person ID
PRINT_FORM VARCHAR2 (1) Yes Print Form
DEPDNT_ID NUMBER (15) Yes Dependent ID
PERSON_NUMBER VARCHAR2 (0)
Person Number
DEPDNT_SEVIS_ID VARCHAR2 (11)
Dependent SEVIS ID
CANCEL_REASON VARCHAR2 (2)
Cancel Reason
CANCEL_REMARKS VARCHAR2 (500)
Cancel Remarks
PERSON_ID_LONG VARCHAR2 (0)
Person Id
Query Text

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


SELECT BATCH_ID
,      PERSON_ID
,      PRINT_FORM
,      DEPDNT_ID
,      PERSON_NUMBER
,      DEPDNT_SEVIS_ID
,      CANCEL_REASON
,      CANCEL_REMARKS
,      PERSON_ID_LONG
FROM APPS.IGS_SV_CNCL_DPND_BLK_V;

Dependencies

[top of page]

APPS.IGS_SV_CNCL_DPND_BLK_V references the following:

SchemaAPPS
SynonymIGS_SV_DEPDNT_INFO

APPS.IGS_SV_CNCL_DPND_BLK_V is not referenced by any database object