DBA Data[Home] [Help]

APPS.PA_FP_SPREAD_CURVES_UTILS dependencies on PA_SPREAD_CURVES_VL

Line 294: from pa_spread_curves_vl

290:
291: Begin
292: select 'Y'
293: into l_exists
294: from pa_spread_curves_vl
295: where upper(name) = upper(p_name)
296: and spread_curve_id <> nvl(p_spread_curve_id,-99)
297: and rownum < 2;
298: