DBA Data[Home] [Help]

APPS.IRC_TEMPLATE_ASSOCIATION_BE2 dependencies on IRC_TEMPLATE_ASSOCIATION_BE2

Line 1: package body irc_template_association_be2 as

1: package body irc_template_association_be2 as
2: --Code generated on 06/11/2008 12:45:50
3: /* $Header: hrapiwfe.pkb 120.4 2008/02/15 06:27:49 viviswan ship $*/
4: procedure update_template_association_a (
5: p_template_association_id number,

Line 23: l_proc varchar2(72):=' irc_template_association_be2.update_template_association_a';

19: --
20: cursor get_seq is
21: select per_wf_events_s.nextval from dual;
22: --
23: l_proc varchar2(72):=' irc_template_association_be2.update_template_association_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.template_association.update_template_association';

Line 110: end irc_template_association_be2;

106: null;
107: end if;
108: hr_utility.set_location('Leaving: '||l_proc,50);
109: end update_template_association_a;
110: end irc_template_association_be2;