DBA Data[Home] [Help]

APPS.IRC_POSTING_CONTENT_BE1 dependencies on IRC_POSTING_CONTENT_BE1

Line 1: package body irc_posting_content_be1 as

1: package body irc_posting_content_be1 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 create_posting_content_a (
5: p_display_manager_info varchar2,

Line 94: l_proc varchar2(72):=' irc_posting_content_be1.create_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_be1.create_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.create_posting_content';

Line 465: end irc_posting_content_be1;

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