DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_PERF_EXCP_UTILS

Line 5378: PA_PERF_EXCP_UTILS.copy_object_rule_assoc

5374:
5375: /* Bug#3480409 : FP.M Changes: Added code for copying Perf/Score rules, starts here */
5376: BEGIN
5377: x_err_stage := 'Copy object Perf/Score rules';
5378: PA_PERF_EXCP_UTILS.copy_object_rule_assoc
5379: ( p_from_object_type => 'PA_PROJECTS'
5380: ,p_from_object_id => x_orig_project_id
5381: ,p_to_object_type => 'PA_PROJECTS'
5382: ,p_to_object_id => x_new_project_id

Line 5390: x_err_stack := x_err_stack||'->PA_PERF_EXCP_UTILS.copy_object_rule_assoc';

5386:
5387: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
5388: x_err_code := 880;
5389: x_err_stage := pa_project_core1.get_message_from_stack('PA_PERF_COPY_RULES_ERR');
5390: x_err_stack := x_err_stack||'->PA_PERF_EXCP_UTILS.copy_object_rule_assoc';
5391: rollback to copy_project;
5392: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5393: return;
5394: END IF;

Line 5851: PA_PERF_EXCP_UTILS.copy_object_rule_assoc

5847: END IF;
5848: END IF;
5849: --SMukka Added this plsql block of code
5850: /* BEGIN
5851: PA_PERF_EXCP_UTILS.copy_object_rule_assoc
5852: (
5853: p_from_object_type =>'PA_PROJECTS'
5854: ,p_from_object_id =>x_orig_project_id
5855: ,p_to_object_type =>'PA_PROJECTS'

Line 5863: x_err_stack := x_err_stack||'->PA_PERF_EXCP_UTILS.copy_object_rule_assoc';

5859: ,x_return_status =>l_return_status
5860: );
5861: IF l_return_status <> 'S' THEN
5862: x_err_code := 905;
5863: x_err_stack := x_err_stack||'->PA_PERF_EXCP_UTILS.copy_object_rule_assoc';
5864: ROLLBACK TO copy_project;
5865: RETURN;
5866: END IF;
5867: EXCEPTION

Line 5870: x_err_stage := 'PA_PERF_EXCP_UTILS.copy_object_rule_assoc: '||SUBSTRB(SQLERRM,1,240);

5866: END IF;
5867: EXCEPTION
5868: WHEN OTHERS THEN
5869: x_err_code := SQLCODE;
5870: x_err_stage := 'PA_PERF_EXCP_UTILS.copy_object_rule_assoc: '||SUBSTRB(SQLERRM,1,240);
5871: ROLLBACK TO copy_project;
5872: END;*/
5873:
5874: /* Bug 3847507 : Shifted the foll. two calls to copy resource lists/rbs information to before