[Home] [Help]
[Dependency Information]
| Object Name: | IGF_SP_STDNT_REL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_SP_STDNT_REL
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
MO VIEW based on IGF_SP_STDNT_ALL table
| 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. |
| BASE_ID | NUMBER | (15) | Yes | Unique id for person award year combination |
| PERSON_ID | NUMBER | (15) | Yes | Person id of student receiving sponsor fund. |
| LD_CAL_TYPE | VARCHAR2 | (10) | Yes | Calendar type for 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. | |
| 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
, BASE_ID
, PERSON_ID
, LD_CAL_TYPE
, LD_SEQUENCE_NUMBER
, TOT_SPNSR_AMOUNT
, MIN_CREDIT_POINTS
, MIN_ATTENDANCE_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM APPS.IGF_SP_STDNT_REL;
APPS
IGF_SP_STDNT_REL_ALL
APPS
IGF_SP_ASSIGN_PUB
- show dependent code
IGF_SP_AWARD
- show dependent code
IGF_SP_AWARD
- show dependent code
IGF_SP_ROLLOVER
- show dependent code
IGF_SP_STDNT_REL_V
IGF_SP_STD_FC_V
|
|
|
|