DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PJM_PROJTASK_DELETION

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

357: -- If it's ok to create subtask, the x_err_code will be 0.
358: -- 14-AUG-2002 If the task is plannable then we cannot add subtasks.
359: --
360: -- HISTORY
361: -- 25-FEB-05 djoseph Bug 409938: Added the api pjm_projtask_deletion.CheckUse_ProjectTask
362: -- to check against PJM. Also changed the value of x_err_stage
363: -- for pa_proj_tsk_utils.check_ap_inv_dist_exists
364: -- 14-AUG-2002 Vejayara Bug# 2331201 - Financial planning development
365: -- related changes. If a task is present in

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

853:
854: -- Check if task is in used in PJM
855: x_err_stage := 'check for task used in PJM for'|| x_task_id;
856: status_code :=
857: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);
858: if ( status_code = 1 ) then
859: x_err_code := 195;
860: x_err_stage := 'PA_PROJ_TASK_IN_USE_MFG';
861: return;

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

1888: */
1889: -- Check if task is in use in an external system
1890: x_err_stage := 'check for task used in external system for'|| x_task_id;
1891: status_code :=
1892: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);
1893: if ( status_code = 1 ) then
1894: x_err_code := 130;
1895: /* Commented the existing error message and modified it to 'PA_PROJ_TASK_IN_USE_MFG' as below for bug 3600806
1896: x_err_stage := 'PA_PROJ_IN_USE_EXTERNAL'; */

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

2392:
2393: -- Check if task is in used in PJM
2394: x_err_stage := 'check for task used in PJM for'|| x_task_id;
2395: status_code :=
2396: pjm_projtask_deletion.CheckUse_ProjectTask(null, x_task_id);
2397: if ( status_code = 1 ) then
2398: x_err_code := 195;
2399: x_err_stage := 'PA_PROJ_TASK_IN_USE_MFG';
2400: return;