DBA Data[Home] [Help]

APPS.MSC_LAUNCH_PLAN_PK dependencies on MSC_PLAN_PARTITIONS

Line 1574: update msc_plan_partitions

1570:
1571: CLOSE cur_get_plan ;
1572:
1573:
1574: update msc_plan_partitions
1575: set plan_name = decode(plan_id,p_org_plan_id,l_old_name,l_orig_name)
1576: where plan_id in (p_temp_plan_id,p_org_plan_id);
1577:
1578: exception when no_data_found then