DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_BE1 dependencies on IRC_OFFER_STATUS_HISTORY_BE1

Line 1: package body irc_offer_status_history_be1 as

1: package body irc_offer_status_history_be1 as
2: --Code generated on 27/11/2012 03:53:10
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure create_offer_status_history_a (
5: p_effective_date date,

Line 23: l_proc varchar2(72):=' irc_offer_status_history_be1.create_offer_status_history_a';

19: --
20: cursor get_seq is
21: select per_wf_events_s.nextval from dual;
22: --
23: l_proc varchar2(72):=' irc_offer_status_history_be1.create_offer_status_history_a';
24: begin
25: hr_utility.set_location('Entering: '||l_proc,10);
26: -- check the status of the business event
27: l_event_name:='oracle.apps.per.irc.api.offer_status_history.create_offer_status_history';

Line 108: end irc_offer_status_history_be1;

104: null;
105: end if;
106: hr_utility.set_location('Leaving: '||l_proc,50);
107: end create_offer_status_history_a;
108: end irc_offer_status_history_be1;