DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_PROJ_STAT_ACTSET

Line 5316: PA_PROJ_STAT_ACTSET.copy_action_sets(

5312: --MW Changes need to be executed AFTER copying the layouts above, do not move
5313: --this code. Bug 2246601, Action Sets.
5314: BEGIN
5315: x_err_stage := 'Copy Project Status Action Sets';
5316: PA_PROJ_STAT_ACTSET.copy_action_sets(
5317: p_project_id_from => x_orig_project_id ,
5318: p_project_id_to => x_new_project_id,
5319: x_return_status => l_return_status,
5320: x_msg_count => l_msg_count,

Line 5326: x_err_stack := x_err_stack||'->PA_PROJ_STAT_ACTSET.copy_action_sets';

5322: IF l_return_status <> fnd_api.g_ret_sts_success
5323: THEN
5324: x_err_code := 844;
5325: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_COPY_PROJ_ACTSET');
5326: x_err_stack := x_err_stack||'->PA_PROJ_STAT_ACTSET.copy_action_sets';
5327: rollback to copy_project;
5328: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5329: return;
5330: END IF;

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

5332: x_err_code := 844;
5333: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5334: -- IF x_err_stage IS NULL
5335: -- THEN
5336: x_err_stage := 'API: '||'PA_PROJ_STAT_ACTSET.copy_action_sets'||' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5337: -- END IF;
5338: rollback to copy_project;
5339: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5340: return;