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 27/11/2012 03:58:40
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
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 278: end per_recruitment_activity_be2;

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