DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_BE2 dependencies on IRC_OFFER_STATUS_HISTORY_BE2

Line 1: package body irc_offer_status_history_be2 as

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

Line 21: l_proc varchar2(72):=' irc_offer_status_history_be2.update_offer_status_history_a';

17: --
18: cursor get_seq is
19: select per_wf_events_s.nextval from dual;
20: --
21: l_proc varchar2(72):=' irc_offer_status_history_be2.update_offer_status_history_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.offer_status_history.update_offer_status_history';

Line 98: end irc_offer_status_history_be2;

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