DBA Data[Home] [Help]

APPS.PAY_DK_PR_ELE dependencies on HR_UTILITY

Line 4: g_debug boolean := hr_utility.debug_enabled;

1: PACKAGE BODY PAY_DK_PR_ELE AS
2: /* $Header: pydkprele.pkb 120.15 2012/01/19 09:07:13 rpahune ship $ */
3:
4: g_debug boolean := hr_utility.debug_enabled;
5: l_business_group_id NUMBER;
6: /* variables to store the input values*/
7: l_archive VARCHAR2(3);
8: l_from_date DATE;

Line 30: hr_utility.set_location(' Entering Function GET_PARAMETER',10);

26: l_delimiter VARCHAR2(1):=' ';
27:
28: BEGIN
29: IF g_debug THEN
30: hr_utility.set_location(' Entering Function GET_PARAMETER',10);
31: END IF;
32:
33: l_start_pos := instr(' '||p_parameter_string,l_delimiter||p_token||'=');
34:

Line 56: hr_utility.set_location(' Leaving Function GET_PARAMETER',20);

52: END IF;
53:
54: RETURN l_parameter;
55: IF g_debug THEN
56: hr_utility.set_location(' Leaving Function GET_PARAMETER',20);
57: END IF;
58:
59: END GET_PARAMETER;
60:

Line 97: hr_utility.set_location(' Leaving Procedure GET_ALL_PARAMETERS',30);

93: p_element_set_id,p_archive,
94: p_effective_date ,p_business_group_id;
95: CLOSE csr_parameter_info;
96: IF g_debug THEN
97: hr_utility.set_location(' Leaving Procedure GET_ALL_PARAMETERS',30);
98: END IF;
99:
100: END GET_ALL_PARAMETERS;
101:

Line 446: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);

442:
443:
444: BEGIN
445: IF g_debug THEN
446: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);
447: END IF;
448:
449:
450: -- the sql string to return

Line 620: hr_utility.set_location(' Leaving Procedure RANGE_CODE',50);

616:
617: END IF; -- l_archive = 'Y'
618: ----------------------------------------------------------------------------
619: IF g_debug THEN
620: hr_utility.set_location(' Leaving Procedure RANGE_CODE',50);
621: END IF;
622: END RANGE_CODE;
623:
624: -------------------------------------------------------------------------------------------------------------------------

Line 631: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);

627: IS
628:
629: BEGIN
630: IF g_debug THEN
631: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
632: END IF;
633: NULL;
634: IF g_debug THEN
635: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

Line 635: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

631: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
632: END IF;
633: NULL;
634: IF g_debug THEN
635: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);
636: END IF;
637: exception when others then
638: g_err_num := SQLCODE;
639: IF g_debug THEN

Line 640: hr_utility.set_location('ORA_ERR: ' || g_err_num || 'In INITIALIZATION_CODE',180);

636: END IF;
637: exception when others then
638: g_err_num := SQLCODE;
639: IF g_debug THEN
640: hr_utility.set_location('ORA_ERR: ' || g_err_num || 'In INITIALIZATION_CODE',180);
641: END IF;
642:
643: END INITIALIZATION_CODE;
644:

Line 657: hr_utility.set_location(' Leaving Procedure ASSIGNMENT_ACTION_CODE',70);

653:
654: BEGIN
655:
656: IF g_debug THEN
657: hr_utility.set_location(' Leaving Procedure ASSIGNMENT_ACTION_CODE',70);
658: END IF;
659: END ASSIGNMENT_ACTION_CODE;
660:
661: ------------------------------------------------------------------------------------------------

Line 668: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',80);

664: ,p_effective_date IN DATE)
665: IS
666: BEGIN
667: IF g_debug THEN
668: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',80);
669: END IF;
670: IF g_debug THEN
671: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',90);
672: END IF;

Line 671: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',90);

667: IF g_debug THEN
668: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',80);
669: END IF;
670: IF g_debug THEN
671: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',90);
672: END IF;
673: END ARCHIVE_CODE;
674:
675: -------------------------------------------------------------------------------------------------------------------------