DBA Data[Home] [Help]

APPS.GHR_CMP_SHD dependencies on HR_UTILITY

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

435: --
436: l_proc varchar2(72) := g_package||'lck';
437: --
438: Begin
439: hr_utility.set_location('Entering:'||l_proc, 5);
440: --
441: hr_api.mandatory_arg_error
442: (p_api_name => l_proc
443: ,p_argument => 'COMPLAINT_ID'

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

442: (p_api_name => l_proc
443: ,p_argument => 'COMPLAINT_ID'
444: ,p_argument_value => p_complaint_id
445: );
446: hr_utility.set_location(l_proc,6);
447: hr_api.mandatory_arg_error
448: (p_api_name => l_proc
449: ,p_argument => 'OBJECT_VERSION_NUMBER'
450: ,p_argument_value => p_object_version_number

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

466: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
467: fnd_message.raise_error;
468: End If;
469: --
470: hr_utility.set_location(' Leaving:'||l_proc, 10);
471: --
472: -- We need to trap the ORA LOCK exception
473: --
474: Exception