DBA Data[Home] [Help]

APPS.PAY_DK_PR_LE dependencies on HR_UTILITY

Line 5: g_debug boolean := hr_utility.debug_enabled;

1: PACKAGE BODY PAY_DK_PR_LE AS
2: /* $Header: pydkprle.pkb 120.9.12000000.2 2007/05/08 07:09:22 saurai noship $ */
3:
4:
5: g_debug boolean := hr_utility.debug_enabled;
6: l_business_group_id NUMBER;
7: /* variables to store the input values*/
8: l_archive VARCHAR2(3);
9: l_from_date DATE;

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

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

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

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

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

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

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

478: --------------------------------------------------------------------------------
479:
480: BEGIN
481: IF g_debug THEN
482: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);
483: END IF;
484:
485:
486: -- the sql string to return

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

673: END IF; -- l_archive = 'Y'
674: ---------------------------------------------------------------------------
675:
676: IF g_debug THEN
677: hr_utility.set_location(' Leaving Procedure RANGE_CODE',50);
678: END IF;
679: END RANGE_CODE;
680:
681: -------------------------------------------------------------------------------------------------------------------------

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

684: IS
685:
686: BEGIN
687: IF g_debug THEN
688: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
689: END IF;
690: NULL;
691: IF g_debug THEN
692: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

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

688: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
689: END IF;
690: NULL;
691: IF g_debug THEN
692: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);
693: END IF;
694: exception when others then
695: g_err_num := SQLCODE;
696: IF g_debug THEN

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

693: END IF;
694: exception when others then
695: g_err_num := SQLCODE;
696: IF g_debug THEN
697: hr_utility.set_location('ORA_ERR: ' || g_err_num || 'In INITIALIZATION_CODE',180);
698: END IF;
699:
700: END INITIALIZATION_CODE;
701:

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

709: IS
710:
711: BEGIN
712: IF g_debug THEN
713: hr_utility.set_location(' Leaving Procedure ASSIGNMENT_ACTION_CODE',70);
714: END IF;
715: END ASSIGNMENT_ACTION_CODE;
716:
717: ------------------------------------------------------------------------------------------------

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

720: ,p_effective_date IN DATE)
721: IS
722: BEGIN
723: IF g_debug THEN
724: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',80);
725: END IF;
726: IF g_debug THEN
727: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',90);
728: END IF;

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

723: IF g_debug THEN
724: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',80);
725: END IF;
726: IF g_debug THEN
727: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',90);
728: END IF;
729: END ARCHIVE_CODE;
730:
731: -------------------------------------------------------------------------------------------------------------------------