DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_TASK_PROG_ACTSET

Line 5277: PA_TASK_PROG_ACTSET.copy_action_sets(

5273: END;
5274:
5275: BEGIN
5276: x_err_stage := 'Copy Task Progress Action Set';
5277: PA_TASK_PROG_ACTSET.copy_action_sets(
5278: p_project_id_from => x_orig_project_id ,
5279: p_project_id_to => x_new_project_id,
5280: x_return_status => l_return_status,
5281: x_msg_count => l_msg_count,

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

5283: IF l_return_status <> fnd_api.g_ret_sts_success
5284: THEN
5285: x_err_code := 866;
5286: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_COPY_TASK_ACTSET');
5287: x_err_stack := x_err_stack||'->PA_TASK_PROG_ACTSET.copy_action_sets';
5288: rollback to copy_project;
5289: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5290: return;
5291: END IF;

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

5293: x_err_code := 866;
5294: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5295: -- IF x_err_stage IS NULL
5296: -- THEN
5297: x_err_stage := 'API: '||'PA_TASK_PROG_ACTSET.copy_action_sets'||' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5298: -- END IF;
5299: rollback to copy_project;
5300: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5301: return;