DBA Data[Home] [Help]

APPS.PER_RECRUITMENT_ACTIVITY_BE2 dependencies on PER_RECRUITMENT_ACTIVITY_BE2

Line 1: package body per_recruitment_activity_be2 as

1: package body per_recruitment_activity_be2 as
2: --Code generated on 03/01/2007 10:50:10
3: /* $Header: hrapiwfe.pkb 120.3 2006/06/20 10:26:28 sayyampe noship $*/
4: procedure update_recruitment_activity_a (
5: p_recruitment_activity_id number,

Line 57: l_proc varchar2(72):=' per_recruitment_activity_be2.update_recruitment_activity_a';

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

Line 280: end per_recruitment_activity_be2;

276: null;
277: end if;
278: hr_utility.set_location('Leaving: '||l_proc,50);
279: end update_recruitment_activity_a;
280: end per_recruitment_activity_be2;