DBA Data[Home] [Help]

APPS.PAY_EEI_MIG_SHD dependencies on HR_UTILITY

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

253: --
254: l_proc varchar2(72) := g_package||'lck';
255: --
256: Begin
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: hr_api.mandatory_arg_error
260: (p_api_name => l_proc
261: ,p_argument => 'ELEMENT_TYPE_EXTRA_INFO_ID'

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

278: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
279: fnd_message.raise_error;
280: End If;
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: --
284: -- We need to trap the ORA LOCK exception
285: --
286: Exception