DBA Data[Home] [Help]

APPS.HR_PHONE_API dependencies on HR_PHONE_BK2

Line 351: hr_phone_bk2.update_phone_b

347: -- Start of API User Hook for the before hook of update_phone.
348: --
349: -- Start of Fix for Bug 2396117
350: begin
351: hr_phone_bk2.update_phone_b
352: (p_phone_id => p_phone_id,
353: p_date_from => p_date_from,
354: p_date_to => p_date_to ,
355: p_phone_type => p_phone_type,

Line 453: hr_phone_bk2.update_phone_a

449: -- Start of API User Hook for the after hook of update_phone
450: -- Start of Fix for Bug 2396117
451: --
452: begin
453: hr_phone_bk2.update_phone_a
454: (p_phone_id => p_phone_id,
455: p_date_from => p_date_from,
456: p_date_to => p_date_to ,
457: p_phone_type => p_phone_type,