DBA Data[Home] [Help]

APPS.PER_RECRUITMENT_ACTIVITY_BE1 dependencies on PER_RECRUITMENT_ACTIVITY_BE1

Line 1: package body per_recruitment_activity_be1 as

1: package body per_recruitment_activity_be1 as
2: --Code generated on 27/11/2012 03:58:39
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure create_recruitment_activity_a (
5: p_business_group_id number,

Line 58: l_proc varchar2(72):=' per_recruitment_activity_be1.create_recruitment_activity_a';

54: --
55: cursor get_seq is
56: select per_wf_events_s.nextval from dual;
57: --
58: l_proc varchar2(72):=' per_recruitment_activity_be1.create_recruitment_activity_a';
59: begin
60: hr_utility.set_location('Entering: '||l_proc,10);
61: -- check the status of the business event
62: l_event_name:='oracle.apps.per.api.recruitment_activity.create_recruitment_activity';

Line 283: end per_recruitment_activity_be1;

279: null;
280: end if;
281: hr_utility.set_location('Leaving: '||l_proc,50);
282: end create_recruitment_activity_a;
283: end per_recruitment_activity_be1;