DBA Data[Home] [Help]

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

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

46: --
47: begin
48: --
49: if g_debug then
50: hr_utility.set_location('Entering:'|| l_proc, 10);
51: end if;
52: --
53: -- Ensure that all the mandatory parameter are not null
54: --

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

88: hr_api.set_legislation_context(l_legislation_code);
89: end if;
90: --
91: if g_debug then
92: hr_utility.set_location(' Leaving:'|| l_proc, 20);
93: end if;
94: --
95: end set_security_group_id;
96: --

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

119: --
120: Begin
121: --
122: if g_debug then
123: hr_utility.set_location('Entering:'|| l_proc, 10);
124: end if;
125: --
126: -- Ensure that all the mandatory parameter are not null
127: --

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

139: -- variable.
140: --
141: l_legislation_code := ben_cpi_bus.g_legislation_code;
142: if g_debug then
143: hr_utility.set_location(l_proc, 20);
144: end if;
145: else
146: --
147: -- The ID is different to the last call to this function

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

158: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
159: fnd_message.raise_error;
160: end if;
161: if g_debug then
162: hr_utility.set_location(l_proc,30);
163: end if;
164: --
165: -- Set the global variables so the values are
166: -- available for the next call to this function.

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

169: ben_cpi_bus.g_group_per_in_ler_id := p_group_per_in_ler_id;
170: ben_cpi_bus.g_legislation_code := l_legislation_code;
171: end if;
172: if g_debug then
173: hr_utility.set_location(' Leaving:'|| l_proc, 40);
174: end if;
175: return l_legislation_code;
176: end return_legislation_code;
177: */

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

286: l_proc varchar2(72) := g_package||'insert_validate';
287: --
288: Begin
289: if g_debug then
290: hr_utility.set_location('Entering:'||l_proc, 5);
291: end if;
292: --
293: -- Call all supporting business operations
294: --

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

318: End of commnted code */
319: --
320: --
321: if g_debug then
322: hr_utility.set_location(' Leaving:'||l_proc, 10);
323: end if;
324: End insert_validate;
325: --
326: -- ----------------------------------------------------------------------------

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

333: l_proc varchar2(72) := g_package||'update_validate';
334: --
335: Begin
336: if g_debug then
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: end if;
339: --
340: -- Call all supporting business operations
341: --

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

370: (p_rec => p_rec
371: );
372: --
373: if g_debug then
374: hr_utility.set_location(' Leaving:'||l_proc, 10);
375: end if;
376: End update_validate;
377: --
378: -- ----------------------------------------------------------------------------

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

385: l_proc varchar2(72) := g_package||'delete_validate';
386: --
387: Begin
388: if g_debug then
389: hr_utility.set_location('Entering:'||l_proc, 5);
390: end if;
391: --
392: --
393:

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

412: --
413: -- Call all supporting business operations
414: --
415: if g_debug then
416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: end if;
418: End delete_validate;
419: --
420: end ben_cpi_bus;