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


VIEW: APPS.IGF_AW_FUND_INCL

Object Details
Object Name: IGF_AW_FUND_INCL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_FUND_INCL
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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
FUND_ID NUMBER (15) Yes Unique identifier for each fund that gets created
FUND_CODE VARCHAR2 (30) Yes Identifier of the fund that is exclusive the the current fund
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
ORG_ID NUMBER (15)
Query Text

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


SELECT ROW_ID
,      FUND_ID
,      FUND_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM APPS.IGF_AW_FUND_INCL;

Dependencies

[top of page]

APPS.IGF_AW_FUND_INCL references the following:

SchemaAPPS
SynonymIGF_AW_FUND_INCL_ALL
APPS.IGF_AW_FUND_INCL is referenced by following:

SchemaAPPS
ViewIGF_AW_FUND_INCL_V
Package BodyIGF_AW_PACKAGING - show dependent code