DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_PERF_EXCP_UTILS

Line 5310: PA_PERF_EXCP_UTILS.copy_object_rule_assoc

5306:
5307: /* Bug#3480409 : FP.M Changes: Added code for copying Perf/Score rules, starts here */
5308: BEGIN
5309: x_err_stage := 'Copy object Perf/Score rules';
5310: PA_PERF_EXCP_UTILS.copy_object_rule_assoc
5311: ( p_from_object_type => 'PA_PROJECTS'
5312: ,p_from_object_id => x_orig_project_id
5313: ,p_to_object_type => 'PA_PROJECTS'
5314: ,p_to_object_id => x_new_project_id

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

5318:
5319: IF (l_return_status <> fnd_api.g_ret_sts_success) THEN
5320: x_err_code := 880;
5321: x_err_stage := pa_project_core1.get_message_from_stack('PA_PERF_COPY_RULES_ERR');
5322: x_err_stack := x_err_stack||'->PA_PERF_EXCP_UTILS.copy_object_rule_assoc';
5323: rollback to copy_project;
5324: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5325: return;
5326: END IF;

Line 5783: PA_PERF_EXCP_UTILS.copy_object_rule_assoc

5779: END IF;
5780: END IF;
5781: --SMukka Added this plsql block of code
5782: /* BEGIN
5783: PA_PERF_EXCP_UTILS.copy_object_rule_assoc
5784: (
5785: p_from_object_type =>'PA_PROJECTS'
5786: ,p_from_object_id =>x_orig_project_id
5787: ,p_to_object_type =>'PA_PROJECTS'

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

5791: ,x_return_status =>l_return_status
5792: );
5793: IF l_return_status <> 'S' THEN
5794: x_err_code := 905;
5795: x_err_stack := x_err_stack||'->PA_PERF_EXCP_UTILS.copy_object_rule_assoc';
5796: ROLLBACK TO copy_project;
5797: RETURN;
5798: END IF;
5799: EXCEPTION

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

5798: END IF;
5799: EXCEPTION
5800: WHEN OTHERS THEN
5801: x_err_code := SQLCODE;
5802: x_err_stage := 'PA_PERF_EXCP_UTILS.copy_object_rule_assoc: '||SUBSTRB(SQLERRM,1,240);
5803: ROLLBACK TO copy_project;
5804: END;*/
5805:
5806: /* Bug 3847507 : Shifted the foll. two calls to copy resource lists/rbs information to before