DBA Data[Home] [Help]

APPS.HR_ITP_SHD dependencies on HR_UTILITY

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

338: --
339: l_proc varchar2(72) := g_package||'lck';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: hr_api.mandatory_arg_error
345: (p_api_name => l_proc
346: ,p_argument => 'ITEM_PROPERTY_ID'

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

369: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
370: fnd_message.raise_error;
371: End If;
372: --
373: hr_utility.set_location(' Leaving:'||l_proc, 10);
374: --
375: -- We need to trap the ORA LOCK exception
376: --
377: Exception