DBA Data[Home] [Help]

APPS.OTA_TPM_SHD dependencies on HR_UTILITY

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

231: --
232: l_proc varchar2(72) := g_package||'lck';
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: hr_api.mandatory_arg_error
238: (p_api_name => l_proc
239: ,p_argument => 'TRAINING_PLAN_MEMBER_ID'

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

256: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
257: fnd_message.raise_error;
258: End If;
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: --
262: -- We need to trap the ORA LOCK exception
263: --
264: Exception