DBA Data[Home] [Help]

APPS.PQH_LOS_SHD dependencies on HR_UTILITY

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

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

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

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

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

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