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 594: FROM fpa_aw_sces_v a, fpa_aw_pc_disc_funds_v b

590: -- get the display factor, that will be used
591: -- to multiply with the funds avaialble.
592: SELECT b.PC_DISPLAY_FACTOR
593: INTO l_pc_disply_factor
594: FROM fpa_aw_sces_v a, fpa_aw_pc_disc_funds_v b
595: WHERE a.planning_cycle = b.planning_cycle
596: AND a.scenario = p_scenario_id ;
597:
598: