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


VIEW: APPS.IGS_SV_CRT_STDT_FIN_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


View for fetching financial information for new Non-Immigrant students


[View Source]

Columns
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
ACADEMIC_TERM VARCHAR2 (2)
Academic Term length the student is expected to be present for.
TUITION NUMBER (10)
Tuition amount that the student is getting
LIVING_EXPENSE NUMBER (10)
Living expense amount for the student.
DEPENDENT_EXPENSE NUMBER (10)
Dependent expenses amount for the student.
OTHER_EXPENSE NUMBER (10)
Other expenses amount for the student
OTHER_EXPENSE_DESC VARCHAR2 (500)
Description of the other expenses for the student
PERSONAL_FUNDS NUMBER (10)
Personal Funds for the student
SCHOOL_FUNDS NUMBER (10)
School funds amount for the student.
SCHOOL_FUNDS_DESC VARCHAR2 (500)
Description of the school funds amount
OTHER_FUNDS NUMBER (10)
Other funds amount for the student
OTHER_FUNDS_DESC VARCHAR2 (500)
Other funds description for the student
EMPLOYMENT_FUNDS NUMBER (10)
Employment funds amount for the student
FUNDING_REMARKS VARCHAR2 (500)
Remarks for the student financial information
Query Text

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


SELECT BATCH_ID
,      PERSON_ID
,      ACADEMIC_TERM
,      TUITION
,      LIVING_EXPENSE
,      DEPENDENT_EXPENSE
,      OTHER_EXPENSE
,      OTHER_EXPENSE_DESC
,      PERSONAL_FUNDS
,      SCHOOL_FUNDS
,      SCHOOL_FUNDS_DESC
,      OTHER_FUNDS
,      OTHER_FUNDS_DESC
,      EMPLOYMENT_FUNDS
,      FUNDING_REMARKS
FROM APPS.IGS_SV_CRT_STDT_FIN_V;

Dependencies

[top of page]

APPS.IGS_SV_CRT_STDT_FIN_V references the following:

SchemaAPPS
SynonymIGS_SV_FINANCE_INFO

APPS.IGS_SV_CRT_STDT_FIN_V is not referenced by any database object