DBA Data[Home] [Help]

APPS.PSP_ERD_SHD dependencies on HR_UTILITY

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

279: --
280: l_proc varchar2(72) := g_package||'lck';
281: --
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: hr_api.mandatory_arg_error
286: (p_api_name => l_proc
287: ,p_argument => 'EFFORT_REPORT_DETAIL_ID'

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

286: (p_api_name => l_proc
287: ,p_argument => 'EFFORT_REPORT_DETAIL_ID'
288: ,p_argument_value => p_effort_report_detail_id
289: );
290: hr_utility.set_location(l_proc,6);
291: hr_api.mandatory_arg_error
292: (p_api_name => l_proc
293: ,p_argument => 'OBJECT_VERSION_NUMBER'
294: ,p_argument_value => p_object_version_number

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

310: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
311: fnd_message.raise_error;
312: End If;
313: --
314: hr_utility.set_location(' Leaving:'||l_proc, 10);
315: --
316: -- We need to trap the ORA LOCK exception
317: --
318: Exception