DBA Data[Home] [Help]

APPS.HR_CANCEL_HIRE_BE1 dependencies on HR_CANCEL_HIRE_BE1

Line 1: package body hr_cancel_hire_be1 as

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

Line 25: l_proc varchar2(72):=' hr_cancel_hire_be1.cancel_hire_a';

21: --
22: cursor get_seq is
23: select per_wf_events_s.nextval from dual;
24: --
25: l_proc varchar2(72):=' hr_cancel_hire_be1.cancel_hire_a';
26: begin
27: hr_utility.set_location('Entering: '||l_proc,10);
28: -- check the status of the business event
29: l_event_name:='oracle.apps.per.api.cancel_hire.cancel_hire';

Line 154: end hr_cancel_hire_be1;

150: null;
151: end if;
152: hr_utility.set_location('Leaving: '||l_proc,50);
153: end cancel_hire_a;
154: end hr_cancel_hire_be1;