DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PJM_PROJTASK_DELETION

Line 1064: pjm_projtask_deletion.CheckUse_ProjectTask(x_project_id, null);

1060:
1061: -- Check if project is in use in an external system
1062: x_err_stage := 'check for project used in external system for'|| x_project_id;
1063: status_code :=
1064: pjm_projtask_deletion.CheckUse_ProjectTask(x_project_id, null);
1065: if ( status_code = 1 ) then
1066: x_err_code := 130;
1067: /* Commented the existing error message and modified it to 'PA_PROJ_TASK_IN_USE_MFG' as below for bug 3600806
1068: x_err_stage := 'PA_PROJ_IN_USE_EXTERNAL'; */