DBA Data[Home] [Help]

APPS.HR_CONTINGENT_WORKER_API dependencies on HR_PHONE_API

Line 553: hr_phone_api.create_phone

549: -- Create a phone row using the newly created person as the parent row.
550: -- This phone row replaces the work_telephone column on the person.
551: --
552: if p_work_telephone is not null then
553: hr_phone_api.create_phone
554: (p_date_from => l_start_date
555: ,p_date_to => null
556: ,p_phone_type => 'W1'
557: ,p_phone_number => p_work_telephone