DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES dependencies on MSC_PLANS

Line 429: from msc_plans

425: and period_start_date > p_period_start_date;
426:
427: cursor c2 (p_plan_id in number) IS
428: select CURR_CUTOFF_DATE
429: from msc_plans
430: where plan_id = p_plan_id;
431:
432: l_ret date := null;
433: Begin