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 03/01/2007 10:50:07
3: /* $Header: hrapiwfe.pkb 120.3 2006/06/20 10:26:28 sayyampe noship $*/
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 285: end per_recruitment_activity_be1;

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