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


VIEW: APPS.IGF_AW_STUD_AWDS_V

Object Details
Object Name: IGF_AW_STUD_AWDS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_STUD_AWDS_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 Identifier
BASE_ID NUMBER (10) Yes Identifier for student financial aid record
FUND_ID NUMBER (15) Yes Unique Identifier for a Fund
LD_ALTERNATE_CODE VARCHAR2 (10)
Indicates the alternate short reference code for identifying a load calendar instance
LD_START_DT DATE
Yes Indicates the load calendar start date
LD_END_DT DATE
Yes Indicates the load calendar end date
AWARDED_AMT NUMBER

Amount Awarded to Student
PAID_AMT NUMBER

Award Amount Paid to the Student
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      BASE_ID
,      FUND_ID
,      LD_ALTERNATE_CODE
,      LD_START_DT
,      LD_END_DT
,      AWARDED_AMT
,      PAID_AMT
FROM APPS.IGF_AW_STUD_AWDS_V;

Dependencies

[top of page]

APPS.IGF_AW_STUD_AWDS_V references the following:

SchemaAPPS
ViewIGF_AW_AWARD
ViewIGF_AW_AWD_DISB
ViewIGS_CA_INST

APPS.IGF_AW_STUD_AWDS_V is not referenced by any database object