DBA Data[Home] [Help]

APPS.MSC_PHUB_EXCESS_PKG dependencies on MSC_RP_SIMULATION_SETS

Line 50: from msc_rp_simulation_sets

46: where plan_id=p_plan_id;
47:
48: select plan_id
49: into l_sim_plan_id
50: from msc_rp_simulation_sets
51: where simulation_set_id=l_item_simulation_set_id;
52: exception
53: when others then null;
54: end;