DBA Data[Home] [Help]

APPS.IRC_PROF_AREA_CRITERIA_VAL_BE1 dependencies on IRC_PROF_AREA_CRITERIA_VAL_BE1

Line 1: package body irc_prof_area_criteria_val_be1 as

1: package body irc_prof_area_criteria_val_be1 as
2: --Code generated on 06/11/2008 12:45:43
3: /* $Header: hrapiwfe.pkb 120.4 2008/02/15 06:27:49 viviswan ship $*/
4: procedure create_prof_area_criteria_a (
5: p_effective_date date,

Line 19: l_proc varchar2(72):=' irc_prof_area_criteria_val_be1.create_prof_area_criteria_a';

15: --
16: cursor get_seq is
17: select per_wf_events_s.nextval from dual;
18: --
19: l_proc varchar2(72):=' irc_prof_area_criteria_val_be1.create_prof_area_criteria_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.prof_area_criteria_val.create_prof_area_criteria';

Line 90: end irc_prof_area_criteria_val_be1;

86: null;
87: end if;
88: hr_utility.set_location('Leaving: '||l_proc,50);
89: end create_prof_area_criteria_a;
90: end irc_prof_area_criteria_val_be1;