DBA Data[Home] [Help]

APPS.OTA_TPS_SHD dependencies on HR_UTILITY

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

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

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

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