DBA Data[Home] [Help]

APPS.MSC_LAUNCH_PLAN_PK dependencies on MSC_PLANS_OTHER

Line 1705: Update msc_plans_other

1701: MSC_UTIL.msc_Debug('Error updating preferences and schedules.');
1702: RAISE;
1703: END;
1704: -- Bug#7449943
1705: Update msc_plans_other
1706: set ref_plan_id = p_temp_plan_id
1707: where ref_plan_id = p_org_plan_id;
1708:
1709: commit;