DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_BE4 dependencies on IRC_DOCUMENT_BE4

Line 1: package body irc_document_be4 as

1: package body irc_document_be4 as
2: --Code generated on 30/03/2009 04:31:28
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas ship $*/
4: procedure update_document_track_a (
5: p_effective_date date,

Line 25: l_proc varchar2(72):=' irc_document_be4.update_document_track_a';

21: --
22: cursor get_seq is
23: select per_wf_events_s.nextval from dual;
24: --
25: l_proc varchar2(72):=' irc_document_be4.update_document_track_a';
26: begin
27: hr_utility.set_location('Entering: '||l_proc,10);
28: -- check the status of the business event
29: l_event_name:='oracle.apps.per.irc.api.document.update_document_track';

Line 118: end irc_document_be4;

114: null;
115: end if;
116: hr_utility.set_location('Leaving: '||l_proc,50);
117: end update_document_track_a;
118: end irc_document_be4;