DBA Data[Home] [Help]

APPS.PER_PMS_SHD dependencies on HR_UTILITY

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

201: --
202: l_proc varchar2(72) := g_package||'lck';
203: --
204: Begin
205: hr_utility.set_location('Entering:'||l_proc, 5);
206: --
207: hr_api.mandatory_arg_error
208: (p_api_name => l_proc
209: ,p_argument => 'SCORECARD_ID'

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

208: (p_api_name => l_proc
209: ,p_argument => 'SCORECARD_ID'
210: ,p_argument_value => p_scorecard_id
211: );
212: hr_utility.set_location(l_proc,6);
213: hr_api.mandatory_arg_error
214: (p_api_name => l_proc
215: ,p_argument => 'OBJECT_VERSION_NUMBER'
216: ,p_argument_value => p_object_version_number

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

232: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
233: fnd_message.raise_error;
234: End If;
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: --
238: -- We need to trap the ORA LOCK exception
239: --
240: Exception