DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_ALLOC_UTILS

Line 4156: pa_alloc_utils.Is_Task_In_Allocations(p_task_id);

4152: l_debug_level3);
4153: END IF;
4154:
4155: l_return_val :=
4156: pa_alloc_utils.Is_Task_In_Allocations(p_task_id);
4157: IF ( l_return_val = 'Y' ) THEN
4158: x_error_code := 140;
4159: x_error_msg_code := 'PA_TASK_IN_ALLOC';
4160: return;