[Home] [Help]
[Dependency Information]
Object Name: | FPA_AW_SCE_FUNDS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SCENARIO | NUMBER | Scenario Identifier | ||
PLANNING_CYCLE | NUMBER | Planning Cycle Identifier | ||
FUNDS_AVAILABLE | NUMBER | Funds available | ||
FUNDS_REQUIRED | NUMBER | Funds required | ||
FUNDING_VARIANCE | NUMBER | Funding variance |
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;
APPS.FPA_AW_SCE_FUNDS_V is not referenced by any database object
|
|
|