DBA Data[Home] [Help]

APPS.PQP_HROSS_INTEGRATION dependencies on HR_CONTACT_REL_API

Line 4804: Hr_Contact_Rel_Api.create_contact

4800:
4801: BEGIN
4802: hr_utility.set_location('Entering: ' || l_proc_name, 10);
4803:
4804: Hr_Contact_Rel_Api.create_contact
4805: (p_start_date => p_effective_date
4806: ,p_business_group_id => l_cntct_rec.business_group_id
4807: ,p_person_id => l_cntct_rec.person_id
4808: ,p_contact_type => l_cntct_rec.contact_type

Line 4857: Hr_Contact_Rel_Api.create_contact

4853: -- Right now we are only creating the contact as decision to if we should
4854: -- actually be updating the Contact or every time be creating a new
4855: -- contact, irrespective of the fact if it is already existing duplicate
4856: -- person, hasn't been made
4857: Hr_Contact_Rel_Api.create_contact
4858: (p_start_date => p_effective_date
4859: ,p_business_group_id => l_cntct_rec.business_group_id
4860: ,p_person_id => l_cntct_rec.person_id
4861: ,p_contact_type => l_cntct_rec.contact_type

Line 4880: Hr_Contact_Rel_Api.create_contact

4876: );
4877:
4878: ELSE
4879:
4880: Hr_Contact_Rel_Api.create_contact
4881: (p_start_date => p_effective_date
4882: ,p_business_group_id => l_cntct_rec.business_group_id
4883: ,p_person_id => l_cntct_rec.person_id
4884: ,p_contact_type => l_cntct_rec.contact_type