[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_TRM_DPND_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_TRM_DPND_BLK_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View for obtaining information for the XML block describing the termination of a dependent for the student.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the requested run |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier for the student in the request. |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating if form is to be printed by SEVIS or not. |
| DEPDNT_ID | NUMBER | (15) | Yes | Dependent person identifier that is being terminated. |
| PERSON_NUMBER | VARCHAR2 | (0) | Dependent person number | |
| DEPDNT_SEVIS_ID | VARCHAR2 | (11) | Dependent SEVIS registered identifier. | |
| TERMINATION_REASON | VARCHAR2 | (2) | Reason code for dependent being terminated. | |
| TERMINATION_REMARKS | VARCHAR2 | (500) | Remarks on the dependent termination. | |
| OTHER_TERMINATION_REMARKS | VARCHAR2 | (500) | Other Termination Remarks | |
| PERSON_ID_LONG | VARCHAR2 | (0) | Column to be used as UserDefinedA reference to SEVIS |
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
, TERMINATION_REASON
, TERMINATION_REMARKS
, OTHER_TERMINATION_REMARKS
, PERSON_ID_LONG
FROM APPS.IGS_SV_TRM_DPND_BLK_V;
APPS
IGS_SV_DEPDNT_INFO
APPS.IGS_SV_TRM_DPND_BLK_V is not referenced by any database object
|
|
|
|