DBA Data[Home] [Help]

APPS.HR_JOB_API_BE2 dependencies on HR_JOB_API_BE2

Line 1: package body hr_job_api_be2 as

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

Line 99: l_proc varchar2(72):=' hr_job_api_be2.update_job_a';

95: --
96: cursor get_seq is
97: select per_wf_events_s.nextval from dual;
98: --
99: l_proc varchar2(72):=' hr_job_api_be2.update_job_a';
100: begin
101: hr_utility.set_location('Entering: '||l_proc,10);
102: -- check the status of the business event
103: l_event_name:='oracle.apps.per.api.job_api.update_job';

Line 488: end hr_job_api_be2;

484: null;
485: end if;
486: hr_utility.set_location('Leaving: '||l_proc,50);
487: end update_job_a;
488: end hr_job_api_be2;