DBA Data[Home] [Help]

APPS.PER_REQ_SHD dependencies on HR_UTILITY

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

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

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

202: (p_api_name => l_proc
203: ,p_argument => 'REQUISITION_ID'
204: ,p_argument_value => p_requisition_id
205: );
206: hr_utility.set_location(l_proc,6);
207: hr_api.mandatory_arg_error
208: (p_api_name => l_proc
209: ,p_argument => 'OBJECT_VERSION_NUMBER'
210: ,p_argument_value => p_object_version_number

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

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