DBA Data[Home] [Help]

APPS.HR_PHONE_BE2 dependencies on HR_PHONE_BE2

Line 1: package body hr_phone_be2 as

1: package body hr_phone_be2 as
2: --Code generated on 30/03/2009 04:46:36
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas ship $*/
4: procedure update_phone_a (
5: p_phone_id number,

Line 53: l_proc varchar2(72):=' hr_phone_be2.update_phone_a';

49: --
50: cursor get_seq is
51: select per_wf_events_s.nextval from dual;
52: --
53: l_proc varchar2(72):=' hr_phone_be2.update_phone_a';
54: begin
55: hr_utility.set_location('Entering: '||l_proc,10);
56: -- check the status of the business event
57: l_event_name:='oracle.apps.per.api.phone.update_phone';

Line 258: end hr_phone_be2;

254: null;
255: end if;
256: hr_utility.set_location('Leaving: '||l_proc,50);
257: end update_phone_a;
258: end hr_phone_be2;