DBA Data[Home] [Help]

APPS.PA_COMPETENCE_PVT dependencies on PA_ROLE_UTILS

Line 67: pa_role_utils.validate_role_competency

63: l_object_id_index := p_object_id.first;
64:
65: IF p_object_name = 'PROJECT_ROLE' THEN
66: -- Check whether the competency can be assigned to the role
67: pa_role_utils.validate_role_competency
68: (p_competence_id => p_competence_id
69: ,x_return_status => l_return_status
70: ,x_error_message_code => l_error_message_code );
71: