DBA Data[Home] [Help]

APPS.IRC_APL_PROFILE_ACCESS_BE3 dependencies on IRC_APL_PROFILE_ACCESS_BE3

Line 1: package body irc_apl_profile_access_be3 as

1: package body irc_apl_profile_access_be3 as
2: --Code generated on 06/11/2008 12:45:23
3: /* $Header: hrapiwfe.pkb 120.4 2008/02/15 06:27:49 viviswan ship $*/
4: procedure delete_apl_profile_access_a (
5: p_person_id number,

Line 17: l_proc varchar2(72):=' irc_apl_profile_access_be3.delete_apl_profile_access_a';

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

Line 80: end irc_apl_profile_access_be3;

76: null;
77: end if;
78: hr_utility.set_location('Leaving: '||l_proc,50);
79: end delete_apl_profile_access_a;
80: end irc_apl_profile_access_be3;