DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_BE1 dependencies on IRC_DEFAULT_POSTING_BE1

Line 1: package body irc_default_posting_be1 as

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

Line 60: l_proc varchar2(72):=' irc_default_posting_be1.create_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_be1.create_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.create_default_posting';

Line 295: end irc_default_posting_be1;

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