DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_PROJECT_CORE2

Line 5059: pa_project_core2.copy_task ( x_orig_project_id,

5055: IF 'Y' = l_fin_tasks_flag OR ('Y' = l_shared AND 'Y' = l_min_one_wp_ver_sel) THEN
5056: --End selective copy project. Tracking Bug No. 3464332
5057: if (x_copy_task_flag = 'Y' ) then
5058: x_err_stage := 'call copy_task';
5059: pa_project_core2.copy_task ( x_orig_project_id,
5060: x_new_project_id,
5061: x_err_code,
5062: x_err_stage,
5063: x_err_stack);

Line 5072: x_err_stack := x_err_stack||'->pa_project_core2.copy_task';

5068: IF x_err_stage IS NULL
5069: THEN
5070: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_COPY_TASK');
5071: END IF;
5072: x_err_stack := x_err_stack||'->pa_project_core2.copy_task';
5073: rollback to copy_project;
5074: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5075: return;
5076: end if;

Line 5087: x_err_stage := 'API: '||'pa_project_core2.copy_task'||' SQL error message: '||SUBSTR( SQLERRM,1,1900);

5083: x_err_code := 800;
5084: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5085: -- IF x_err_stage IS NULL
5086: -- THEN
5087: x_err_stage := 'API: '||'pa_project_core2.copy_task'||' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5088: -- END IF;
5089: rollback to copy_project;
5090: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5091: return;

Line 5747: --bug 3068506 maansari Copy Task Attachments ( moved from PA_PROJECT_CORE2.copy_task )

5743: return;
5744: END;
5745: */
5746: -- 3024607 maansari end of changes
5747: --bug 3068506 maansari Copy Task Attachments ( moved from PA_PROJECT_CORE2.copy_task )
5748: /* Bug 3140032. It needs to be moved to PA_PROJ_TASK_STRUC_PUB.copy_structures_tasks_bulk api.
5749: x_err_stage := 'Copying task attachments..';
5750: Begin
5751: Declare