DBA Data[Home] [Help]

APPS.PER_PPS_SHD dependencies on HR_UTILITY

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

266: --
267: l_proc varchar2(72) := g_package||'lck';
268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: --
272: hr_api.mandatory_arg_error
273: (p_api_name => l_proc
274: ,p_argument => 'PARENT_SPINE_ID'

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

273: (p_api_name => l_proc
274: ,p_argument => 'PARENT_SPINE_ID'
275: ,p_argument_value => p_parent_spine_id
276: );
277: hr_utility.set_location(l_proc,6);
278: hr_api.mandatory_arg_error
279: (p_api_name => l_proc
280: ,p_argument => 'OBJECT_VERSION_NUMBER'
281: ,p_argument_value => p_object_version_number

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

297: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
298: fnd_message.raise_error;
299: End If;
300: --
301: hr_utility.set_location(' Leaving:'||l_proc, 10);
302: --
303: -- We need to trap the ORA LOCK exception
304: --
305: Exception