DBA Data[Home] [Help]

APPS.HR_PDT_SHD dependencies on HR_UTILITY

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

247: --
248: l_proc varchar2(72) := g_package||'lck';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: hr_api.mandatory_arg_error
254: (p_api_name => l_proc
255: ,p_argument => 'PERSON_DEPLOYMENT_ID'

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

254: (p_api_name => l_proc
255: ,p_argument => 'PERSON_DEPLOYMENT_ID'
256: ,p_argument_value => p_person_deployment_id
257: );
258: hr_utility.set_location(l_proc,6);
259: hr_api.mandatory_arg_error
260: (p_api_name => l_proc
261: ,p_argument => 'OBJECT_VERSION_NUMBER'
262: ,p_argument_value => p_object_version_number

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

278: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
279: fnd_message.raise_error;
280: End If;
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: --
284: -- We need to trap the ORA LOCK exception
285: --
286: Exception