DBA Data[Home] [Help]

APPS.PAY_BLD_SHD dependencies on HR_UTILITY

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

178: --
179: l_proc varchar2(72) := g_package||'lck';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_api.mandatory_arg_error
185: (p_api_name => l_proc
186: ,p_argument => 'BALANCE_DIMENSION_ID'

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

199: End If;
200: Close C_Sel1;
201: --
202: --
203: hr_utility.set_location(' Leaving:'||l_proc, 10);
204: --
205: -- We need to trap the ORA LOCK exception
206: --
207: Exception