DBA Data[Home] [Help]

APPS.IRC_VARIABLE_COMP_ELEMENT_BE1 dependencies on IRC_VARIABLE_COMP_ELEMENT_BE1

Line 1: package body irc_variable_comp_element_be1 as

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

Line 18: l_proc varchar2(72):=' irc_variable_comp_element_be1.create_variable_compensation_a';

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

Line 85: end irc_variable_comp_element_be1;

81: null;
82: end if;
83: hr_utility.set_location('Leaving: '||l_proc,50);
84: end create_variable_compensation_a;
85: end irc_variable_comp_element_be1;