DBA Data[Home] [Help]

APPS.HR_LOCATION_BE1 dependencies on HR_LOCATION_BE1

Line 1: package body hr_location_be1 as

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

Line 98: l_proc varchar2(72):=' hr_location_be1.create_location_a';

94: --
95: cursor get_seq is
96: select per_wf_events_s.nextval from dual;
97: --
98: l_proc varchar2(72):=' hr_location_be1.create_location_a';
99: begin
100: hr_utility.set_location('Entering: '||l_proc,10);
101: -- check the status of the business event
102: l_event_name:='oracle.apps.per.api.location.create_location';

Line 483: end hr_location_be1;

479: null;
480: end if;
481: hr_utility.set_location('Leaving: '||l_proc,50);
482: end create_location_a;
483: end hr_location_be1;