DBA Data[Home] [Help]

APPS.HXC_TAT_SHD dependencies on HR_UTILITY

Line 7: g_debug boolean := hr_utility.debug_enabled;

3: -- --------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- --------------------------------------------------------------------------
6: g_package varchar2(33) := ' hxc_tat_shd.'; -- global package name
7: g_debug boolean := hr_utility.debug_enabled;
8: -- --------------------------------------------------------------------------
9: -- |---------------------------< constraint_error >-------------------------|
10: -- --------------------------------------------------------------------------
11: procedure constraint_error

Line 187: g_debug :=hr_utility.debug_enabled;

183:
184: l_proc varchar2(72) ;
185:
186: begin
187: g_debug :=hr_utility.debug_enabled;
188: if g_debug then
189: l_proc := g_package||'lck';
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: end if;

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

186: begin
187: g_debug :=hr_utility.debug_enabled;
188: if g_debug then
189: l_proc := g_package||'lck';
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: end if;
192:
193: hr_api.mandatory_arg_error
194: (p_api_name => l_proc

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

216: fnd_message.raise_error;
217: end if;
218:
219: if g_debug then
220: hr_utility.set_location(' Leaving:'||l_proc, 10);
221: end if;
222:
223: exception
224: when hr_api.object_locked then