DBA Data[Home] [Help]

APPS.MSD_APPLY_TEMPLATE_DEMAND_PLAN dependencies on MSD_DP_CALENDARS

Line 1430: insert into msd_dp_calendars

1426: if l_org_id <> -1 then
1427:
1428:
1429:
1430: insert into msd_dp_calendars
1431:
1432: (
1433:
1434: DEMAND_PLAN_ID

Line 7428: from msd_dp_calendars

7424: cursor c1 is
7425:
7426: select calendar_code
7427:
7428: from msd_dp_calendars
7429:
7430: where demand_plan_id = p_demand_plan_id
7431:
7432: and calendar_type = decode(p_old_output_period_type_id,1,2,2,2,3,3,4,3,5,3,6,1,7,1,8,1,10,4,11,4,12,4,13,4);