DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_BE1 dependencies on PAY_ELEMENT_TYPES_BE1

Line 1: package body pay_element_types_be1 as

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

Line 111: l_proc varchar2(72):=' pay_element_types_be1.create_element_type_a';

107: --
108: cursor get_seq is
109: select per_wf_events_s.nextval from dual;
110: --
111: l_proc varchar2(72):=' pay_element_types_be1.create_element_type_a';
112: begin
113: hr_utility.set_location('Entering: '||l_proc,10);
114: -- check the status of the business event
115: l_event_name:='oracle.apps.pay.api.element_types.create_element_type';

Line 574: end pay_element_types_be1;

570: null;
571: end if;
572: hr_utility.set_location('Leaving: '||l_proc,50);
573: end create_element_type_a;
574: end pay_element_types_be1;