DBA Data[Home] [Help]

APPS.HR_LOCATION_BE2 dependencies on HR_LOCATION_BE2

Line 1: package body hr_location_be2 as

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

Line 97: l_proc varchar2(72):=' hr_location_be2.update_location_a';

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

Line 478: end hr_location_be2;

474: null;
475: end if;
476: hr_utility.set_location('Leaving: '||l_proc,50);
477: end update_location_a;
478: end hr_location_be2;