DBA Data[Home] [Help]

APPS.PAY_AMP_SHD dependencies on HR_UTILITY

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

191: --
192: Begin
193: l_proc := g_package||'lck';
194: --
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: hr_api.mandatory_arg_error
198: (p_api_name => l_proc
199: ,p_argument => 'MODULE_PARAMETER_ID'

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

198: (p_api_name => l_proc
199: ,p_argument => 'MODULE_PARAMETER_ID'
200: ,p_argument_value => p_module_parameter_id
201: );
202: hr_utility.set_location(l_proc,6);
203: hr_api.mandatory_arg_error
204: (p_api_name => l_proc
205: ,p_argument => 'OBJECT_VERSION_NUMBER'
206: ,p_argument_value => p_object_version_number

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

222: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
223: fnd_message.raise_error;
224: End If;
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: --
228: -- We need to trap the ORA LOCK exception
229: --
230: Exception