DBA Data[Home] [Help]

APPS.HR_CONTACT_API dependencies on HR_PHONE_API

Line 474: hr_phone_api.create_phone

470: -- Create a phone row using the newly created person as the parent row.
471: -- This phone row replaces the work_telephone column on the person.
472: --
473: if p_work_telephone is not null then
474: hr_phone_api.create_phone
475: (p_date_from => l_start_date
476: ,p_date_to => null
477: ,p_phone_type => 'W1'
478: ,p_phone_number => p_work_telephone