DBA Data[Home] [Help]

APPS.HR_PERSON_EXTRA_INFO_API dependencies on HR_PERSON_EXTRA_INFO_BK2

Line 436: hr_person_extra_info_bk2.update_person_extra_info_b

432: --
433: -- Call Before Process User Hook
434: --
435: begin
436: hr_person_extra_info_bk2.update_person_extra_info_b
437: (p_person_extra_info_id => p_person_extra_info_id,
438: p_pei_attribute_category => p_pei_attribute_category,
439: p_pei_attribute1 => p_pei_attribute1,
440: p_pei_attribute2 => p_pei_attribute2,

Line 574: hr_person_extra_info_bk2.update_person_extra_info_a

570: --
571: -- Call After Process User Hook
572: --
573: begin
574: hr_person_extra_info_bk2.update_person_extra_info_a
575: (p_person_extra_info_id => p_person_extra_info_id,
576: p_pei_attribute_category => p_pei_attribute_category,
577: p_pei_attribute1 => p_pei_attribute1,
578: p_pei_attribute2 => p_pei_attribute2,