DBA Data[Home] [Help]

APPS.BEN_CPE_SHD dependencies on HR_UTILITY

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

868: --
869: l_proc varchar2(72) := g_package||'lck';
870: --
871: Begin
872: hr_utility.set_location('Entering:'||l_proc, 5);
873: --
874: hr_api.mandatory_arg_error
875: (p_api_name => l_proc
876: ,p_argument => 'COPY_ENTITY_RESULT_ID'

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

875: (p_api_name => l_proc
876: ,p_argument => 'COPY_ENTITY_RESULT_ID'
877: ,p_argument_value => p_copy_entity_result_id
878: );
879: hr_utility.set_location(l_proc,6);
880: hr_api.mandatory_arg_error
881: (p_api_name => l_proc
882: ,p_argument => 'OBJECT_VERSION_NUMBER'
883: ,p_argument_value => p_object_version_number

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

899: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
900: fnd_message.raise_error;
901: End If;
902: --
903: hr_utility.set_location(' Leaving:'||l_proc, 10);
904: --
905: -- We need to trap the ORA LOCK exception
906: --
907: Exception