DBA Data[Home] [Help]

APPS.IRC_VARIABLE_COMP_ELEMENT_BE2 dependencies on IRC_VARIABLE_COMP_ELEMENT_BE2

Line 1: package body irc_variable_comp_element_be2 as

1: package body irc_variable_comp_element_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 delete_variable_compensation_a (
5: p_vacancy_id number,

Line 17: l_proc varchar2(72):=' irc_variable_comp_element_be2.delete_variable_compensation_a';

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

Line 80: end irc_variable_comp_element_be2;

76: null;
77: end if;
78: hr_utility.set_location('Leaving: '||l_proc,50);
79: end delete_variable_compensation_a;
80: end irc_variable_comp_element_be2;