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


VIEW: APPS.IGF_AW_STUD_AWD_TOTAL_V

Object Details
Object Name: IGF_AW_STUD_AWD_TOTAL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_STUD_AWD_TOTAL_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGF_AW_STUD_AWD_TOTAL_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
ViewIGF_AP_FA_BASE_REC
ViewIGF_AW_AWARD

APPS.IGF_AW_STUD_AWD_TOTAL_V is not referenced by any database object