DBA Data[Home] [Help]

APPS.PA_MAPPING_PVT dependencies on PA_ROLE_UTILS

Line 70: PA_ROLE_UTILS.check_role_name_or_id (p_role_id => p_dest_value_pk1_arr(j),

66: debug('v_1 = '||v_1);
67:
68: IF l_value_map_def_type = 'PERSON_ROLE_OPP_PROJ'
69: OR l_value_map_def_type = 'ORG_ROLE_OPP_PROJ' THEN
70: PA_ROLE_UTILS.check_role_name_or_id (p_role_id => p_dest_value_pk1_arr(j),
71: p_role_name => p_dest_value_arr(j),
72: p_check_id_flag => 'Y',
73: x_role_id => l_id,
74: x_return_status => x_return_status,