DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_TYPES_UTILS dependencies on PA_FIN_PLAN_TYPES_VL

Line 52: from pa_fin_plan_types_vl

48:
49: Begin
50: select 'Y'
51: into l_exists
52: from pa_fin_plan_types_vl
53: where upper(name) = upper(p_name)
54: and fin_plan_type_id <> p_fin_plan_type_id
55: and rownum < 2;
56: