DBA Data[Home] [Help]

APPS.HR_SCL_BUS dependencies on HR_UTILITY

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

14: --
15: l_proc varchar2(72) := g_package||'insert_validate';
16: --
17: Begin
18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: -- Call all supporting business operations
21: --
22: --

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

20: -- Call all supporting business operations
21: --
22: --
23: --
24: hr_utility.set_location(' Leaving:'||l_proc, 10);
25: End insert_validate;
26: --
27: end hr_scl_bus;