DBA Data[Home] [Help]

APPS.HXC_TAT_BUS 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_bus.'; -- Global package name
7: g_debug boolean := hr_utility.debug_enabled;
8: -- the following two global variables are only to be
9: -- used by the return_legislation_code function.
10:
11: g_legislation_code varchar2(150) default null;

Line 43: g_debug :=hr_utility.debug_enabled;

39: l_proc varchar2(72) ;
40: --
41: begin
42: --
43: g_debug :=hr_utility.debug_enabled;
44: if g_debug then
45: l_proc := g_package||'set_security_group_id';
46: hr_utility.set_location('Entering:'|| l_proc, 10);
47: end if;

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

42: --
43: g_debug :=hr_utility.debug_enabled;
44: if g_debug then
45: l_proc := g_package||'set_security_group_id';
46: hr_utility.set_location('Entering:'|| l_proc, 10);
47: end if;
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --

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

75: (p_security_group_id => l_security_group_id
76: );
77: --
78: if g_debug then
79: hr_utility.set_location(' Leaving:'|| l_proc, 20);
80: end if;
81: --
82: end set_security_group_id;
83: --

Line 115: g_debug :=hr_utility.debug_enabled;

111: l_proc varchar2(72) ;
112: --
113: begin
114: --
115: g_debug :=hr_utility.debug_enabled;
116: if g_debug then
117: l_proc := g_package||'return_legislation_code';
118: hr_utility.set_location('Entering:'|| l_proc, 10);
119: end if;

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

114: --
115: g_debug :=hr_utility.debug_enabled;
116: if g_debug then
117: l_proc := g_package||'return_legislation_code';
118: hr_utility.set_location('Entering:'|| l_proc, 10);
119: end if;
120: --
121: -- Ensure that all the mandatory parameter are not null
122: --

Line 138: hr_utility.set_location(l_proc, 20);

134: -- variable.
135: --
136: l_legislation_code := hxc_tat_bus.g_legislation_code;
137: if g_debug then
138: hr_utility.set_location(l_proc, 20);
139: end if;
140: else
141: --
142: -- The ID is different to the last call to this function

Line 157: hr_utility.set_location(l_proc,30);

153: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
154: fnd_message.raise_error;
155: end if;
156: if g_debug then
157: hr_utility.set_location(l_proc,30);
158: end if;
159: --
160: -- Set the global variables so the values are
161: -- available for the next call to this function.

Line 168: hr_utility.set_location(' Leaving:'|| l_proc, 40);

164: hxc_tat_bus.g_time_attribute_id := p_time_attribute_id;
165: hxc_tat_bus.g_legislation_code := l_legislation_code;
166: end if;
167: if g_debug then
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: end if;
170: return l_legislation_code;
171: end return_legislation_code;
172:

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

207: begin
208:
209: if g_debug then
210: l_proc := g_package || 'chk_df';
211: hr_utility.set_location('Entering:'||l_proc,10);
212: end if;
213:
214: if ((p_rec.time_attribute_id is not null) and (
215: nvl(hxc_tat_shd.g_old_rec.time_attribute_id, hr_api.g_varchar2) <>

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

351: */null;
352: end if;
353:
354: if g_debug then
355: hr_utility.set_location(' Leaving:'||l_proc,20);
356: end if;
357:
358: end chk_df;
359:

Line 435: g_debug :=hr_utility.debug_enabled;

431:
432: l_proc varchar2(72) ;
433:
434: begin
435: g_debug :=hr_utility.debug_enabled;
436: if g_debug then
437: l_proc := g_package||'insert_validate';
438: hr_utility.set_location('Entering:'||l_proc, 5);
439: end if;

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

434: begin
435: g_debug :=hr_utility.debug_enabled;
436: if g_debug then
437: l_proc := g_package||'insert_validate';
438: hr_utility.set_location('Entering:'||l_proc, 5);
439: end if;
440:
441: -- call all supporting business operations
442:

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

450:
451: hxc_tat_bus.chk_df(p_rec);
452:
453: if g_debug then
454: hr_utility.set_location(' Leaving:'||l_proc, 10);
455: end if;
456:
457: end insert_validate;
458:

Line 470: g_debug :=hr_utility.debug_enabled;

466:
467: l_proc varchar2(72) ;
468:
469: begin
470: g_debug :=hr_utility.debug_enabled;
471: if g_debug then
472: l_proc := g_package||'update_validate';
473: hr_utility.set_location('Entering:'||l_proc, 5);
474: end if;

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

469: begin
470: g_debug :=hr_utility.debug_enabled;
471: if g_debug then
472: l_proc := g_package||'update_validate';
473: hr_utility.set_location('Entering:'||l_proc, 5);
474: end if;
475:
476: -- call all supporting business operations
477:

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

489:
490: hxc_tat_bus.chk_df(p_rec);
491:
492: if g_debug then
493: hr_utility.set_location(' Leaving:'||l_proc, 10);
494: end if;
495:
496: end update_validate;
497:

Line 508: g_debug :=hr_utility.debug_enabled;

504:
505: l_proc varchar2(72) ;
506:
507: begin
508: g_debug :=hr_utility.debug_enabled;
509: if g_debug then
510: l_proc := g_package||'delete_validate';
511: hr_utility.set_location('Entering:'||l_proc, 5);
512: end if;

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

507: begin
508: g_debug :=hr_utility.debug_enabled;
509: if g_debug then
510: l_proc := g_package||'delete_validate';
511: hr_utility.set_location('Entering:'||l_proc, 5);
512: end if;
513:
514: -- call all supporting business operations
515:

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

513:
514: -- call all supporting business operations
515:
516: if g_debug then
517: hr_utility.set_location(' Leaving:'||l_proc, 10);
518: end if;
519:
520: end delete_validate;
521: