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


VIEW: APPS.IGS_SV_CRT_DPND_BLK_V

Object Details
Object Name: IGS_SV_CRT_DPND_BLK_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_SV_CRT_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 creation of the student dependent information.


[View Source]

Columns
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 to have form printed by SEVIS 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 suffix.
BIRTH_DATE VARCHAR2 (10)
Dependents birth date.
GENDER VARCHAR2 (1)
Dependents gender.
BIRTH_CNTRY_CODE VARCHAR2 (30)
Dependents birth country code.
CITIZENSHIP_CNTRY_CODE VARCHAR2 (2)
Dependents citizenship country code.
VISA_TYPE VARCHAR2 (2)
Dependents visa type.
RELATIONSHIP VARCHAR2 (2)
Dependents relationship to the student.
DEPDNT_ID NUMBER (15) Yes Dependent person identifier.
REMARKS VARCHAR2 (500)
Remarks on students dependent.
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
,      REMARKS
FROM APPS.IGS_SV_CRT_DPND_BLK_V;

Dependencies

[top of page]

APPS.IGS_SV_CRT_DPND_BLK_V references the following:

SchemaAPPS
SynonymIGS_SV_BTCH_SUMMARY
SynonymIGS_SV_DEPDNT_INFO

APPS.IGS_SV_CRT_DPND_BLK_V is not referenced by any database object