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 772: hr_utility.set_location(' Leaving:'||l_proc, 10);

768: End If;
769: --End Enh 16043887
770:
771: --
772: hr_utility.set_location(' Leaving:'||l_proc, 10);
773: --
774: End convert_defs;
775: --
776: end ben_pln_upd2;