DBA Data[Home] [Help]

APPS.OTA_TPC_SHD dependencies on HR_UTILITY

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

284: --
285: l_proc varchar2(72) := g_package||'lck';
286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);
289: --
290: hr_api.mandatory_arg_error
291: (p_api_name => l_proc
292: ,p_argument => 'TRAINING_PLAN_COST_ID'

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

309: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
310: fnd_message.raise_error;
311: End If;
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: --
315: -- We need to trap the ORA LOCK exception
316: --
317: Exception