DBA Data[Home] [Help]

APPS.IRC_POSTING_CONTENT_BE2 dependencies on IRC_POSTING_CONTENT_BE2

Line 1: package body irc_posting_content_be2 as

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

Line 94: l_proc varchar2(72):=' irc_posting_content_be2.update_posting_content_a';

90: --
91: cursor get_seq is
92: select per_wf_events_s.nextval from dual;
93: --
94: l_proc varchar2(72):=' irc_posting_content_be2.update_posting_content_a';
95: begin
96: hr_utility.set_location('Entering: '||l_proc,10);
97: -- check the status of the business event
98: l_event_name:='oracle.apps.per.irc.api.posting_content.update_posting_content';

Line 465: end irc_posting_content_be2;

461: null;
462: end if;
463: hr_utility.set_location('Leaving: '||l_proc,50);
464: end update_posting_content_a;
465: end irc_posting_content_be2;