DBA Data[Home] [Help]

APPS.HR_CONTACT_API dependencies on HR_SECURITY

Line 435: hr_security_internal.populate_new_contact(

431: hr_utility.set_location(l_proc, 30);
432: --
433: -- Maintain security access to profiles which restrict access to contacts.
434: --
435: hr_security_internal.populate_new_contact(
436: p_business_group_id => p_business_group_id,
437: p_person_id => l_person_id);
438: --
439: -- added for PTU

Line 1113: hr_security.add_person(p_person_id => l_person_id);

1109: hr_utility.set_location(l_proc, 30);
1110: --
1111: -- Maintain security access to profiles which restrict access to contacts.
1112: --
1113: hr_security.add_person(p_person_id => l_person_id);
1114: --
1115: -- added for PTU
1116: --
1117: if p_person_type_id is not null and p_person_type_id <> hr_api.g_number then