DBA Data[Home] [Help]

APPS.PAY_SE_ARCHIVE_CWCA dependencies on HR_UTILITY

Line 3: g_debug BOOLEAN := hr_utility.debug_enabled;

1: PACKAGE BODY PAY_SE_ARCHIVE_CWCA AS
2: /* $Header: pysecwca.pkb 120.0.12010000.4 2010/01/12 10:04:12 vijranga ship $ */
3: g_debug BOOLEAN := hr_utility.debug_enabled;
4:
5: g_index NUMBER := -1;
6: g_index_assact NUMBER := -1;
7: g_index_bal NUMBER := -1;

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

38: BEGIN
39: --
40: IF g_debug
41: THEN
42: hr_utility.set_location (' Entering Function GET_PARAMETER', 10);
43: END IF;
44:
45: l_start_pos :=
46: INSTR (' ' || p_parameter_string, l_delimiter || p_token || '=');

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

81:
82: --
83: IF g_debug
84: THEN
85: hr_utility.set_location (' Leaving Function GET_PARAMETER', 20);
86: END IF;
87:
88: RETURN l_parameter;
89: END;

Line 173: hr_utility.set_location (' Leaving Procedure GET_ALL_PARAMETERS'

169: --logger ('LEAVING ', l_proc);
170:
171: IF g_debug
172: THEN
173: hr_utility.set_location (' Leaving Procedure GET_ALL_PARAMETERS'
174: ,30);
175: END IF;
176: END get_all_parameters;
177:

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

449:
450:
451: -- *****************************************************************************
452: IF g_debug THEN
453: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);
454: END IF;
455:
456: -- *****************************************************************************
457:

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

1223:
1224: END IF;
1225:
1226: IF g_debug THEN
1227: hr_utility.set_location (' Leaving Procedure RANGE_CODE', 50);
1228: END IF;
1229: EXCEPTION
1230: WHEN OTHERS THEN
1231: -- Return cursor that selects no rows

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

1263: l_prev_prepay NUMBER := 0;
1264: BEGIN
1265:
1266: IF g_debug THEN
1267: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
1268: END IF;
1269:
1270: IF g_debug THEN
1271: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

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

1267: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
1268: END IF;
1269:
1270: IF g_debug THEN
1271: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);
1272: END IF;
1273:
1274: EXCEPTION
1275: WHEN OTHERS

Line 1281: hr_utility.set_location ( 'ORA_ERR: '

1277: g_err_num := SQLCODE;
1278:
1279: IF g_debug
1280: THEN
1281: hr_utility.set_location ( 'ORA_ERR: '
1282: || g_err_num
1283: || 'In INITIALIZATION_CODE'
1284: ,180
1285: );

Line 1308: hr_utility.set_location(' Entering Procedure DEINITIALIZATION_CODE',380);

1304: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type) is
1305:
1306: BEGIN
1307: IF g_debug THEN
1308: hr_utility.set_location(' Entering Procedure DEINITIALIZATION_CODE',380);
1309: END IF;
1310:
1311: IF g_debug THEN
1312: hr_utility.set_location(' Leaving Procedure DEINITIALIZATION_CODE',390);

Line 1312: hr_utility.set_location(' Leaving Procedure DEINITIALIZATION_CODE',390);

1308: hr_utility.set_location(' Entering Procedure DEINITIALIZATION_CODE',380);
1309: END IF;
1310:
1311: IF g_debug THEN
1312: hr_utility.set_location(' Leaving Procedure DEINITIALIZATION_CODE',390);
1313: END IF;
1314:
1315: EXCEPTION
1316: WHEN others THEN

Line 1318: hr_utility.set_location('error raised in DEINITIALIZATION_CODE ',5);

1314:
1315: EXCEPTION
1316: WHEN others THEN
1317: IF g_debug THEN
1318: hr_utility.set_location('error raised in DEINITIALIZATION_CODE ',5);
1319: END if;
1320: RAISE;
1321: END;
1322: