DBA Data[Home] [Help]

APPS.HXC_APC_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) := ' hxc_apc_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 46: g_debug:=hr_utility.debug_enabled;

42: l_security_group_id number;
43: l_proc varchar2(72);
44: --
45: begin
46: g_debug:=hr_utility.debug_enabled;
47: --
48: if g_debug then
49: l_proc:= g_package||'set_security_group_id';
50: hr_utility.set_location('Entering:'|| l_proc, 10);

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

46: g_debug:=hr_utility.debug_enabled;
47: --
48: if g_debug then
49: l_proc:= g_package||'set_security_group_id';
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 83: hr_utility.set_location(' Leaving:'|| l_proc, 20);

79: (p_security_group_id => l_security_group_id
80: );
81: --
82: if g_debug then
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: end if;
85: --
86: end set_security_group_id;
87: --

Line 119: g_debug:=hr_utility.debug_enabled;

115: l_proc varchar2(72);
116: --
117: Begin
118: --
119: g_debug:=hr_utility.debug_enabled;
120: if g_debug then
121: l_proc := g_package||'return_legislation_code';
122: hr_utility.set_location('Entering:'|| l_proc, 10);
123: end if;

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

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

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

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

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

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

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

168: hxc_apc_bus.g_approval_period_comp_id := p_approval_period_comp_id;
169: hxc_apc_bus.g_legislation_code := l_legislation_code;
170: end if;
171: if g_debug then
172: hr_utility.set_location(' Leaving:'|| l_proc, 40);
173: end if;
174: return l_legislation_code;
175: end return_legislation_code;
176: --

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

284: --
285: BEGIN
286: if g_debug then
287: l_proc := g_package||'chk_name';
288: hr_utility.set_location('Entering:'||l_proc, 5);
289: end if;
290: --
291: -- Raise error if application is NULL as it is a mandatory field.
292: --

Line 296: hr_utility.set_message(809, 'HXC_0153_APC_APPL_NAME_MAND');

292: --
293: IF p_time_recipient_id IS NULL
294: THEN
295: --
296: hr_utility.set_message(809, 'HXC_0153_APC_APPL_NAME_MAND');
297: hr_utility.raise_error;
298: --
299: END IF;
300: if g_debug then

Line 297: hr_utility.raise_error;

293: IF p_time_recipient_id IS NULL
294: THEN
295: --
296: hr_utility.set_message(809, 'HXC_0153_APC_APPL_NAME_MAND');
297: hr_utility.raise_error;
298: --
299: END IF;
300: if g_debug then
301: hr_utility.set_location('Processing:'||l_proc, 10);

Line 301: hr_utility.set_location('Processing:'||l_proc, 10);

297: hr_utility.raise_error;
298: --
299: END IF;
300: if g_debug then
301: hr_utility.set_location('Processing:'||l_proc, 10);
302: end if;
303: --
304: -- Raise an error if the application is not unique
305: --

Line 313: hr_utility.set_message(809, 'HXC_0154_APC_DUP_APPL_NAME');

309: --
310: IF l_error IS NOT NULL
311: THEN
312: --
313: hr_utility.set_message(809, 'HXC_0154_APC_DUP_APPL_NAME');
314: hr_utility.raise_error;
315: --
316: END IF;
317: --

Line 314: hr_utility.raise_error;

310: IF l_error IS NOT NULL
311: THEN
312: --
313: hr_utility.set_message(809, 'HXC_0154_APC_DUP_APPL_NAME');
314: hr_utility.raise_error;
315: --
316: END IF;
317: --
318: if g_debug then

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

315: --
316: END IF;
317: --
318: if g_debug then
319: hr_utility.set_location('Leaving:'||l_proc, 20);
320: end if;
321: --
322: END chk_application;
323:

Line 338: g_debug:=hr_utility.debug_enabled;

334: --
335: l_proc varchar2(72);
336: --
337: Begin
338: g_debug:=hr_utility.debug_enabled;
339: if g_debug then
340: l_proc := g_package||'insert_validate';
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: end if;--

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

337: Begin
338: g_debug:=hr_utility.debug_enabled;
339: if g_debug then
340: l_proc := g_package||'insert_validate';
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: end if;--
343: -- Call all supporting business operations
344: --
345: --

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

359: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
360: --
361: --
362: if g_debug then
363: hr_utility.set_location(' Leaving:'||l_proc, 10);
364: end if;
365: End insert_validate;
366: --
367: -- ----------------------------------------------------------------------------

Line 378: g_debug:=hr_utility.debug_enabled;

374: --
375: l_proc varchar2(72);
376: --
377: Begin
378: g_debug:=hr_utility.debug_enabled;
379: if g_debug then
380: l_proc := g_package||'update_validate';
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: end if;

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

377: Begin
378: g_debug:=hr_utility.debug_enabled;
379: if g_debug then
380: l_proc := g_package||'update_validate';
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: end if;
383: --
384: -- Call all supporting business operations
385: --

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

406: );
407: --
408: --
409: if g_debug then
410: hr_utility.set_location(' Leaving:'||l_proc, 10);
411: end if;
412: End update_validate;
413: --
414: -- ----------------------------------------------------------------------------

Line 424: g_debug:=hr_utility.debug_enabled;

420: --
421: l_proc varchar2(72) ;
422: --
423: Begin
424: g_debug:=hr_utility.debug_enabled;
425: if g_debug then
426: l_proc:= g_package||'delete_validate';
427: hr_utility.set_location('Entering:'||l_proc, 5);
428: end if;--

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

423: Begin
424: g_debug:=hr_utility.debug_enabled;
425: if g_debug then
426: l_proc:= g_package||'delete_validate';
427: hr_utility.set_location('Entering:'||l_proc, 5);
428: end if;--
429: -- Call all supporting business operations
430: --
431: if g_debug then

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

428: end if;--
429: -- Call all supporting business operations
430: --
431: if g_debug then
432: hr_utility.set_location(' Leaving:'||l_proc, 10);
433: end if;
434: End delete_validate;
435: --
436: end hxc_apc_bus;