DBA Data[Home] [Help]

APPS.PA_PROJ_ELEMENTS_UTILS dependencies on PA_ALLOC_UTILS

Line 4063: pa_alloc_utils.Is_Task_In_Allocations(p_task_id);

4059: l_debug_level3);
4060: END IF;
4061:
4062: l_return_val :=
4063: pa_alloc_utils.Is_Task_In_Allocations(p_task_id);
4064: IF ( l_return_val = 'Y' ) THEN
4065: x_error_code := 140;
4066: x_error_msg_code := 'PA_TASK_IN_ALLOC';
4067: return;