DBA Data[Home] [Help]

APPS.PQP_PERASGADD_RIW dependencies on HR_CONTACT_REL_API

Line 8278: Hr_Contact_Rel_Api.create_contact

8274:
8275: begin
8276: hr_utility.set_location('Entering: ' || l_proc_name, 10);
8277:
8278: Hr_Contact_Rel_Api.create_contact
8279: (p_start_date => p_effective_date
8280: ,p_business_group_id => g_cnt_rec.business_group_id
8281: ,p_person_id => g_cnt_rec.person_id
8282: ,p_contact_type => g_cnt_rec.contact_type

Line 8330: Hr_Contact_Rel_Api.create_contact

8326: -- Right now we are only creating the contact as decision to if we should
8327: -- actually be updating the Contact or every time be creating a new
8328: -- contact, irrespective of the fact if it is already existing duplicate
8329: -- person, hasn't been made
8330: Hr_Contact_Rel_Api.create_contact
8331: (p_start_date => p_effective_date
8332: ,p_business_group_id => g_cnt_rec.business_group_id
8333: ,p_person_id => g_cnt_rec.person_id
8334: ,p_contact_type => g_cnt_rec.contact_type

Line 8353: Hr_Contact_Rel_Api.create_contact

8349: );
8350:
8351: else
8352:
8353: Hr_Contact_Rel_Api.create_contact
8354: (p_start_date => p_effective_date
8355: ,p_business_group_id => g_cnt_rec.business_group_id
8356: ,p_person_id => g_cnt_rec.person_id
8357: ,p_contact_type => g_cnt_rec.contact_type