[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SV_EDT_FINC_BLK_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_SV_EDT_FINC_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 financial updates made by the student.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (14) | Yes | Batch identifier for the requested run. |
| PDSO_SEVIS_ID | VARCHAR2 | (11) | Pseudo Sevis Id | |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier for the student in the request. |
| PRINT_FORM | VARCHAR2 | (1) | Yes | Flag indicating if SEVIS is requested to print form or not. |
| ACADEMIC_TERM | VARCHAR2 | (2) | Academic Term length for the student in the request. | |
| TUITION | NUMBER | (10) | Students tuition amount/ | |
| LIVING_EXP | NUMBER | (10) | Amount of living expenses for the student. | |
| DEPENDENT_EXP | NUMBER | (10) | Amount of expense for the students dependent. | |
| OTHER_EXP | NUMBER | (10) | Amount of other expenses for the student. | |
| OTHER_EXP_DESCR | VARCHAR2 | (500) | Other expenses description for the student. | |
| PERSONAL_FUNDS | NUMBER | (10) | Amount of personal funds the student has. | |
| SCHOOL_FUNDS | NUMBER | (10) | Amount of school funds the student has. | |
| SCHOOL_FUNDS_DESCR | VARCHAR2 | (500) | School funds description for student. | |
| OTHER_FUNDS | NUMBER | (10) | Amount of other funds for the student. | |
| OTHER_FUNDS_DESCR | VARCHAR2 | (500) | Other funds description for the student. | |
| EMPLOYMENT_FUNDS | NUMBER | (10) | Amount of employment funds for the student. | |
| REMARKS | VARCHAR2 | (500) | Remarks on the students finance information. | |
| SEVIS_USER_ID | VARCHAR2 | (11) | Sevis USER Id | |
| PERSON_NUMBER | VARCHAR2 | (11) | Person Number for SEVIS Person | |
| RECORD_NUMBER | NUMBER | (20) | Yes | Record Number |
| PERSON_ID_LONG | VARCHAR2 | (15) | Person Id | |
| REPRINT_REASON | VARCHAR2 | (30) | Reason for Reprint | |
| REPRINT_REMARKS | VARCHAR2 | (500) | Remarks |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, PDSO_SEVIS_ID
, PERSON_ID
, PRINT_FORM
, ACADEMIC_TERM
, TUITION
, LIVING_EXP
, DEPENDENT_EXP
, OTHER_EXP
, OTHER_EXP_DESCR
, PERSONAL_FUNDS
, SCHOOL_FUNDS
, SCHOOL_FUNDS_DESCR
, OTHER_FUNDS
, OTHER_FUNDS_DESCR
, EMPLOYMENT_FUNDS
, REMARKS
, SEVIS_USER_ID
, PERSON_NUMBER
, RECORD_NUMBER
, PERSON_ID_LONG
, REPRINT_REASON
, REPRINT_REMARKS
FROM APPS.IGS_SV_EDT_FINC_BLK_V;
APPS
IGS_SV_BTCH_SUMMARY
IGS_SV_FINANCE_INFO
IGS_SV_PERSONS
APPS.IGS_SV_EDT_FINC_BLK_V is not referenced by any database object
|
|
|
|