DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_BE2 dependencies on IRC_DEFAULT_POSTING_BE2

Line 1: package body irc_default_posting_be2 as

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

Line 60: l_proc varchar2(72):=' irc_default_posting_be2.update_default_posting_a';

56: --
57: cursor get_seq is
58: select per_wf_events_s.nextval from dual;
59: --
60: l_proc varchar2(72):=' irc_default_posting_be2.update_default_posting_a';
61: begin
62: hr_utility.set_location('Entering: '||l_proc,10);
63: -- check the status of the business event
64: l_event_name:='oracle.apps.per.irc.api.default_posting.update_default_posting';

Line 295: end irc_default_posting_be2;

291: null;
292: end if;
293: hr_utility.set_location('Leaving: '||l_proc,50);
294: end update_default_posting_a;
295: end irc_default_posting_be2;