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


VIEW: APPS.FPA_AW_SCE_FUNDS_V

Object Details
Object Name: FPA_AW_SCE_FUNDS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFPA.FPA_AW_SCE_FUNDS_V
Subobject Name:
Status: ExceptionINVALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


FPA_AW_SCE_FUNDS_V is a view containing Funding information at the Scenario level.


[View Source]

Columns
Name Datatype Length Mandatory Comments
SCENARIO UNDEFINED (0)
Scenario Identifier
PLANNING_CYCLE UNDEFINED (0)
Planning Cycle Identifier
FUNDS_AVAILABLE UNDEFINED (0)
Funds available
FUNDS_REQUIRED UNDEFINED (0)
Funds required
FUNDING_VARIANCE UNDEFINED (0)
Funding variance
Query Text

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


SELECT SCENARIO
,      PLANNING_CYCLE
,      FUNDS_AVAILABLE
,      FUNDS_REQUIRED
,      FUNDING_VARIANCE
FROM APPS.FPA_AW_SCE_FUNDS_V;

Dependencies

[top of page]

APPS.FPA_AW_SCE_FUNDS_V references the following:

SchemaAPPS
PL/SQL PackageFPA_UTILITIES_PVT - show dependent code
SchemaPUBLIC
SynonymOLAP_TABLE

APPS.FPA_AW_SCE_FUNDS_V is not referenced by any database object