DBA Data[Home] [Help]

APPS.PAY_SE_TAX_DECL dependencies on HR_UTILITY

Line 4: g_debug boolean := hr_utility.debug_enabled;

1: PACKAGE BODY PAY_SE_TAX_DECL AS
2: /* $Header: pysetada.pkb 120.8 2008/01/25 11:58:23 rsengupt noship $ */
3:
4: g_debug boolean := hr_utility.debug_enabled;
5: l_business_id NUMBER;
6: /* variables to store the input values*/
7: l_archive VARCHAR2(3);
8: l_from_date DATE;

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

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

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

69: END IF;
70: RETURN l_parameter;
71:
72: IF g_debug THEN
73: hr_utility.set_location(' Leaving Function GET_PARAMETER',20);
74: END IF;
75: END GET_PARAMETER;
76:
77: --------------------------------------------------------------------------------------

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

121: p_effective_date,
122: p_business_group_id;
123: CLOSE csr_parameter_info;
124: IF g_debug THEN
125: hr_utility.set_location(' Leaving Procedure GET_ALL_PARAMETERS',30);
126: END IF;
127:
128: END GET_ALL_PARAMETERS;
129:

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

337: --------------------------------------------------------------------------------
338:
339: BEGIN
340: IF g_debug THEN
341: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);
342: END IF;
343:
344:
345: -- the sql string to return

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

512: END IF;
513: ---------------------------------------------------------------------------
514:
515: IF g_debug THEN
516: hr_utility.set_location(' Leaving Procedure RANGE_CODE',50);
517: END IF;
518:
519: END RANGE_CODE;
520:

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

526:
527: BEGIN
528:
529: IF g_debug THEN
530: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
531: END IF;
532: NULL;
533: IF g_debug THEN
534: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

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

530: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
531: END IF;
532: NULL;
533: IF g_debug THEN
534: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);
535: END IF;
536: exception when others then
537: g_err_num := SQLCODE;
538: IF g_debug THEN

Line 539: hr_utility.set_location('ORA_ERR: ' || g_err_num || 'In

535: END IF;
536: exception when others then
537: g_err_num := SQLCODE;
538: IF g_debug THEN
539: hr_utility.set_location('ORA_ERR: ' || g_err_num || 'In
540: INITIALIZATION_CODE',180);
541: END IF;
542:
543: END INITIALIZATION_CODE;

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

554:
555: BEGIN
556:
557: IF g_debug THEN
558: hr_utility.set_location(' Leaving Procedure ASSIGNMENT_ACTION_CODE',70);
559: END IF;
560:
561: END ASSIGNMENT_ACTION_CODE;
562:

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

568: IS
569: BEGIN
570:
571: IF g_debug THEN
572: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',80);
573: END IF;
574: IF g_debug THEN
575: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',90);
576: END IF;

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

571: IF g_debug THEN
572: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',80);
573: END IF;
574: IF g_debug THEN
575: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',90);
576: END IF;
577:
578: END ARCHIVE_CODE;
579: