DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on HR_PHONE_API

Line 840: hr_phone_api.create_phone

836: -- Create a phone row using the newly created person as the parent row.
837: -- This phone row replaces the work_telephone column on the person.
838: --
839: if p_work_telephone is not null then
840: hr_phone_api.create_phone
841: (p_date_from => l_start_date
842: ,p_date_to => null
843: ,p_phone_type => 'W1'
844: ,p_phone_number => p_work_telephone