DBA Data[Home] [Help]

APPS.PER_RECRUITMENT_ACTIVITY_BE3 dependencies on PER_RECRUITMENT_ACTIVITY_BE3

Line 1: package body per_recruitment_activity_be3 as

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

Line 16: l_proc varchar2(72):=' per_recruitment_activity_be3.delete_recruitment_activity_a';

12: --
13: cursor get_seq is
14: select per_wf_events_s.nextval from dual;
15: --
16: l_proc varchar2(72):=' per_recruitment_activity_be3.delete_recruitment_activity_a';
17: begin
18: hr_utility.set_location('Entering: '||l_proc,10);
19: -- check the status of the business event
20: l_event_name:='oracle.apps.per.api.recruitment_activity.delete_recruitment_activity';

Line 75: end per_recruitment_activity_be3;

71: null;
72: end if;
73: hr_utility.set_location('Leaving: '||l_proc,50);
74: end delete_recruitment_activity_a;
75: end per_recruitment_activity_be3;