[Home] [Help]
1: package body hr_job_api_be3 as
2: --Code generated on 27/11/2012 03:58:34
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure delete_job_a (
5: p_validate boolean,
13: --
14: cursor get_seq is
15: select per_wf_events_s.nextval from dual;
16: --
17: l_proc varchar2(72):=' hr_job_api_be3.delete_job_a';
18: begin
19: hr_utility.set_location('Entering: '||l_proc,10);
20: -- check the status of the business event
21: l_event_name:='oracle.apps.per.api.job_api.delete_job';
78: null;
79: end if;
80: hr_utility.set_location('Leaving: '||l_proc,50);
81: end delete_job_a;
82: end hr_job_api_be3;