DBA Data[Home] [Help]

APPS.HR_ICX_SHD dependencies on HR_UTILITY

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

192: --
193: l_proc varchar2(72) := g_package||'lck';
194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: hr_api.mandatory_arg_error
199: (p_api_name => l_proc
200: ,p_argument => 'ITEM_CONTEXT_ID'

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

223: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
224: fnd_message.raise_error;
225: End If;
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: --
229: -- We need to trap the ORA LOCK exception
230: --
231: Exception