DBA Data[Home] [Help]

APPS.PA_FP_SPREAD_CURVES_UTILS dependencies on PA_PLANNING_RESOURCE_UTILS

Line 56: if (PA_PLANNING_RESOURCE_UTILS.chk_spread_curve_in_use( p_spread_curve_id)) then

52:
53: /* flow will come only if spread curve is not used in resource assignment */
54: l_return_flag := 'N';
55:
56: if (PA_PLANNING_RESOURCE_UTILS.chk_spread_curve_in_use( p_spread_curve_id)) then
57: return 'Y';
58: else
59: return 'N';
60: end if;