DBA Data[Home] [Help]

APPS.FPA_PROCESS_PVT dependencies on FPA_AW_SCES_V

Line 2575: from fpa_aw_sces_v

2571: into l_init_scenario_id
2572: from fpa_aw_sce_info_v
2573: where is_initial_scenario = 1
2574: and planning_cycle = (select planning_cycle
2575: from fpa_aw_sces_v
2576: where scenario = p_scenario_id);
2577:
2578: -- p_proj_id_str is passed as a string of project ids. The API calls for calculating project level data
2579: -- are called for each project. The project id string should be parsed and the ids stored in a pl/sql table