DBA Data[Home] [Help]

APPS.PQP_PCV_SHD dependencies on HR_UTILITY

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

211: --
212: l_proc varchar2(72) := g_package||'lck';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: hr_api.mandatory_arg_error
218: (p_api_name => l_proc
219: ,p_argument => 'CONFIGURATION_VALUE_ID'

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

218: (p_api_name => l_proc
219: ,p_argument => 'CONFIGURATION_VALUE_ID'
220: ,p_argument_value => p_configuration_value_id
221: );
222: hr_utility.set_location(l_proc,6);
223: hr_api.mandatory_arg_error
224: (p_api_name => l_proc
225: ,p_argument => 'OBJECT_VERSION_NUMBER'
226: ,p_argument_value => p_object_version_number

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

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