DBA Data[Home] [Help]

APPS.HR_APPLICANT_BE4 dependencies on HR_APPLICANT_BE4

Line 1: package body hr_applicant_be4 as

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

Line 23: l_proc varchar2(72):=' hr_applicant_be4.convert_to_applicant_a';

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

Line 134: end hr_applicant_be4;

130: null;
131: end if;
132: hr_utility.set_location('Leaving: '||l_proc,50);
133: end convert_to_applicant_a;
134: end hr_applicant_be4;