DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_BE3 dependencies on IRC_DEFAULT_POSTING_BE3

Line 1: package body irc_default_posting_be3 as

1: package body irc_default_posting_be3 as
2: --Code generated on 06/11/2008 12:45:36
3: /* $Header: hrapiwfe.pkb 120.4 2008/02/15 06:27:49 viviswan ship $*/
4: procedure delete_default_posting_a (
5: p_default_posting_id number) is

Line 15: l_proc varchar2(72):=' irc_default_posting_be3.delete_default_posting_a';

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

Line 70: end irc_default_posting_be3;

66: null;
67: end if;
68: hr_utility.set_location('Leaving: '||l_proc,50);
69: end delete_default_posting_a;
70: end irc_default_posting_be3;