DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PJM_PROJTASK_DELETION

Line 547: -- 25-FEB-05 djoseph Bug 409938: Added the api pjm_projtask_deletion.CheckUse_ProjectTask

543: -- If it's ok to create subtask, the x_err_code will be 0.
544: -- 14-AUG-2002 If the task is plannable then we cannot add subtasks.
545: --
546: -- HISTORY
547: -- 25-FEB-05 djoseph Bug 409938: Added the api pjm_projtask_deletion.CheckUse_ProjectTask
548: -- to check against PJM. Also changed the value of x_err_stage
549: -- for pa_proj_tsk_utils.check_ap_inv_dist_exists
550: -- 14-AUG-2002 Vejayara Bug# 2331201 - Financial planning development
551: -- related changes. If a task is present in

Line 1054: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);

1050:
1051: -- Check if task is in used in PJM
1052: x_err_stage := 'check for task used in PJM for'|| x_task_id;
1053: status_code :=
1054: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);
1055: if ( status_code = 1 ) then
1056: x_err_code := 195;
1057: x_err_stage := 'PA_PROJ_TASK_IN_USE_MFG';
1058: return;

Line 2104: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);

2100: */
2101: -- Check if task is in use in an external system
2102: x_err_stage := 'check for task used in external system for'|| x_task_id;
2103: status_code :=
2104: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);
2105: if ( status_code = 1 ) then
2106: x_err_code := 130;
2107: /* Commented the existing error message and modified it to 'PA_PROJ_TASK_IN_USE_MFG' as below for bug 3600806
2108: x_err_stage := 'PA_PROJ_IN_USE_EXTERNAL'; */

Line 2608: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);

2604:
2605: -- Check if task is in used in PJM
2606: x_err_stage := 'check for task used in PJM for'|| x_task_id;
2607: status_code :=
2608: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);
2609: if ( status_code = 1 ) then
2610: x_err_code := 195;
2611: x_err_stage := 'PA_PROJ_TASK_IN_USE_MFG';
2612: return;