DBA Data[Home] [Help]

APPS.OTA_TMT_SHD dependencies on HR_UTILITY

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

214: --
215: l_proc varchar2(72) := g_package||'lck';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: hr_api.mandatory_arg_error
221: (p_api_name => l_proc
222: ,p_argument => 'TP_MEASUREMENT_TYPE_ID'

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

239: fnd_message.set_name(801, 'HR_7155_OBJECT_INVALID');
240: fnd_message.raise_error;
241: End If;
242: --
243: hr_utility.set_location(' Leaving:'||l_proc, 10);
244: --
245: -- We need to trap the ORA LOCK exception
246: --
247: Exception