DBA Data[Home] [Help]

APPS.FPA_UTILS_PVT dependencies on FPA_AW_PC_FINANCIAL_TARGETS_V

Line 80: ,fpa_aw_pc_financial_targets_v c

76: ,l_pc_npv_from
77: ,l_pc_npv_to
78: from fpa_aw_sces_v a
79: ,fpa_aw_sce_npvs_v b
80: ,fpa_aw_pc_financial_targets_v c
81: where a.scenario = b.scenario
82: and b.scenario = p_scenario_id
83: and a.planning_cycle = c.planning_cycle
84: and a.planning_cycle = p_pc_id

Line 129: ,fpa_aw_pc_financial_targets_v c

125: ,l_pc_roi_from
126: ,l_pc_roi_to
127: from fpa_aw_sces_v a
128: ,fpa_aw_sce_fin_metrics_v b
129: ,fpa_aw_pc_financial_targets_v c
130: where a.scenario = b.scenario
131: and b.scenario = p_scenario_id
132: and a.planning_cycle = c.planning_cycle
133: and a.planning_cycle = p_pc_id