1: package body PA_PROJ_TSK_UTILS as
2: -- $Header: PAXPTUTB.pls 120.9.12020000.3 2013/04/02 07:11:05 speddi ship $
3:
4:
5: --
2237: end if;
2238:
2239: else
2240: task_project_id :=
2241: pa_proj_tsk_utils.get_task_project_id(x_task_id);
2242: if ( (task_project_id < 0)
2243: or (task_project_id is null)) then
2244: return(null);
2245: end if;
2687: end check_service_order_exists;
2688:
2689: /* End changes for Service Intgration bug#16535441 */
2690:
2691: END PA_PROJ_TSK_UTILS;