DBA Data[Home] [Help]

APPS.HR_PERSONAL_PAY_METHOD_BE1 dependencies on HR_PERSONAL_PAY_METHOD_BE1

Line 1: package body hr_personal_pay_method_be1 as

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

Line 111: l_proc varchar2(72):=' hr_personal_pay_method_be1.create_personal_pay_method_a';

107: --
108: cursor get_seq is
109: select per_wf_events_s.nextval from dual;
110: --
111: l_proc varchar2(72):=' hr_personal_pay_method_be1.create_personal_pay_method_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.per.api.personal_pay_method.create_personal_pay_method';

Line 570: end hr_personal_pay_method_be1;

566: null;
567: end if;
568: hr_utility.set_location('Leaving: '||l_proc,50);
569: end create_personal_pay_method_a;
570: end hr_personal_pay_method_be1;