[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EV_END_DPD_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EV_END_DPD_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
End dependent block for the Exchange Visitor
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch request identifier |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier in the request block |
| DEPDNT_ID | NUMBER | (15) | Yes | Exchange Visitor dependent Person identifier. |
| END_STATUS_REASON | VARCHAR2 | (2) | End status reason code for dependent of Exchange Visitor | |
| OTHER_REASON | VARCHAR2 | (500) | Other reason remarks for dependent termination. | |
| COMMENTS | VARCHAR2 | (500) | Comments on end status of dependent | |
| DEPDNT_SEVIS_ID | VARCHAR2 | (11) | SEVIS ID of the dependent for which the details are being updated |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PERSON_ID
, DEPDNT_ID
, END_STATUS_REASON
, OTHER_REASON
, COMMENTS
, DEPDNT_SEVIS_ID
FROM APPS.IGS_SV_EV_END_DPD_BLK_V;
APPS
IGS_SV_DEPDNT_INFO
APPS.IGS_SV_EV_END_DPD_BLK_V is not referenced by any database object
|
|
|
|