DBA Data[Home] [Help]

APPS.BEN_IRC_UTIL dependencies on BEN_IRC_UTIL

Line 1: package body ben_irc_util as

1: package body ben_irc_util as
2: /* $Header: beircutl.pkb 120.4 2008/02/18 08:06:32 rtagarra noship $ */
3: --
4: g_package varchar2(80) := 'ben_irc_util';
5:

Line 4: g_package varchar2(80) := 'ben_irc_util';

1: package body ben_irc_util as
2: /* $Header: beircutl.pkb 120.4 2008/02/18 08:06:32 rtagarra noship $ */
3: --
4: g_package varchar2(80) := 'ben_irc_util';
5:
6: /**
7: pay_proposal_rec_change function compares the two structures.
8: returns true if there is any change

Line 611: hr_utility.set_location (' Entering ben_irc_util.void_or_restore_life_event ',

607: 3.Update person_life_event (PIL)
608: 4.update potential Life event (PPL)
609: 5.update pil_electbl_choice_popl (PEL)
610: ***/
611: hr_utility.set_location (' Entering ben_irc_util.void_or_restore_life_event ',
612: 10
613: );
614: /***
615: p_void_per_in_ler_id As null

Line 876: hr_utility.set_location ('Leaving ben_irc_util.void_or_restore_life_event',

872: CLOSE c_pil_elctbl_chc_popl;
873: END IF;
874: END IF; --IF p_restore_per_in_ler_id IS NOT NULL
875:
876: hr_utility.set_location ('Leaving ben_irc_util.void_or_restore_life_event',
877: 20
878: );
879: END void_or_restore_life_event;
880:

Line 881: end ben_irc_util;

877: 20
878: );
879: END void_or_restore_life_event;
880:
881: end ben_irc_util;