DBA Data[Home] [Help]

APPS.BEN_PLN_UPD2 dependencies on HR_UTILITY

Line 20: hr_utility.set_location('Entering:'||l_proc, 5);

16: l_proc varchar2(72) := g_package||'convert_defs';
17: --
18: Begin
19: --
20: hr_utility.set_location('Entering:'||l_proc, 5);
21: --
22: -- We must now examine each argument value in the
23: -- p_rec plsql record structure
24: -- to see if a system default is being used. If a system default

Line 762: hr_utility.set_location(' Leaving:'||l_proc, 10);

758: ben_pln_shd.g_old_rec.use_csd_rsd_prccng_cd;
759: End If;
760:
761: --
762: hr_utility.set_location(' Leaving:'||l_proc, 10);
763: --
764: End convert_defs;
765: --
766: end ben_pln_upd2;