DBA Data[Home] [Help]

APPS.HR_CNP_SHD dependencies on HR_UTILITY

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

217: --
218: l_proc varchar2(72) := g_package||'lck';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: hr_api.mandatory_arg_error
224: (p_api_name => l_proc
225: ,p_argument => 'CANVAS_PROPERTY_ID'

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

248: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
249: fnd_message.raise_error;
250: End If;
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 10);
253: --
254: -- We need to trap the ORA LOCK exception
255: --
256: Exception