DBA Data[Home] [Help]

APPS.HR_APPLICANT_BE2 dependencies on HR_APPLICANT_BE2

Line 1: package body hr_applicant_be2 as

1: package body hr_applicant_be2 as
2: --Code generated on 13/08/2013 06:42:21
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure hire_applicant_a (
5: p_hire_date date,

Line 27: l_proc varchar2(72):=' hr_applicant_be2. hire_applicant_a';

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

Line 158: end hr_applicant_be2;

154: null;
155: end if;
156: hr_utility.set_location('Leaving: '||l_proc,50);
157: end hire_applicant_a;
158: end hr_applicant_be2;