DBA Data[Home] [Help]

APPS.FPA_SCENARIO_PVT dependencies on FPA_AW_SCES_V

Line 367: fpa_aw_sces_v b

363:
364: select count(a.scenario)
365: into l_sce_count
366: from fpa_sces_vl a,
367: fpa_aw_sces_v b
368: where a.scenario = b.scenario
369: and b.planning_cycle = p_pc_id
370: and upper(a.name) = upper(p_scenario_name);
371:

Line 581: FROM fpa_aw_sces_v a, fpa_aw_pc_disc_funds_v b

577: -- get the display factor, that will be used
578: -- to multiply with the funds avaialble.
579: SELECT b.PC_DISPLAY_FACTOR
580: INTO l_pc_disply_factor
581: FROM fpa_aw_sces_v a, fpa_aw_pc_disc_funds_v b
582: WHERE a.planning_cycle = b.planning_cycle
583: AND a.scenario = p_scenario_id ;
584:
585: