DBA Data[Home] [Help]

APPS.IRC_APL_PRFL_SNAPSHOTS_BE3 dependencies on IRC_APL_PRFL_SNAPSHOTS_BE3

Line 1: package body irc_apl_prfl_snapshots_be3 as

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

Line 18: l_proc varchar2(72):=' irc_apl_prfl_snapshots_be3.delete_applicant_snapshot_a';

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

Line 85: end irc_apl_prfl_snapshots_be3;

81: null;
82: end if;
83: hr_utility.set_location('Leaving: '||l_proc,50);
84: end delete_applicant_snapshot_a;
85: end irc_apl_prfl_snapshots_be3;