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

Line 1150: hr_phone_api.create_phone

1146: -- Create a phone row using the newly created person as the parent row.
1147: -- This phone row replaces the work_telephone column on the person.
1148: --
1149: if p_work_telephone is not null then
1150: hr_phone_api.create_phone
1151: (p_date_from => l_start_date
1152: ,p_date_to => null
1153: ,p_phone_type => 'W1'
1154: ,p_phone_number => p_work_telephone