DBA Data[Home] [Help]

APPS.PER_SIP_SHD dependencies on HR_UTILITY

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

242: --
243: l_proc varchar2(72) := g_package||'lck';
244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: hr_api.mandatory_arg_error
249: (p_api_name => l_proc
250: ,p_argument => 'SUCCESSOR_IN_PLAN_ID'

Line 253: hr_utility.set_location(l_proc,6);

249: (p_api_name => l_proc
250: ,p_argument => 'SUCCESSOR_IN_PLAN_ID'
251: ,p_argument_value => p_successor_in_plan_id
252: );
253: hr_utility.set_location(l_proc,6);
254: hr_api.mandatory_arg_error
255: (p_api_name => l_proc
256: ,p_argument => 'OBJECT_VERSION_NUMBER'
257: ,p_argument_value => p_object_version_number

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

273: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
274: fnd_message.raise_error;
275: End If;
276: --
277: hr_utility.set_location(' Leaving:'||l_proc, 10);
278: --
279: -- We need to trap the ORA LOCK exception
280: --
281: Exception