[Home] [Help]
[Dependency Information]
| Object Name: | FPA_AW_PROJ_CASHFLOWS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FPA.FPA_AW_PROJ_CASHFLOWS_V
|
| Subobject Name: | |
| Status: |
INVALID
|
A public view which may be useful for custom reporting or other data
requirements.
FPA_AW_PROJ_CASHFLOWS_V is a view containing financial information at the Scenario Project level.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT | UNDEFINED | (0) | Project Identifier | |
| CLASS_CODE | UNDEFINED | (0) | Class code | |
| SCENARIO | UNDEFINED | (0) | Scenario identifier | |
| FUNDS_REQUIRED | UNDEFINED | (0) | Funds required | |
| TOTAL_BENEFIT | UNDEFINED | (0) | Total benefit | |
| SUNK_COST | UNDEFINED | (0) | Sunk cost | |
| TOTAL_COST | UNDEFINED | (0) | Total cost | |
| CURRENT_FUNDING_STATUS | UNDEFINED | (0) | Current funding status | |
| RECOMMENDED_FUNDING_STATUS | UNDEFINED | (0) | Recommended funding status | |
| USER_RANK | UNDEFINED | (0) | User ranks | |
| SCENARIO_PROJECT_VALID | UNDEFINED | (0) | Valid scenario project combination flag |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT
, CLASS_CODE
, SCENARIO
, FUNDS_REQUIRED
, TOTAL_BENEFIT
, SUNK_COST
, TOTAL_COST
, CURRENT_FUNDING_STATUS
, RECOMMENDED_FUNDING_STATUS
, USER_RANK
, SCENARIO_PROJECT_VALID
FROM APPS.FPA_AW_PROJ_CASHFLOWS_V;
APPS
FPA_UTILITIES_PVT
- show dependent code
PUBLIC
OLAP_TABLE
APPS.FPA_AW_PROJ_CASHFLOWS_V is not referenced by any database object
|
|
|
|