DBA Data[Home] [Help]

APPS.MSC_MANAGE_PLAN_PARTITIONS dependencies on MSC_POST_PRO

Line 233: MSC_POST_PRO.CREATE_PARTITIONS(l_err_buf, l_ret_code);

229: -- dbms_output.put_line('Schemas are:'||l_applsys_schema);
230:
231: --- first check if paritions for old plans in summary table exist or not. If not then
232: -- create them
233: MSC_POST_PRO.CREATE_PARTITIONS(l_err_buf, l_ret_code);
234: IF (l_ret_code <> 0) THEN
235: --- error occured during partition creation in summary tables
236: --- Since partitions are not created for lower plan IDs successfully, partition
237: --- for higher plan ID will not be created

Line 380: MSC_POST_PRO.CREATE_PARTITIONS(l_err_buf, l_ret_code);

376: --dbms_output.put_line('Schemas are:'||l_applsys_schema);
377:
378: --- first check if paritions for old plans in summary table exist or not. If not then
379: -- create them
380: MSC_POST_PRO.CREATE_PARTITIONS(l_err_buf, l_ret_code);
381: IF (l_ret_code <> 0) THEN
382: --- error occured during partition creation in summary tables
383: --- Since partitions are not created for lower instance IDs successfully, partition
384: --- for higher instnaces will not be created