[Home] [Help]
[Dependency Information]
Object Name: | FPA_AW_PC_FINANCIAL_TARGETS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: |
![]() |
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;
|
|
|