DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_BE3 dependencies on PAY_ELEMENT_TYPES_BE3

Line 1: package body pay_element_types_be3 as

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

Line 22: l_proc varchar2(72):=' pay_element_types_be3.delete_element_type_a';

18: --
19: cursor get_seq is
20: select per_wf_events_s.nextval from dual;
21: --
22: l_proc varchar2(72):=' pay_element_types_be3.delete_element_type_a';
23: begin
24: hr_utility.set_location('Entering: '||l_proc,10);
25: -- check the status of the business event
26: l_event_name:='oracle.apps.pay.api.element_types.delete_element_type';

Line 133: end pay_element_types_be3;

129: null;
130: end if;
131: hr_utility.set_location('Leaving: '||l_proc,50);
132: end delete_element_type_a;
133: end pay_element_types_be3;