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


VIEW: APPS.IGF_AW_YEAR_GRP_V

Object Details
Object Name: IGF_AW_YEAR_GRP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_YEAR_GRP_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 Total Offered Amount,Accepted Amount and Paid Amount for a Student and for a Fund


[View Source]

Columns
Name Datatype Length Mandatory Comments
BASE_ID NUMBER (10) Yes
FUND_DESC VARCHAR2 (80)
OFFRD_AMT NUMBER

ACCPT_AMT NUMBER

PAID_AMT NUMBER

Query Text

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


SELECT BASE_ID
,      FUND_DESC
,      OFFRD_AMT
,      ACCPT_AMT
,      PAID_AMT
FROM APPS.IGF_AW_YEAR_GRP_V;

Dependencies

[top of page]

APPS.IGF_AW_YEAR_GRP_V references the following:

SchemaAPPS
SynonymIGF_AW_AWARD_ALL
SynonymIGF_AW_FUND_CAT_ALL
SynonymIGF_AW_FUND_MAST_ALL

APPS.IGF_AW_YEAR_GRP_V is not referenced by any database object