DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_ALLOC_UTILS

Line 1105: pa_alloc_utils.Is_Project_In_Allocations(x_project_id);

1101:
1102: -- Check if project is used in allocation rules
1103: x_err_stage := 'check if allocations use project '|| x_project_id;
1104: l_return_val :=
1105: pa_alloc_utils.Is_Project_In_Allocations(x_project_id);
1106: if ( l_return_val = 'Y' ) then
1107: x_err_code := 150;
1108: x_err_stage := 'PA_PROJ_IN_ALLOC';
1109: return;