DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_BE2 dependencies on IRC_DOCUMENT_BE2

Line 1: package body irc_document_be2 as

1: package body irc_document_be2 as
2: --Code generated on 27/11/2012 03:53:08
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure update_document_a (
5: p_effective_date date,

Line 21: l_proc varchar2(72):=' irc_document_be2.update_document_a';

17: --
18: cursor get_seq is
19: select per_wf_events_s.nextval from dual;
20: --
21: l_proc varchar2(72):=' irc_document_be2.update_document_a';
22: begin
23: hr_utility.set_location('Entering: '||l_proc,10);
24: -- check the status of the business event
25: l_event_name:='oracle.apps.per.irc.api.document.update_document';

Line 98: end irc_document_be2;

94: null;
95: end if;
96: hr_utility.set_location('Leaving: '||l_proc,50);
97: end update_document_a;
98: end irc_document_be2;