DBA Data[Home] [Help]

APPS.FPA_SCENARIO_PVT dependencies on FPA_AW_PC_DISC_FUNDS_V

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: