DBA Data[Home] [Help]

APPS.FPA_PLANNINGCYCLE_PVT dependencies on FPA_AW_PC_DISC_FUNDS_V

Line 291: FROM fpa_aw_pc_disc_funds_v b

287: -- get the display factor, that will be used
288: -- to multiply with the funds avaialble.
289: SELECT b.PC_DISPLAY_FACTOR
290: INTO l_pc_disply_factor
291: FROM fpa_aw_pc_disc_funds_v b
292: WHERE b.planning_cycle = p_fin_targets_tbl(1).planning_cycle;
293:
294: -- Bug Ref : 8882256
295: SELECT SUBSTR(VALUE,1,1)