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 30/03/2009 04:46:17
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas 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;