DBA Data[Home] [Help]

APPS.PER_VACANCY_BE2 dependencies on PER_VACANCY_BE2

Line 1: package body per_vacancy_be2 as

1: package body per_vacancy_be2 as
2: --Code generated on 27/11/2012 03:58:44
3: /* $Header: hrapiwfe.pkb 120.11 2011/12/24 13:28:35 vboggava ship $*/
4: procedure update_vacancy_a (
5: p_effective_date date,

Line 71: l_proc varchar2(72):=' per_vacancy_be2.update_vacancy_a';

67: --
68: cursor get_seq is
69: select per_wf_events_s.nextval from dual;
70: --
71: l_proc varchar2(72):=' per_vacancy_be2.update_vacancy_a';
72: begin
73: hr_utility.set_location('Entering: '||l_proc,10);
74: -- check the status of the business event
75: l_event_name:='oracle.apps.per.api.vacancy.update_vacancy';

Line 360: end per_vacancy_be2;

356: null;
357: end if;
358: hr_utility.set_location('Leaving: '||l_proc,50);
359: end update_vacancy_a;
360: end per_vacancy_be2;