[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_STUD_AWD_TOT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AW_STUD_AWD_TOT_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 Student Total Offered Amount,Accepted Amount and Paid Amount
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | |
| TOT_OFFRD_AMT | NUMBER | |||
| TOT_ACCPT_AMT | NUMBER | |||
| TOT_PAID_AMT | NUMBER |
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;
APPS
IGF_AP_FA_BASE_REC
IGF_AW_AWARD
APPS.IGF_AW_STUD_AWD_TOT_V is not referenced by any database object
|
|
|
|