DBA Data[Home] [Help]

APPS.PER_PEM_SHD dependencies on HR_UTILITY

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

275: --
276: l_proc varchar2(72) := g_package||'lck';
277: --
278: Begin
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: hr_api.mandatory_arg_error
282: (p_api_name => l_proc
283: ,p_argument => 'PREVIOUS_EMPLOYER_ID'

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

282: (p_api_name => l_proc
283: ,p_argument => 'PREVIOUS_EMPLOYER_ID'
284: ,p_argument_value => p_previous_employer_id
285: );
286: hr_utility.set_location(l_proc,6);
287: hr_api.mandatory_arg_error
288: (p_api_name => l_proc
289: ,p_argument => 'OBJECT_VERSION_NUMBER'
290: ,p_argument_value => p_object_version_number

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

306: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
307: fnd_message.raise_error;
308: End If;
309: --
310: hr_utility.set_location(' Leaving:'||l_proc, 10);
311: --
312: -- We need to trap the ORA LOCK exception
313: --
314: Exception