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


VIEW: APPS.IGS_SV_ADD_DPND_BLK_V

Object Details
Object Name: IGS_SV_ADD_DPND_BLK_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_SV_ADD_DPND_BLK_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


View for obtaining information for the XML block describing the addition of a new dependent for the student.


[View Source]

Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (14) Yes Batch identifier for the requested SEVIS run.
PERSON_ID NUMBER (15) Yes Person identifier for the student in the request.
PRINT_FORM VARCHAR2 (1) Yes Flag indicating to SEVIS whether form is to be printed or not.
LAST_NAME VARCHAR2 (40)
Dependents last name.
FIRST_NAME VARCHAR2 (40)
Dependents first name.
MIDDLE_NAME VARCHAR2 (40)
Dependents middle name
SUFFIX VARCHAR2 (3)
Dependents name suffix.
BIRTH_DATE VARCHAR2 (10)
Dependents birth date.
GENDER VARCHAR2 (1)
Dependents gender.
BIRTH_CNTRY_CODE VARCHAR2 (30)
Dependents birth country code value.
CITIZENSHIP_CNTRY_CODE VARCHAR2 (2)
Dependents citizenship country code value.
VISA_TYPE VARCHAR2 (2)
Dependents visa type.
RELATIONSHIP VARCHAR2 (2)
Dependents relationship to the student in the SEVIS request.
DEPDNT_ID NUMBER (15) Yes Dependents person identifier.
PERSON_NUMBER VARCHAR2 (0)
Dependents person number.
REMARKS VARCHAR2 (500)
Remarks made about the students dependent.
PERSON_ID_LONG VARCHAR2 (0)
Column to be used as UserDefinedA reference to SEVIS
Query Text

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


SELECT BATCH_ID
,      PERSON_ID
,      PRINT_FORM
,      LAST_NAME
,      FIRST_NAME
,      MIDDLE_NAME
,      SUFFIX
,      BIRTH_DATE
,      GENDER
,      BIRTH_CNTRY_CODE
,      CITIZENSHIP_CNTRY_CODE
,      VISA_TYPE
,      RELATIONSHIP
,      DEPDNT_ID
,      PERSON_NUMBER
,      REMARKS
,      PERSON_ID_LONG
FROM APPS.IGS_SV_ADD_DPND_BLK_V;

Dependencies

[top of page]

APPS.IGS_SV_ADD_DPND_BLK_V references the following:

SchemaAPPS
SynonymIGS_SV_DEPDNT_INFO
SynonymIGS_SV_PERSONS

APPS.IGS_SV_ADD_DPND_BLK_V is not referenced by any database object