DBA Data[Home] [Help]

APPS.PAY_SE_ALECTA dependencies on HR_UTILITY

Line 3: g_debug BOOLEAN := hr_utility.debug_enabled;

1: PACKAGE BODY pay_se_alecta AS
2: /* $Header: pysealer.pkb 120.0.12010000.2 2008/11/11 09:28:36 rmurahar ship $ */
3: g_debug BOOLEAN := hr_utility.debug_enabled;
4:
5: TYPE lock_rec IS RECORD (
6: archive_assact_id NUMBER
7: );

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

48: BEGIN
49: --
50: IF g_debug
51: THEN
52: hr_utility.set_location (' Entering Function GET_PARAMETER', 10);
53: END IF;
54:
55: l_start_pos :=
56: INSTR (' ' || p_parameter_string, l_delimiter || p_token || '=');

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

94:
95: --
96: IF g_debug
97: THEN
98: hr_utility.set_location (' Leaving Function GET_PARAMETER', 20);
99: END IF;
100:
101: RETURN l_parameter;
102: END;

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

432: */
433: --END IF; -- G_Archive End
434: IF g_debug
435: THEN
436: hr_utility.set_location (' Leaving Procedure RANGE_CODE', 50);
437: END IF;
438: EXCEPTION
439: WHEN OTHERS
440: THEN

Line 612: hr_utility.set_location ('error raised assignment_action_code '

608: WHEN OTHERS
609: THEN
610: IF g_debug
611: THEN
612: hr_utility.set_location ('error raised assignment_action_code '
613: ,5
614: );
615: END IF;
616:

Line 716: hr_utility.set_location (' Entering Procedure INITIALIZATION_CODE'

712: l_temp_event VARCHAR2 (200);
713: BEGIN
714: IF g_debug
715: THEN
716: hr_utility.set_location (' Entering Procedure INITIALIZATION_CODE'
717: ,80
718: );
719: END IF;
720:

Line 832: hr_utility.set_location ( 'ORA_ERR: '

828: g_err_num := SQLCODE;
829:
830: IF g_debug
831: THEN
832: hr_utility.set_location ( 'ORA_ERR: '
833: || g_err_num
834: || 'In INITIALIZATION_CODE'
835: ,180
836: );

Line 860: hr_utility.set_location

856: l_defined_balance_id ff_user_entities.user_entity_id%TYPE;
857: BEGIN
858: IF g_debug
859: THEN
860: hr_utility.set_location
861: (' Entering Function GET_DEFINED_BALANCE_ID'
862: ,240
863: );
864: END IF;

Line 877: hr_utility.set_location (' Leaving Function GET_DEFINED_BALANCE_ID'

873: RETURN l_defined_balance_id;
874:
875: IF g_debug
876: THEN
877: hr_utility.set_location (' Leaving Function GET_DEFINED_BALANCE_ID'
878: ,250
879: );
880: END IF;
881: END get_defined_balance_id;

Line 1858: hr_utility.set_location ('Leaving WritetoCLOB ', 40);

1854: DBMS_LOB.writeappend (l_xfdf_string, LENGTH (l_str7), l_str7);
1855: END IF;
1856:
1857: p_xfdf_clob := l_xfdf_string;
1858: hr_utility.set_location ('Leaving WritetoCLOB ', 40);
1859: EXCEPTION
1860: WHEN OTHERS
1861: THEN
1862: hr_utility.TRACE ('sqlerrm ' || SQLERRM);

Line 1862: hr_utility.TRACE ('sqlerrm ' || SQLERRM);

1858: hr_utility.set_location ('Leaving WritetoCLOB ', 40);
1859: EXCEPTION
1860: WHEN OTHERS
1861: THEN
1862: hr_utility.TRACE ('sqlerrm ' || SQLERRM);
1863: hr_utility.raise_error;
1864: END writetoclob;
1865:
1866: PROCEDURE get_xml_for_report (

Line 1863: hr_utility.raise_error;

1859: EXCEPTION
1860: WHEN OTHERS
1861: THEN
1862: hr_utility.TRACE ('sqlerrm ' || SQLERRM);
1863: hr_utility.raise_error;
1864: END writetoclob;
1865:
1866: PROCEDURE get_xml_for_report (
1867: p_business_group_id IN NUMBER