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


VIEW: APPS.IGF_SP_STDNT_REL_V

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

View Type

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.

[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.
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
Query Text

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;

Dependencies

[top of page]

APPS.IGF_SP_STDNT_REL_V references the following:

SchemaAPPS
ViewIGF_AP_FA_BASE_REC
ViewIGF_AW_FUND_MAST
ViewIGF_SP_STDNT_REL
ViewIGS_CA_INST
ViewIGS_EN_ATD_TYPE
ViewIGS_PE_PERSON_BASE_V
APPS.IGF_SP_STDNT_REL_V is referenced by following:

SchemaAPPS
Package BodyIGF_SP_ROLLOVER - show dependent code