DBA Data[Home] [Help]

APPS.HXC_ULQ_BUS dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

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

Line 80: g_debug :=hr_utility.debug_enabled;

76: --
77: l_proc varchar2(72) ;
78: --
79: begin
80: g_debug :=hr_utility.debug_enabled;
81: if g_debug then
82: l_proc := g_package || 'chk_df';
83: hr_utility.set_location('Entering:'||l_proc,10);
84: end if;

Line 83: hr_utility.set_location('Entering:'||l_proc,10);

79: begin
80: g_debug :=hr_utility.debug_enabled;
81: if g_debug then
82: l_proc := g_package || 'chk_df';
83: hr_utility.set_location('Entering:'||l_proc,10);
84: end if;
85: --
86: if ((p_rec.layout_comp_qualifier_id is not null) and (
87: nvl(hxc_ulq_shd.g_old_rec.qualifier_attribute_category, hr_api.g_varchar2) <>

Line 224: hr_utility.set_location(' Leaving:'||l_proc,20);

220: );
221: end if;
222: --
223: if g_debug then
224: hr_utility.set_location(' Leaving:'||l_proc,20);
225: end if;
226: end chk_df;
227: --
228: -- ----------------------------------------------------------------------------

Line 300: g_debug :=hr_utility.debug_enabled;

296: --
297: l_proc varchar2(72) ;
298: --
299: Begin
300: g_debug :=hr_utility.debug_enabled;
301: if g_debug then
302: l_proc := g_package||'insert_validate';
303: hr_utility.set_location('Entering:'||l_proc, 5);
304: end if;

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

299: Begin
300: g_debug :=hr_utility.debug_enabled;
301: if g_debug then
302: l_proc := g_package||'insert_validate';
303: hr_utility.set_location('Entering:'||l_proc, 5);
304: end if;
305: --
306: -- Call all supporting business operations
307: --

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

321: --
322: hxc_ulq_bus.chk_df(p_rec);
323: --
324: if g_debug then
325: hr_utility.set_location(' Leaving:'||l_proc, 10);
326: end if;
327: End insert_validate;
328: --
329: -- ----------------------------------------------------------------------------

Line 339: g_debug :=hr_utility.debug_enabled;

335: --
336: l_proc varchar2(72) ;
337: --
338: Begin
339: g_debug :=hr_utility.debug_enabled;
340: if g_debug then
341: l_proc := g_package||'update_validate';
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: end if;

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

338: Begin
339: g_debug :=hr_utility.debug_enabled;
340: if g_debug then
341: l_proc := g_package||'update_validate';
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: end if;
344: --
345: -- Call all supporting business operations
346: --

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

364: --
365: hxc_ulq_bus.chk_df(p_rec);
366: --
367: if g_debug then
368: hr_utility.set_location(' Leaving:'||l_proc, 10);
369: end if;
370: End update_validate;
371: --
372: -- ----------------------------------------------------------------------------

Line 382: g_debug :=hr_utility.debug_enabled;

378: --
379: l_proc varchar2(72) ;
380: --
381: Begin
382: g_debug :=hr_utility.debug_enabled;
383: if g_debug then
384: l_proc := g_package||'delete_validate';
385: hr_utility.set_location('Entering:'||l_proc, 5);
386: end if;

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

381: Begin
382: g_debug :=hr_utility.debug_enabled;
383: if g_debug then
384: l_proc := g_package||'delete_validate';
385: hr_utility.set_location('Entering:'||l_proc, 5);
386: end if;
387: --
388: -- Call all supporting business operations
389: --

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

387: --
388: -- Call all supporting business operations
389: --
390: if g_debug then
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: end if;
393: End delete_validate;
394: --
395: end hxc_ulq_bus;