DBA Data[Home] [Help]

APPS.PQP_PVD_SHD dependencies on HR_UTILITY

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

256: --
257: l_proc varchar2(72) := g_package||'lck';
258: --
259: Begin
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: hr_api.mandatory_arg_error
263: (p_api_name => l_proc
264: ,p_argument => 'VEHICLE_DETAILS_ID'

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

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