DBA Data[Home] [Help]

APPS.HR_APPLICANT_BE1 dependencies on HR_APPLICANT_BE1

Line 1: package body hr_applicant_be1 as

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

Line 141: l_proc varchar2(72):=' hr_applicant_be1.create_applicant_a';

137: --
138: cursor get_seq is
139: select per_wf_events_s.nextval from dual;
140: --
141: l_proc varchar2(72):=' hr_applicant_be1.create_applicant_a';
142: begin
143: hr_utility.set_location('Entering: '||l_proc,10);
144: -- check the status of the business event
145: l_event_name:='oracle.apps.per.api.applicant.create_applicant';

Line 728: end hr_applicant_be1;

724: null;
725: end if;
726: hr_utility.set_location('Leaving: '||l_proc,50);
727: end create_applicant_a;
728: end hr_applicant_be1;