DBA Data[Home] [Help]

APPS.MSD_DEM_COMMON_UTILITIES dependencies on MSC_PLANS

Line 977: from msc_plans

973: and period_start_date > p_period_start_date;
974:
975: cursor c2 (p_plan_id in number) IS
976: select CURR_CUTOFF_DATE
977: from msc_plans
978: where plan_id = p_plan_id;
979:
980: CURSOR c3 (p_date IN DATE) IS
981: SELECT end_date

Line 1186: msc_plans

1182: x_curr_start_date,
1183: x_planned_bucket,
1184: x_planned_bucket_type
1185: FROM
1186: msc_plans
1187: WHERE
1188: plan_id = p_plan_id;
1189:
1190: /* Get calendar for the plan owning org */