DBA Data[Home] [Help]

APPS.HR_PERSON_ADDRESS_BE3 dependencies on HR_PERSON_ADDRESS_BE3

Line 1: package body hr_person_address_be3 as

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

Line 64: l_proc varchar2(72):=' hr_person_address_be3.update_pers_addr_with_style_a';

60: --
61: cursor get_seq is
62: select per_wf_events_s.nextval from dual;
63: --
64: l_proc varchar2(72):=' hr_person_address_be3.update_pers_addr_with_style_a';
65: begin
66: hr_utility.set_location('Entering: '||l_proc,10);
67: -- check the status of the business event
68: l_event_name:='oracle.apps.per.api.person_address.update_pers_addr_with_style';

Line 317: end hr_person_address_be3;

313: null;
314: end if;
315: hr_utility.set_location('Leaving: '||l_proc,50);
316: end update_pers_addr_with_style_a;
317: end hr_person_address_be3;