DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HR_CONTACT_REL_API

Line 8682: Hr_Contact_Rel_Api.create_contact

8678:
8679: begin
8680: hr_utility.set_location('Entering: ' || l_proc_name, 10);
8681:
8682: Hr_Contact_Rel_Api.create_contact
8683: (p_start_date => p_effective_date
8684: ,p_business_group_id => g_cnt_rec.business_group_id
8685: ,p_person_id => g_cnt_rec.person_id
8686: ,p_contact_type => g_cnt_rec.contact_type

Line 8734: Hr_Contact_Rel_Api.create_contact

8730: -- Right now we are only creating the contact as decision to if we should
8731: -- actually be updating the Contact or every time be creating a new
8732: -- contact, irrespective of the fact if it is already existing duplicate
8733: -- person, hasn't been made
8734: Hr_Contact_Rel_Api.create_contact
8735: (p_start_date => p_effective_date
8736: ,p_business_group_id => g_cnt_rec.business_group_id
8737: ,p_person_id => g_cnt_rec.person_id
8738: ,p_contact_type => g_cnt_rec.contact_type

Line 8757: Hr_Contact_Rel_Api.create_contact

8753: );
8754:
8755: else
8756:
8757: Hr_Contact_Rel_Api.create_contact
8758: (p_start_date => p_effective_date
8759: ,p_business_group_id => g_cnt_rec.business_group_id
8760: ,p_person_id => g_cnt_rec.person_id
8761: ,p_contact_type => g_cnt_rec.contact_type