[Home] [Help]
[Dependency Information]
Object Name: | FPA_AW_PROJS_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_PROJS_V is a view containing Project information, its class code, its Portfolio and the Planning Cycles where it has been collected.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT | NUMBER | Unique identifier for Projects | ||
CLASS_CODE | NUMBER | Class Code | ||
PORTFOLIO | NUMBER | Portfolio ID for the project | ||
PLANNING_CYCLE | NUMBER | Planning Cycle ID for the project |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT
, CLASS_CODE
, PORTFOLIO
, PLANNING_CYCLE
FROM APPS.FPA_AW_PROJS_V;
|
|
|