[Home] [Help]
[Dependency Information]
| Object Name: | IGF_SP_STDNT_REL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_SP_STDNT_REL_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row id of the base table | |
| SPNSR_STDNT_ID | NUMBER | (15) | Yes | Sequence generated number |
| FUND_ID | NUMBER | (15) | Yes | Unique id for a fund. |
| FUND_CODE | VARCHAR2 | (30) | Yes | Identifier of fund defined in fund category table |
| FUND_DESC | VARCHAR2 | (80) | Description of the fund | |
| DISCONTINUE_FUND | VARCHAR2 | (30) | Yes | Indicator used if fund is discontinued. Y indicates that current fund will not be used in future for packaging. |
| BASE_ID | NUMBER | (15) | Yes | Unique id for person award year combination. |
| PERSON_ID | NUMBER | (15) | Yes | Person id of student receiving sponsor fund. |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Person Number of student receiving sponsor fund |
| FULL_NAME | VARCHAR2 | (450) | Full Name of student receiving sponsor fund | |
| LD_CAL_TYPE | VARCHAR2 | (10) | Yes | Calendar type of a term calendar |
| LD_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Sequence number for a term calendar. |
| TOT_SPNSR_AMOUNT | NUMBER | Award amount that sponsor will pay to each student. | ||
| MIN_CREDIT_POINTS | NUMBER | (6) | The minimum number of enrolled credit points the student must have prior to eligibility for sponsor fund disbursement. | |
| MIN_ATTENDANCE_TYPE | VARCHAR2 | (30) | Minimum attendance type the student must have prior to eligibility for sponsor fund disbursement. | |
| ATTENDANCE_TYPE_DESC | VARCHAR2 | (60) | Description for the Attendance Type | |
| 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 | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| ORG_ID | NUMBER | (15) | Multi org operating unit |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, SPNSR_STDNT_ID
, FUND_ID
, FUND_CODE
, FUND_DESC
, DISCONTINUE_FUND
, BASE_ID
, PERSON_ID
, PERSON_NUMBER
, FULL_NAME
, LD_CAL_TYPE
, LD_SEQUENCE_NUMBER
, TOT_SPNSR_AMOUNT
, MIN_CREDIT_POINTS
, MIN_ATTENDANCE_TYPE
, ATTENDANCE_TYPE_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM APPS.IGF_SP_STDNT_REL_V;
APPS
IGF_AP_FA_BASE_REC
IGF_AW_FUND_MAST
IGF_SP_STDNT_REL
IGS_CA_INST
IGS_EN_ATD_TYPE
IGS_PE_PERSON_BASE_V
APPS
IGF_SP_ROLLOVER
- show dependent code
|
|
|
|