DBA Data[Home] [Help]

APPS.HR_JOB_API_BE3 dependencies on HR_JOB_API_BE3

Line 1: package body hr_job_api_be3 as

1: package body hr_job_api_be3 as
2: --Code generated on 30/03/2009 04:46:36
3: /* $Header: hrapiwfe.pkb 120.4.12010000.2 2008/09/29 12:54:07 srgnanas ship $*/
4: procedure delete_job_a (
5: p_validate boolean,

Line 17: l_proc varchar2(72):=' hr_job_api_be3.delete_job_a';

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';

Line 82: end hr_job_api_be3;

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;