[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_YEAR_GRP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AW_YEAR_GRP_V
|
| Subobject Name: | |
| Status: | VALID |
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
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BASE_ID | NUMBER | (10) | Yes | |
| FUND_DESC | VARCHAR2 | (80) | ||
| OFFRD_AMT | NUMBER | |||
| ACCPT_AMT | NUMBER | |||
| PAID_AMT | NUMBER |
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;
APPS
IGF_AW_AWARD_ALL
IGF_AW_FUND_CAT_ALL
IGF_AW_FUND_MAST_ALL
APPS.IGF_AW_YEAR_GRP_V is not referenced by any database object
|
|
|
|