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


VIEW: APPS.IGF_SP_STDNT_REL

Object Details
Object Name: IGF_SP_STDNT_REL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_SP_STDNT_REL
Subobject Name:
Status: VALID

View Type

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


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGF_SP_STDNT_REL references the following:

SchemaAPPS
SynonymIGF_SP_STDNT_REL_ALL
APPS.IGF_SP_STDNT_REL is referenced by following:

SchemaAPPS
Package BodyIGF_SP_ASSIGN_PUB - show dependent code
PL/SQL PackageIGF_SP_AWARD - show dependent code
Package BodyIGF_SP_AWARD - show dependent code
Package BodyIGF_SP_ROLLOVER - show dependent code
ViewIGF_SP_STDNT_REL_V
ViewIGF_SP_STD_FC_V