DBA Data[Home] [Help]

APPS.PER_PAT_SHD dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pat_shd.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |---------------------------< constraint_error >---------------------------|
13: -- ----------------------------------------------------------------------------

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

234: --
235: l_proc varchar2(72) := g_package||'lck';
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: hr_api.mandatory_arg_error
241: (p_api_name => l_proc
242: ,p_argument => 'ALLOCATED_TASK_ID'

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

241: (p_api_name => l_proc
242: ,p_argument => 'ALLOCATED_TASK_ID'
243: ,p_argument_value => p_allocated_task_id
244: );
245: hr_utility.set_location(l_proc,6);
246: hr_api.mandatory_arg_error
247: (p_api_name => l_proc
248: ,p_argument => 'OBJECT_VERSION_NUMBER'
249: ,p_argument_value => p_object_version_number

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

265: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
266: fnd_message.raise_error;
267: End If;
268: --
269: hr_utility.set_location(' Leaving:'||l_proc, 10);
270: --
271: -- We need to trap the ORA LOCK exception
272: --
273: Exception