DBA Data[Home] [Help]

APPS.BEN_CTK_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) := ' ben_ctk_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- The following two global variables are only to be
12: -- used by the return_legislation_code function.
13: --

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

55: --
56: begin
57: --
58: if g_debug then
59: hr_utility.set_location('Entering:'|| l_proc, 10);
60: end if;
61: --
62: -- Ensure that all the mandatory parameter are not null
63: --

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

104: hr_api.set_legislation_context(l_legislation_code);
105: end if;
106: --
107: if g_debug then
108: hr_utility.set_location(' Leaving:'|| l_proc, 20);
109: end if;
110: --
111: end set_security_group_id;
112: --

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

143: --
144: Begin
145: --
146: if g_debug then
147: hr_utility.set_location('Entering:'|| l_proc, 10);
148: end if;
149: --
150: -- Ensure that all the mandatory parameter are not null
151: --

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

170: -- variable.
171: --
172: l_legislation_code := ben_ctk_bus.g_legislation_code;
173: if g_debug then
174: hr_utility.set_location(l_proc, 20);
175: end if;
176: else
177: --
178: -- The ID is different to the last call to this function

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

189: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
190: fnd_message.raise_error;
191: end if;
192: if g_debug then
193: hr_utility.set_location(l_proc,30);
194: end if;
195: --
196: -- Set the global variables so the values are
197: -- available for the next call to this function.

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

201: ben_ctk_bus.g_task_id := p_task_id;
202: ben_ctk_bus.g_legislation_code := l_legislation_code;
203: end if;
204: if g_debug then
205: hr_utility.set_location(' Leaving:'|| l_proc, 40);
206: end if;
207: return l_legislation_code;
208: end return_legislation_code;
209: */

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

287: l_proc varchar2(72) := g_package||'insert_validate';
288: --
289: Begin
290: if g_debug then
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: end if;
293: --
294: -- No Validation required.
295: --

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

293: --
294: -- No Validation required.
295: --
296: if g_debug then
297: hr_utility.set_location(' Leaving:'||l_proc, 10);
298: end if;
299: End insert_validate;
300: --
301: -- ----------------------------------------------------------------------------

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

308: l_proc varchar2(72) := g_package||'update_validate';
309: --
310: Begin
311: if g_debug then
312: hr_utility.set_location('Entering:'||l_proc, 5);
313: end if;
314: --
315: chk_non_updateable_args
316: (p_rec => p_rec

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

317: );
318: --
319: --
320: if g_debug then
321: hr_utility.set_location(' Leaving:'||l_proc, 10);
322: end if;
323: End update_validate;
324: --
325: -- ----------------------------------------------------------------------------

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

332: l_proc varchar2(72) := g_package||'delete_validate';
333: --
334: Begin
335: if g_debug then
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: end if;
338: --
339: -- No Validation Required
340: --

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

338: --
339: -- No Validation Required
340: --
341: if g_debug then
342: hr_utility.set_location(' Leaving:'||l_proc, 10);
343: end if;
344: End delete_validate;
345: --
346: end ben_ctk_bus;