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


VIEW: APPS.IGF_AW_STUD_AWD_TOT_V

Object Details
Object Name: IGF_AW_STUD_AWD_TOT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_STUD_AWD_TOT_V
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.


Stores the Student Total Offered Amount,Accepted Amount and Paid Amount


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes
TOT_OFFRD_AMT NUMBER

TOT_ACCPT_AMT NUMBER

TOT_PAID_AMT NUMBER

Query Text

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


SELECT PERSON_ID
,      TOT_OFFRD_AMT
,      TOT_ACCPT_AMT
,      TOT_PAID_AMT
FROM APPS.IGF_AW_STUD_AWD_TOT_V;

Dependencies

[top of page]

APPS.IGF_AW_STUD_AWD_TOT_V references the following:

SchemaAPPS
ViewIGF_AP_FA_BASE_REC
ViewIGF_AW_AWARD

APPS.IGF_AW_STUD_AWD_TOT_V is not referenced by any database object