DBA Data[Home] [Help]

APPS.BEN_SEED_ACTION_ITEM_TYPES dependencies on HR_UTILITY

Line 37: hr_utility.set_location ('Entering '||l_package,10);

33: l_package varchar2(80) := g_package||'.seed_action_item_types';
34: --
35: begin
36: --
37: hr_utility.set_location ('Entering '||l_package,10);
38: --
39: --
40: insert into ben_actn_typ
41: (actn_typ_id,

Line 98: hr_utility.set_location ('Leaving '||l_package,10);

94: from ben_actn_typ_tl t
95: where t.actn_typ_id = b.actn_typ_id
96: and t.source_lang = userenv('LANG'));
97: --
98: hr_utility.set_location ('Leaving '||l_package,10);
99: --
100: end seed_action_item_types;
101: --
102: end ben_seed_action_item_types;