DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_ALLOC_UTILS

Line 791: pa_alloc_utils.Is_Task_Lowest_In_Allocations(x_task_id);

787:
788: -- Check if task is considered lowest level task in allocations
789: x_err_stage := 'check if task is lowest in allocations for '|| x_task_id;
790: l_return_val :=
791: pa_alloc_utils.Is_Task_Lowest_In_Allocations(x_task_id);
792: if ( l_return_val = 'Y' ) then
793: x_err_code := 160;
794: x_err_stage := 'PA_TASK_LOW_IN_AllOC';
795: return;

Line 1915: pa_alloc_utils.Is_Task_In_Allocations(x_task_id);

1911:
1912: -- Check if task is used in allocations
1913: x_err_stage := 'check if project allocations uses task '|| x_task_id;
1914: l_return_val :=
1915: pa_alloc_utils.Is_Task_In_Allocations(x_task_id);
1916: if ( l_return_val = 'Y' ) then
1917: x_err_code := 140;
1918: x_err_stage := 'PA_TASK_IN_ALLOC';
1919: return;