DBA Data[Home] [Help]

APPS.HXC_TKGQ_BUS dependencies on HR_UTILITY

Line 5: g_debug boolean := hr_utility.debug_enabled;

1: Package body hxc_tkgq_bus as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_bus.'; -- Global package name
5: g_debug boolean := hr_utility.debug_enabled;
6: -- ----------------------------------------------------------------------------
7: -- |-----------------------< chk_non_updateable_args >------------------------|
8: -- ----------------------------------------------------------------------------
9: --

Line 96: g_debug :=hr_utility.debug_enabled;

92: --
93: l_proc varchar2(72) ;
94: --
95: Begin
96: g_debug :=hr_utility.debug_enabled;
97: if g_debug then
98: l_proc := g_package||'insert_validate';
99: hr_utility.set_location('Entering:'||l_proc, 5);
100: end if;

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

95: Begin
96: g_debug :=hr_utility.debug_enabled;
97: if g_debug then
98: l_proc := g_package||'insert_validate';
99: hr_utility.set_location('Entering:'||l_proc, 5);
100: end if;
101: --
102: -- Call all supporting business operations
103: --

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

114: );
115:
116: --
117: if g_debug then
118: hr_utility.set_location(' Leaving:'||l_proc, 10);
119: end if;
120: End insert_validate;
121: --
122: -- ----------------------------------------------------------------------------

Line 159: g_debug :=hr_utility.debug_enabled;

155: --
156: l_proc varchar2(72) ;
157: --
158: Begin
159: g_debug :=hr_utility.debug_enabled;
160:
161: if g_debug then
162: l_proc := g_package||'update_validate';
163: hr_utility.set_location('Entering:'||l_proc, 5);

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

159: g_debug :=hr_utility.debug_enabled;
160:
161: if g_debug then
162: l_proc := g_package||'update_validate';
163: hr_utility.set_location('Entering:'||l_proc, 5);
164: end if;
165: --
166: -- Call all supporting business operations
167: --

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

189: );
190: --
191: --
192: if g_debug then
193: hr_utility.set_location(' Leaving:'||l_proc, 10);
194: end if;
195: End update_validate;
196: --
197: -- ----------------------------------------------------------------------------

Line 234: g_debug :=hr_utility.debug_enabled;

230: --
231: l_proc varchar2(72) ;
232: --
233: Begin
234: g_debug :=hr_utility.debug_enabled;
235: if g_debug then
236: l_proc := g_package||'delete_validate';
237: hr_utility.set_location('Entering:'||l_proc, 5);
238: end if;

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

233: Begin
234: g_debug :=hr_utility.debug_enabled;
235: if g_debug then
236: l_proc := g_package||'delete_validate';
237: hr_utility.set_location('Entering:'||l_proc, 5);
238: end if;
239: --
240: -- Call all supporting business operations
241: --

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

241: --
242: null;
243: --
244: if g_debug then
245: hr_utility.set_location(' Leaving:'||l_proc, 10);
246: end if;
247: End delete_validate;
248: --
249: end hxc_tkgq_bus;