DBA Data[Home] [Help]

APPS.PAY_ACTION_INFORMATION_API dependencies on HR_UTILITY

Line 6: g_debug boolean := hr_utility.debug_enabled;

2: /* $Header: pyaifapi.pkb 115.8 2003/01/14 17:25:25 dsaxby noship $ */
3: --
4: -- Package Variables
5: --
6: g_debug boolean := hr_utility.debug_enabled;
7: g_package varchar2(33) := ' pay_action_information_api.';
8: --
9: -- ----------------------------------------------------------------------------
10: -- |------------------------< create_action_information >----------------------|

Line 67: g_debug := hr_utility.debug_enabled;

63: l_object_version_number pay_action_information.object_version_number%TYPE;
64: l_effective_date pay_action_information.effective_date%TYPE;
65: --
66: begin
67: g_debug := hr_utility.debug_enabled;
68: --
69: if g_debug then
70: l_proc := g_package||'create_action_information';
71: hr_utility.set_location('Entering:'|| l_proc, 10);

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

67: g_debug := hr_utility.debug_enabled;
68: --
69: if g_debug then
70: l_proc := g_package||'create_action_information';
71: hr_utility.set_location('Entering:'|| l_proc, 10);
72: end if;
73: --
74: -- Issue a savepoint if operating in validation only mode
75: --

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

79: --
80: l_effective_date := trunc(p_effective_date);
81: --
82: if g_debug then
83: hr_utility.set_location(l_proc, 20);
84: end if;
85: --
86: -- Process Logic
87: --

Line 254: hr_utility.set_location(l_proc, 60);

250: --
251: end;
252: --
253: if g_debug then
254: hr_utility.set_location(l_proc, 60);
255: end if;
256: --
257: -- When in validation only mode raise the Validate_Enabled exception
258: --

Line 269: hr_utility.set_location(' Leaving:'||l_proc, 70);

265: p_action_information_id := l_action_information_id;
266: p_object_version_number := l_object_version_number;
267: --
268: if g_debug then
269: hr_utility.set_location(' Leaving:'||l_proc, 70);
270: end if;
271: --
272: exception
273: --

Line 288: hr_utility.set_location(' Leaving:'||l_proc, 80);

284: --
285: p_action_information_id := null;
286: p_object_version_number := null;
287: if g_debug then
288: hr_utility.set_location(' Leaving:'||l_proc, 80);
289: end if;
290: --
291: when others then
292: --

Line 350: g_debug := hr_utility.debug_enabled;

346: l_proc varchar2(72);
347: l_object_version_number pay_action_information.object_version_number%TYPE;
348: --
349: begin
350: g_debug := hr_utility.debug_enabled;
351: --
352: if g_debug then
353: l_proc := g_package||'update_action_information';
354: hr_utility.set_location('Entering:'|| l_proc, 10);

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

350: g_debug := hr_utility.debug_enabled;
351: --
352: if g_debug then
353: l_proc := g_package||'update_action_information';
354: hr_utility.set_location('Entering:'|| l_proc, 10);
355: end if;
356: --
357: -- Issue a savepoint if operating in validation only mode
358: --

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

358: --
359: savepoint update_action_information;
360: --
361: if g_debug then
362: hr_utility.set_location(l_proc, 20);
363: end if;
364: --
365: -- Process Logic
366: --

Line 506: hr_utility.set_location(l_proc, 60);

502: --
503: end;
504: --
505: if g_debug then
506: hr_utility.set_location(l_proc, 60);
507: end if;
508: --
509: -- When in validation only mode raise the Validate_Enabled exception
510: --

Line 520: hr_utility.set_location(' Leaving:'||l_proc, 70);

516: --
517: p_object_version_number := l_object_version_number;
518: --
519: if g_debug then
520: hr_utility.set_location(' Leaving:'||l_proc, 70);
521: end if;
522: --
523: exception
524: --

Line 537: hr_utility.set_location(' Leaving:'||l_proc, 80);

533: -- (Any key or derived arguments must be set to null
534: -- when validation only mode is being used.)
535: --
536: if g_debug then
537: hr_utility.set_location(' Leaving:'||l_proc, 80);
538: end if;
539: --
540: when others then
541: --

Line 565: g_debug := hr_utility.debug_enabled;

561: l_proc varchar2(72);
562: l_object_version_number pay_action_information.object_version_number%TYPE;
563: --
564: begin
565: g_debug := hr_utility.debug_enabled;
566: --
567: if g_debug then
568: l_proc := g_package||'update_action_information';
569: hr_utility.set_location('Entering:'|| l_proc, 10);

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

565: g_debug := hr_utility.debug_enabled;
566: --
567: if g_debug then
568: l_proc := g_package||'update_action_information';
569: hr_utility.set_location('Entering:'|| l_proc, 10);
570: end if;
571: --
572: -- Issue a savepoint if operating in validation only mode
573: --

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

573: --
574: savepoint delete_action_information;
575: --
576: if g_debug then
577: hr_utility.set_location(l_proc, 20);
578: end if;
579: --
580: -- Process Logic
581: --

Line 632: hr_utility.set_location(l_proc, 60);

628: --
629: end;
630: --
631: if g_debug then
632: hr_utility.set_location(l_proc, 60);
633: end if;
634: --
635: -- When in validation only mode raise the Validate_Enabled exception
636: --

Line 642: hr_utility.set_location(' Leaving:'||l_proc, 70);

638: raise hr_api.validate_enabled;
639: end if;
640: --
641: if g_debug then
642: hr_utility.set_location(' Leaving:'||l_proc, 70);
643: end if;
644: --
645: exception
646: --