DBA Data[Home] [Help]

APPS.HR_PHONE_BE1 dependencies on HR_PHONE_BE1

Line 1: package body hr_phone_be1 as

1: package body hr_phone_be1 as
2: --Code generated on 30/03/2009 04:46:35
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas ship $*/
4: procedure create_phone_a (
5: p_date_from date,

Line 56: l_proc varchar2(72):=' hr_phone_be1.create_phone_a';

52: --
53: cursor get_seq is
54: select per_wf_events_s.nextval from dual;
55: --
56: l_proc varchar2(72):=' hr_phone_be1.create_phone_a';
57: begin
58: hr_utility.set_location('Entering: '||l_proc,10);
59: -- check the status of the business event
60: l_event_name:='oracle.apps.per.api.phone.create_phone';

Line 273: end hr_phone_be1;

269: null;
270: end if;
271: hr_utility.set_location('Leaving: '||l_proc,50);
272: end create_phone_a;
273: end hr_phone_be1;