DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_BEB dependencies on HR_PREVIOUS_EMPLOYMENT_BEB

Line 1: package body hr_previous_employment_beB as

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

Line 80: l_proc varchar2(72):=' hr_previous_employment_beB.update_prev_job_extra_info_a';

76: --
77: cursor get_seq is
78: select per_wf_events_s.nextval from dual;
79: --
80: l_proc varchar2(72):=' hr_previous_employment_beB.update_prev_job_extra_info_a';
81: begin
82: hr_utility.set_location('Entering: '||l_proc,10);
83: -- check the status of the business event
84: l_event_name:='oracle.apps.per.api.previous_employment.update_prev_job_extra_info';

Line 393: end hr_previous_employment_beB;

389: null;
390: end if;
391: hr_utility.set_location('Leaving: '||l_proc,50);
392: end update_prev_job_extra_info_a;
393: end hr_previous_employment_beB;