DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_PROJECT_CORE2

Line 5011: pa_project_core2.copy_task ( x_orig_project_id,

5007: IF 'Y' = l_fin_tasks_flag OR ('Y' = l_shared AND 'Y' = l_min_one_wp_ver_sel) THEN
5008: --End selective copy project. Tracking Bug No. 3464332
5009: if (x_copy_task_flag = 'Y' ) then
5010: x_err_stage := 'call copy_task';
5011: pa_project_core2.copy_task ( x_orig_project_id,
5012: x_new_project_id,
5013: x_err_code,
5014: x_err_stage,
5015: x_err_stack);

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

5020: IF x_err_stage IS NULL
5021: THEN
5022: x_err_stage := pa_project_core1.get_message_from_stack( 'PA_ERR_COPY_TASK');
5023: END IF;
5024: x_err_stack := x_err_stack||'->pa_project_core2.copy_task';
5025: rollback to copy_project;
5026: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5027: return;
5028: end if;

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

5035: x_err_code := 800;
5036: -- x_err_stage := pa_project_core1.get_message_from_stack( null );
5037: -- IF x_err_stage IS NULL
5038: -- THEN
5039: x_err_stage := 'API: '||'pa_project_core2.copy_task'||' SQL error message: '||SUBSTR( SQLERRM,1,1900);
5040: -- END IF;
5041: rollback to copy_project;
5042: revert_proj_number(x_proj_number_gen_mode,x_new_project_number); -- Added for Bug# 7445534
5043: return;

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

5675: return;
5676: END;
5677: */
5678: -- 3024607 maansari end of changes
5679: --bug 3068506 maansari Copy Task Attachments ( moved from PA_PROJECT_CORE2.copy_task )
5680: /* Bug 3140032. It needs to be moved to PA_PROJ_TASK_STRUC_PUB.copy_structures_tasks_bulk api.
5681: x_err_stage := 'Copying task attachments..';
5682: Begin
5683: Declare