DBA Data[Home] [Help]

APPS.HR_APPLICATION_BE1 dependencies on HR_APPLICATION_BE1

Line 1: package body hr_application_be1 as

1: package body hr_application_be1 as
2: --Code generated on 03/01/2007 10:48:19
3: /* $Header: hrapiwfe.pkb 120.3 2006/06/20 10:26:28 sayyampe noship $*/
4: procedure update_apl_details_a (
5: p_application_id number,

Line 42: l_proc varchar2(72):=' hr_application_be1.update_apl_details_a';

38: --
39: cursor get_seq is
40: select per_wf_events_s.nextval from dual;
41: --
42: l_proc varchar2(72):=' hr_application_be1.update_apl_details_a';
43: begin
44: hr_utility.set_location('Entering: '||l_proc,10);
45: -- check the status of the business event
46: l_event_name:='oracle.apps.per.api.application.update_apl_details';

Line 205: end hr_application_be1;

201: null;
202: end if;
203: hr_utility.set_location('Leaving: '||l_proc,50);
204: end update_apl_details_a;
205: end hr_application_be1;