[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_DEL_DPD_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_DEL_DPD_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for fetching deleted dependents information
| 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 |
| DEPDNT_SEVIS_ID | VARCHAR2 | (11) | SEVIS identifier for the dependent of the student | |
| DEPDNT_ID | NUMBER | (15) | Yes | Student dependent record identifier. |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, DEPDNT_SEVIS_ID
, DEPDNT_ID
FROM APPS.IGS_SV_EV_DEL_DPD_BLK_V;
APPS
IGS_SV_DEPDNT_INFO
APPS.IGS_SV_EV_DEL_DPD_BLK_V is not referenced by any database object
|
|
|
|