[Home] [Help]
[Dependency Information]
Object Name: | IGF_AW_STUD_AWD_TOTAL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERSON_NUMBER | VARCHAR2 | (30) | Yes | Indicates Person Number |
TOT_OFFRD_AMT | NUMBER | Indicates Total Offered Amount | ||
TOT_ACCPT_AMT | NUMBER | Indicates Total Accepted Amount | ||
TOT_PAID_AMT | NUMBER | Indicates Total Paid Amount |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_NUMBER
, TOT_OFFRD_AMT
, TOT_ACCPT_AMT
, TOT_PAID_AMT
FROM APPS.IGF_AW_STUD_AWD_TOTAL_V;
APPS.IGF_AW_STUD_AWD_TOTAL_V is not referenced by any database object
|
|
|