DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_ALLOC_UTILS

Line 988: pa_alloc_utils.Is_Task_Lowest_In_Allocations(x_task_id);

984:
985: -- Check if task is considered lowest level task in allocations
986: x_err_stage := 'check if task is lowest in allocations for '|| x_task_id;
987: l_return_val :=
988: pa_alloc_utils.Is_Task_Lowest_In_Allocations(x_task_id);
989: if ( l_return_val = 'Y' ) then
990: x_err_code := 160;
991: x_err_stage := 'PA_TASK_LOW_IN_AllOC';
992: return;

Line 2127: pa_alloc_utils.Is_Task_In_Allocations(x_task_id);

2123:
2124: -- Check if task is used in allocations
2125: x_err_stage := 'check if project allocations uses task '|| x_task_id;
2126: l_return_val :=
2127: pa_alloc_utils.Is_Task_In_Allocations(x_task_id);
2128: if ( l_return_val = 'Y' ) then
2129: x_err_code := 140;
2130: x_err_stage := 'PA_TASK_IN_ALLOC';
2131: return;