DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TYPES_BE2 dependencies on PAY_ELEMENT_TYPES_BE2

Line 1: package body pay_element_types_be2 as

1: package body pay_element_types_be2 as
2: --Code generated on 30/03/2009 04:44:56
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas ship $*/
4: procedure update_element_type_a (
5: p_effective_date date,

Line 106: l_proc varchar2(72):=' pay_element_types_be2.update_element_type_a';

102: --
103: cursor get_seq is
104: select per_wf_events_s.nextval from dual;
105: --
106: l_proc varchar2(72):=' pay_element_types_be2.update_element_type_a';
107: begin
108: hr_utility.set_location('Entering: '||l_proc,10);
109: -- check the status of the business event
110: l_event_name:='oracle.apps.pay.api.element_types.update_element_type';

Line 557: end pay_element_types_be2;

553: null;
554: end if;
555: hr_utility.set_location('Leaving: '||l_proc,50);
556: end update_element_type_a;
557: end pay_element_types_be2;