DBA Data[Home] [Help]

APPS.PA_PROJ_TSK_UTILS dependencies on PA_PROJ_TSK_UTILS

Line 1: package body PA_PROJ_TSK_UTILS as

1: package body PA_PROJ_TSK_UTILS as
2: -- $Header: PAXPTUTB.pls 120.8.12010000.2 2008/09/28 18:58:47 kjai ship $
3:
4:
5: --

Line 2241: pa_proj_tsk_utils.get_task_project_id(x_task_id);

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;

Line 2542: END PA_PROJ_TSK_UTILS;

2538: when others then
2539: return(SQLCODE);
2540: end check_iex_task_charged;
2541:
2542: END PA_PROJ_TSK_UTILS;