DBA Data[Home] [Help]

APPS.HR_PERSON_EXTRA_INFO_BE2 dependencies on HR_PERSON_EXTRA_INFO_BE2

Line 1: package body hr_person_extra_info_be2 as

1: package body hr_person_extra_info_be2 as
2: --Code generated on 27/11/2012 03:58:36
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure update_person_extra_info_a (
5: p_person_extra_info_id number,

Line 68: l_proc varchar2(72):=' hr_person_extra_info_be2.update_person_extra_info_a';

64: --
65: cursor get_seq is
66: select per_wf_events_s.nextval from dual;
67: --
68: l_proc varchar2(72):=' hr_person_extra_info_be2.update_person_extra_info_a';
69: begin
70: hr_utility.set_location('Entering: '||l_proc,10);
71: -- check the status of the business event
72: l_event_name:='oracle.apps.per.api.person_extra_info.update_person_extra_info';

Line 333: end hr_person_extra_info_be2;

329: null;
330: end if;
331: hr_utility.set_location('Leaving: '||l_proc,50);
332: end update_person_extra_info_a;
333: end hr_person_extra_info_be2;