DBA Data[Home] [Help]

APPS.BEN_PCP_SHD dependencies on HR_UTILITY

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

220: --
221: l_proc varchar2(72) := g_package||'lck';
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: -- hr_api.mandatory_arg_error
227: -- (p_api_name => l_proc
228: -- ,p_argument => 'PL_PCP_ID'

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

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