DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_API dependencies on HR_PHONE_API

Line 760: hr_phone_api.create_phone

756: -- Create a phone row using the newly created person as the parent row.
757: -- This phone row replaces the work_telephone column on the person.
758: --
759: if p_work_telephone is not null then
760: hr_phone_api.create_phone
761: (p_date_from => l_hire_date
762: ,p_date_to => null
763: ,p_phone_type => 'W1'
764: ,p_phone_number => p_work_telephone