DBA Data[Home] [Help]

APPS.HR_PHONE_BE3 dependencies on HR_PHONE_BE3

Line 1: package body hr_phone_be3 as

1: package body hr_phone_be3 as
2: --Code generated on 27/11/2012 03:58:37
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure delete_phone_a (
5: p_phone_id number,

Line 17: l_proc varchar2(72):=' hr_phone_be3.delete_phone_a';

13: --
14: cursor get_seq is
15: select per_wf_events_s.nextval from dual;
16: --
17: l_proc varchar2(72):=' hr_phone_be3.delete_phone_a';
18: begin
19: hr_utility.set_location('Entering: '||l_proc,10);
20: -- check the status of the business event
21: l_event_name:='oracle.apps.per.api.phone.delete_phone';

Line 78: end hr_phone_be3;

74: null;
75: end if;
76: hr_utility.set_location('Leaving: '||l_proc,50);
77: end delete_phone_a;
78: end hr_phone_be3;