DBA Data[Home] [Help]

APPS.IRC_PROF_AREA_CRITERIA_VAL_BE2 dependencies on IRC_PROF_AREA_CRITERIA_VAL_BE2

Line 1: package body irc_prof_area_criteria_val_be2 as

1: package body irc_prof_area_criteria_val_be2 as
2: --Code generated on 06/11/2008 12:45:49
3: /* $Header: hrapiwfe.pkb 120.4 2008/02/15 06:27:49 viviswan ship $*/
4: procedure delete_prof_area_criteria_a (
5: p_prof_area_criteria_value_id number,

Line 16: l_proc varchar2(72):=' irc_prof_area_criteria_val_be2.delete_prof_area_criteria_a';

12: --
13: cursor get_seq is
14: select per_wf_events_s.nextval from dual;
15: --
16: l_proc varchar2(72):=' irc_prof_area_criteria_val_be2.delete_prof_area_criteria_a';
17: begin
18: hr_utility.set_location('Entering: '||l_proc,10);
19: -- check the status of the business event
20: l_event_name:='oracle.apps.per.irc.api.prof_area_criteria_val.delete_prof_area_criteria';

Line 75: end irc_prof_area_criteria_val_be2;

71: null;
72: end if;
73: hr_utility.set_location('Leaving: '||l_proc,50);
74: end delete_prof_area_criteria_a;
75: end irc_prof_area_criteria_val_be2;