DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_TASK_PROG_ACTSET

Line 5345: PA_TASK_PROG_ACTSET.copy_action_sets(

5341: END;
5342:
5343: BEGIN
5344: x_err_stage := 'Copy Task Progress Action Set';
5345: PA_TASK_PROG_ACTSET.copy_action_sets(
5346: p_project_id_from => x_orig_project_id ,
5347: p_project_id_to => x_new_project_id,
5348: x_return_status => l_return_status,
5349: x_msg_count => l_msg_count,

Line 5355: x_err_stack := x_err_stack||'->PA_TASK_PROG_ACTSET.copy_action_sets';

5351: IF l_return_status <> fnd_api.g_ret_sts_success
5352: THEN
5353: x_err_code := 866;
5354: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_COPY_TASK_ACTSET');
5355: x_err_stack := x_err_stack||'->PA_TASK_PROG_ACTSET.copy_action_sets';
5356: rollback to copy_project;
5357: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5358: return;
5359: END IF;

Line 5365: x_err_stage := 'API: '||'PA_TASK_PROG_ACTSET.copy_action_sets'||' SQL error message: '||SUBSTR( SQLERRM,1,1900);

5361: x_err_code := 866;
5362: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5363: -- IF x_err_stage IS NULL
5364: -- THEN
5365: x_err_stage := 'API: '||'PA_TASK_PROG_ACTSET.copy_action_sets'||' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5366: -- END IF;
5367: rollback to copy_project;
5368: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5369: return;