DBA Data[Home] [Help]

APPS.BEN_SEED_REGULATIONS dependencies on HR_UTILITY

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

29: l_object_version_number number(38);
30: --
31: begin
32: --
33: hr_utility.set_location ('Entering '||l_package,10);
34: --
35: insert into ben_regn_f
36: (regn_id,
37: effective_start_date,

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

93: where t.regn_id = b.regn_id
94: and t.effective_start_date = b.effective_start_date
95: and t.source_lang = userenv('LANG'));
96: --
97: hr_utility.set_location ('Leaving '||l_package,10);
98: --
99: end seed_regulations;
100: --
101: end ben_seed_regulations;