DBA Data[Home] [Help]

APPS.HXC_TER_SHD dependencies on HR_UTILITY

Line 10: g_debug boolean := hr_utility.debug_enabled;

6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_ter_shd.'; -- Global package name
9:
10: g_debug boolean := hr_utility.debug_enabled;
11: --
12: -- ----------------------------------------------------------------------------
13: -- |------------------------< return_api_dml_status >-------------------------|
14: -- ----------------------------------------------------------------------------

Line 209: g_debug := hr_utility.debug_enabled;

205: --
206: l_proc varchar2(72);
207: --
208: Begin
209: g_debug := hr_utility.debug_enabled;
210:
211: if g_debug then
212: l_proc := g_package||'lck';
213: hr_utility.set_location('Entering:'||l_proc, 5);

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

209: g_debug := hr_utility.debug_enabled;
210:
211: if g_debug then
212: l_proc := g_package||'lck';
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: end if;
215: --
216: hr_api.mandatory_arg_error
217: (p_api_name => l_proc

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

236: fnd_message.raise_error;
237: End If;
238: --
239: if g_debug then
240: hr_utility.set_location(' Leaving:'||l_proc, 10);
241: end if;
242: --
243: -- We need to trap the ORA LOCK exception
244: --

Line 308: g_debug := hr_utility.debug_enabled;

304: --
305: l_rec g_rec_type;
306: --
307: Begin
308: g_debug := hr_utility.debug_enabled;
309:
310: --
311: -- Convert arguments into local l_rec structure.
312: --

Line 314: hr_utility.set_location('Entering convert args', 10);

310: --
311: -- Convert arguments into local l_rec structure.
312: --
313: if g_debug then
314: hr_utility.set_location('Entering convert args', 10);
315: end if;
316: --
317: l_rec.time_entry_rule_id := p_time_entry_rule_id;
318: l_rec.name := p_name;

Line 361: hr_utility.set_location('Leaving convert args', 20);

357: l_rec.attribute29 := p_attribute29;
358: l_rec.attribute30 := p_attribute30;
359: --
360: if g_debug then
361: hr_utility.set_location('Leaving convert args', 20);
362: end if;
363: --
364: -- Return the plsql record structure.
365: --