DBA Data[Home] [Help]

APPS.HR_WNP_SHD dependencies on HR_UTILITY

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

199: --
200: l_proc varchar2(72) := g_package||'lck';
201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_api.mandatory_arg_error
206: (p_api_name => l_proc
207: ,p_argument => 'WINDOW_PROPERTY_ID'

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

220: End If;
221: Close C_Sel1;
222: --
223: --
224: hr_utility.set_location(' Leaving:'||l_proc, 10);
225: --
226: -- We need to trap the ORA LOCK exception
227: --
228: Exception