DBA Data[Home] [Help]

APPS.HR_PERSONAL_PAY_METHOD_BE2 dependencies on HR_PERSONAL_PAY_METHOD_BE2

Line 1: package body hr_personal_pay_method_be2 as

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

Line 110: l_proc varchar2(72):=' hr_personal_pay_method_be2.update_personal_pay_method_a';

106: --
107: cursor get_seq is
108: select per_wf_events_s.nextval from dual;
109: --
110: l_proc varchar2(72):=' hr_personal_pay_method_be2.update_personal_pay_method_a';
111: begin
112: hr_utility.set_location('Entering: '||l_proc,10);
113: -- check the status of the business event
114: l_event_name:='oracle.apps.per.api.personal_pay_method.update_personal_pay_method';

Line 565: end hr_personal_pay_method_be2;

561: null;
562: end if;
563: hr_utility.set_location('Leaving: '||l_proc,50);
564: end update_personal_pay_method_a;
565: end hr_personal_pay_method_be2;