[Home] [Help]
[Dependency Information]
| Object Name: | FPA_AW_PC_FINANCIAL_TARGETS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FPA.FPA_AW_PC_FINANCIAL_TARGETS_V
|
| Subobject Name: | |
| Status: |
INVALID
|
A public view which may be useful for custom reporting or other data
requirements.
FPA_AW_PC_FINANCIAL_TARGETS_V is a view containing Financial Targets data for Planning Cycles.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLANNING_CYCLE | UNDEFINED | (0) | Planning Cycle ID | |
| FINANCIAL_METRICS | UNDEFINED | (0) | Financial Metrics like NPV/ IRR/ PAYBACKPERIOD/ ROI | |
| FINANCIAL_TARGET_FROM | UNDEFINED | (0) | Targets From range for Financial Metrics | |
| FINANCIAL_TARGET_TO | UNDEFINED | (0) | Targets To range for Financial Metrics |
Cut, paste (and edit) the following text to query this object:
SELECT PLANNING_CYCLE
, FINANCIAL_METRICS
, FINANCIAL_TARGET_FROM
, FINANCIAL_TARGET_TO
FROM APPS.FPA_AW_PC_FINANCIAL_TARGETS_V;
APPS
FPA_UTILITIES_PVT
- show dependent code
PUBLIC
OLAP_TABLE
APPS
FPA_UTILS_PVT
- show dependent code
|
|
|
|