DBA Data[Home] [Help]

APPS.BEN_PDT_SHD dependencies on HR_UTILITY

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

193: --
194: l_proc varchar2(72) := g_package||'lck';
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: hr_api.mandatory_arg_error
200: (p_api_name => l_proc
201: ,p_argument => 'PYMT_CHECK_DET_ID'

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

200: (p_api_name => l_proc
201: ,p_argument => 'PYMT_CHECK_DET_ID'
202: ,p_argument_value => p_pymt_check_det_id
203: );
204: hr_utility.set_location(l_proc,6);
205: hr_api.mandatory_arg_error
206: (p_api_name => l_proc
207: ,p_argument => 'OBJECT_VERSION_NUMBER'
208: ,p_argument_value => p_object_version_number

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

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