DBA Data[Home] [Help]

APPS.HR_CONTACT_REL_API dependencies on HR_CONTACT_API

Line 469: -- call hr_contact_api.create_person

465: --
466: -- Process Logic
467: -- Check that the contact person is not null. If not, go straight to
468: -- entering the details into per_contact_relationships. If it is null,
469: -- call hr_contact_api.create_person
470: --
471: if p_contact_person_id is null then
472: --
473: hr_contact_api.create_person

Line 473: hr_contact_api.create_person

469: -- call hr_contact_api.create_person
470: --
471: if p_contact_person_id is null then
472: --
473: hr_contact_api.create_person
474: (p_validate => false
475: ,p_start_date => l_start_date
476: ,p_person_id => l_contact_person_id
477: ,p_business_group_id => p_business_group_id