DBA Data[Home] [Help]

APPS.IRC_NOTES_BE1 dependencies on IRC_NOTES_BE1

Line 1: package body irc_notes_be1 as

1: package body irc_notes_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_note_a (
5: p_note_id number,

Line 18: l_proc varchar2(72):=' irc_notes_be1.create_note_a';

14: --
15: cursor get_seq is
16: select per_wf_events_s.nextval from dual;
17: --
18: l_proc varchar2(72):=' irc_notes_be1.create_note_a';
19: begin
20: hr_utility.set_location('Entering: '||l_proc,10);
21: -- check the status of the business event
22: l_event_name:='oracle.apps.per.irc.api.notes.create_note';

Line 85: end irc_notes_be1;

81: null;
82: end if;
83: hr_utility.set_location('Leaving: '||l_proc,50);
84: end create_note_a;
85: end irc_notes_be1;