[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_PR_STDNT_PRG_FUNDS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_PR_STDNT_PRG_FUNDS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Describes the financial aid fund the student will be excluded from when a student progression outcome is applied.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_NAME | VARCHAR2 | (360) | Yes | Name of this person |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this person |
| FUND_DESCRIPTION | VARCHAR2 | (80) | Description of the financial aid fund the student will be excluded from when a student progression outcome is applied. | |
| FUND_CODE | VARCHAR2 | (30) | Yes | The fund code of the financial aid fund the student will be excluded from when a student progression outcome is applied. |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier |
| SPO_PROGRAM_CODE | VARCHAR2 | (6) | Yes | Foreign key to the parent student progression outcome |
| SPO_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Foreign key to the parent student progression outcome |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_NAME
, PERSON_NUMBER
, FUND_DESCRIPTION
, FUND_CODE
, PERSON_ID
, SPO_PROGRAM_CODE
, SPO_SEQUENCE_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_PR_STDNT_PRG_FUNDS;
APPS
HZ_PARTIES
IGF_AW_FUND_CAT_ALL
IGS_PR_STDNT_PR_FND
APPS.IGSFV_PR_STDNT_PRG_FUNDS is not referenced by any database object
|
|
|
|