DBA Data[Home] [Help]

APPS.PER_EVT_SHD dependencies on HR_UTILITY

Line 233: hr_utility.set_location('Entering:'||l_proc, 10);

229: --
230: l_proc varchar2(72) := g_package||'lck';
231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 10);
234: --
235: hr_api.mandatory_arg_error
236: (p_api_name => l_proc
237: ,p_argument => 'EVENT_ID'

Line 240: hr_utility.set_location(l_proc,20);

236: (p_api_name => l_proc
237: ,p_argument => 'EVENT_ID'
238: ,p_argument_value => p_event_id
239: );
240: hr_utility.set_location(l_proc,20);
241: hr_api.mandatory_arg_error
242: (p_api_name => l_proc
243: ,p_argument => 'OBJECT_VERSION_NUMBER'
244: ,p_argument_value => p_object_version_number

Line 264: hr_utility.set_location(' Leaving:'||l_proc, 30);

260: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
261: fnd_message.raise_error;
262: End If;
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 30);
265: --
266: -- We need to trap the ORA LOCK exception
267: --
268: Exception