DBA Data[Home] [Help]

APPS.IRC_PENDING_DATA_BE3 dependencies on IRC_PENDING_DATA_BE3

Line 1: package body irc_pending_data_be3 as

1: package body irc_pending_data_be3 as
2: --Code generated on 06/11/2008 12:45:43
3: /* $Header: hrapiwfe.pkb 120.4 2008/02/15 06:27:49 viviswan ship $*/
4: procedure delete_pending_data_a (
5: p_pending_data_id number) is

Line 15: l_proc varchar2(72):=' irc_pending_data_be3.delete_pending_data_a';

11: --
12: cursor get_seq is
13: select per_wf_events_s.nextval from dual;
14: --
15: l_proc varchar2(72):=' irc_pending_data_be3.delete_pending_data_a';
16: begin
17: hr_utility.set_location('Entering: '||l_proc,10);
18: -- check the status of the business event
19: l_event_name:='oracle.apps.per.irc.api.pending_data.delete_pending_data';

Line 70: end irc_pending_data_be3;

66: null;
67: end if;
68: hr_utility.set_location('Leaving: '||l_proc,50);
69: end delete_pending_data_a;
70: end irc_pending_data_be3;