DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on HR_PHONE_API

Line 620: hr_phone_api.create_phone

616: -- Create a phone row using the newly created person as the parent row.
617: -- This phone row replaces the work_telephone column on the person.
618: --
619: if p_work_telephone is not null then
620: hr_phone_api.create_phone
621: (p_date_from => l_date_received
622: ,p_date_to => null
623: ,p_phone_type => 'W1'
624: ,p_phone_number => p_work_telephone