DBA Data[Home] [Help]

APPS.IRC_VACANCY_CONSIDERATIONS_BE2 dependencies on IRC_VACANCY_CONSIDERATIONS_BE2

Line 1: package body irc_vacancy_considerations_be2 as

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

Line 19: l_proc varchar2(72):=' irc_vacancy_considerations_be2.update_vacancy_consideration_a';

15: --
16: cursor get_seq is
17: select per_wf_events_s.nextval from dual;
18: --
19: l_proc varchar2(72):=' irc_vacancy_considerations_be2.update_vacancy_consideration_a';
20: begin
21: hr_utility.set_location('Entering: '||l_proc,10);
22: -- check the status of the business event
23: l_event_name:='oracle.apps.per.irc.api.vacancy_considerations.update_vacancy_consideration';

Line 88: end irc_vacancy_considerations_be2;

84: null;
85: end if;
86: hr_utility.set_location('Leaving: '||l_proc,50);
87: end update_vacancy_consideration_a;
88: end irc_vacancy_considerations_be2;