DBA Data[Home] [Help]

APPS.PER_CTK_SHD dependencies on HR_UTILITY

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

227: --
228: l_proc varchar2(72) := g_package||'lck';
229: --
230: Begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: hr_api.mandatory_arg_error
234: (p_api_name => l_proc
235: ,p_argument => 'TASK_IN_CHECKLIST_ID'

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

234: (p_api_name => l_proc
235: ,p_argument => 'TASK_IN_CHECKLIST_ID'
236: ,p_argument_value => p_task_in_checklist_id
237: );
238: hr_utility.set_location(l_proc,6);
239: hr_api.mandatory_arg_error
240: (p_api_name => l_proc
241: ,p_argument => 'OBJECT_VERSION_NUMBER'
242: ,p_argument_value => p_object_version_number

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

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