DBA Data[Home] [Help]

APPS.PA_FP_SPREAD_CURVES_UTILS dependencies on PA_SPREAD_CURVES_VL

Line 268: from pa_spread_curves_vl

264:
265: Begin
266: select 'Y'
267: into l_exists
268: from pa_spread_curves_vl
269: where upper(name) = upper(p_name)
270: and spread_curve_id <> nvl(p_spread_curve_id,-99)
271: and rownum < 2;
272: