DBA Data[Home] [Help]

APPS.HR_COMPETENCE_ELEMENT_SWI dependencies on HR_UTIL_MISC_SS

Line 1459: HR_UTIL_MISC_SS.merge_attachments( p_dest_entity_name => 'PER_PEOPLE_F'

1455: CLOSE get_person_for_comp_element;
1456:
1457: hr_utility.set_location('merge_attachments Start : l_person_id = ' || l_person_id || ' ' ||l_proc, 30);
1458:
1459: HR_UTIL_MISC_SS.merge_attachments( p_dest_entity_name => 'PER_PEOPLE_F'
1460: ,p_dest_pk1_value => l_person_id
1461: ,p_return_status => l_attach_status);
1462:
1463: hr_utility.set_location('merge_attachments End: l_attach_status = ' || l_attach_status || ' ' ||l_proc, 35);