DBA Data[Home] [Help]

APPS.FPA_SCENARIO_PVT dependencies on FPA_SCES_VL

Line 366: from fpa_sces_vl a,

362: begin
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);