DBA Data[Home] [Help]

APPS.BEN_CPG_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_cpg_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 63: hr_utility.set_location('Entering:'|| l_proc, 10);

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

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

115: hr_api.set_legislation_context(l_legislation_code);
116: end if;
117: --
118: if g_debug then
119: hr_utility.set_location(' Leaving:'|| l_proc, 20);
120: end if;
121: --
122: end set_security_group_id;
123: --

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

157: --
158: Begin
159: --
160: if g_debug then
161: hr_utility.set_location('Entering:'|| l_proc, 10);
162: end if;
163: --
164: -- Ensure that all the mandatory parameter are not null
165: --

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

191: -- variable.
192: --
193: l_legislation_code := ben_cpg_bus.g_legislation_code;
194: if g_debug then
195: hr_utility.set_location(l_proc, 20);
196: end if;
197: else
198: --
199: -- The ID is different to the last call to this function

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

210: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
211: fnd_message.raise_error;
212: end if;
213: if g_debug then
214: hr_utility.set_location(l_proc,30);
215: end if;
216: --
217: -- Set the global variables so the values are
218: -- available for the next call to this function.

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

223: ben_cpg_bus.g_group_oipl_id := p_group_oipl_id;
224: ben_cpg_bus.g_legislation_code := l_legislation_code;
225: end if;
226: if g_debug then
227: hr_utility.set_location(' Leaving:'|| l_proc, 40);
228: end if;
229: return l_legislation_code;
230: end return_legislation_code;
231: --

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

321: l_proc varchar2(72) := g_package||'insert_validate';
322: --
323: Begin
324: if g_debug then
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: end if;
327: --
328: -- No validation required.
329: --

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

327: --
328: -- No validation required.
329: --
330: if g_debug then
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: end if;
333: End insert_validate;
334: --
335: -- ----------------------------------------------------------------------------

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

342: l_proc varchar2(72) := g_package||'update_validate';
343: --
344: Begin
345: if g_debug then
346: hr_utility.set_location('Entering:'||l_proc, 5);
347: end if;
348: --
349: chk_non_updateable_args
350: (p_rec => p_rec

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

351: );
352: --
353: --
354: if g_debug then
355: hr_utility.set_location(' Leaving:'||l_proc, 10);
356: end if;
357: End update_validate;
358: --
359: -- ----------------------------------------------------------------------------

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

366: l_proc varchar2(72) := g_package||'delete_validate';
367: --
368: Begin
369: if g_debug then
370: hr_utility.set_location('Entering:'||l_proc, 5);
371: end if;
372: --
373: -- No validation required
374: --

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

372: --
373: -- No validation required
374: --
375: if g_debug then
376: hr_utility.set_location(' Leaving:'||l_proc, 10);
377: end if;
378: End delete_validate;
379: --
380: end ben_cpg_bus;