DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PUB1 dependencies on PA_ALLOC_UTILS

Line 4440: l_return_value:=pa_alloc_utils.Is_project_in_allocations(p_project_id);

4436: return;
4437: END IF;
4438: ---------------------------------------------------------------------------------------------------- ----------------------
4439: /*Validate project allocations */
4440: l_return_value:=pa_alloc_utils.Is_project_in_allocations(p_project_id);
4441: If l_return_value = 'Y' THEN
4442: x_error_msg_code :='PA_CBS_ALLOC_EXISTS'||err_msg_post;
4443: return;
4444: End If;