DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_BE3 dependencies on IRC_OFFER_STATUS_HISTORY_BE3

Line 1: package body irc_offer_status_history_be3 as

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

Line 16: l_proc varchar2(72):=' irc_offer_status_history_be3.delete_offer_status_history_a';

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

Line 73: end irc_offer_status_history_be3;

69: null;
70: end if;
71: hr_utility.set_location('Leaving: '||l_proc,50);
72: end delete_offer_status_history_a;
73: end irc_offer_status_history_be3;