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.2 2008/08/06 08:17:14 ubhat 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 450: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);

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

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

1160:
1161: END IF;
1162:
1163: IF g_debug THEN
1164: hr_utility.set_location (' Leaving Procedure RANGE_CODE', 50);
1165: END IF;
1166: EXCEPTION
1167: WHEN OTHERS THEN
1168: -- Return cursor that selects no rows

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

1200: l_prev_prepay NUMBER := 0;
1201: BEGIN
1202:
1203: IF g_debug THEN
1204: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
1205: END IF;
1206:
1207: IF g_debug THEN
1208: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

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

1204: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
1205: END IF;
1206:
1207: IF g_debug THEN
1208: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);
1209: END IF;
1210:
1211: EXCEPTION
1212: WHEN OTHERS

Line 1218: hr_utility.set_location ( 'ORA_ERR: '

1214: g_err_num := SQLCODE;
1215:
1216: IF g_debug
1217: THEN
1218: hr_utility.set_location ( 'ORA_ERR: '
1219: || g_err_num
1220: || 'In INITIALIZATION_CODE'
1221: ,180
1222: );

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

1241: (p_payroll_action_id in pay_payroll_actions.payroll_action_id%type) is
1242:
1243: BEGIN
1244: IF g_debug THEN
1245: hr_utility.set_location(' Entering Procedure DEINITIALIZATION_CODE',380);
1246: END IF;
1247:
1248: IF g_debug THEN
1249: hr_utility.set_location(' Leaving Procedure DEINITIALIZATION_CODE',390);

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

1245: hr_utility.set_location(' Entering Procedure DEINITIALIZATION_CODE',380);
1246: END IF;
1247:
1248: IF g_debug THEN
1249: hr_utility.set_location(' Leaving Procedure DEINITIALIZATION_CODE',390);
1250: END IF;
1251:
1252: EXCEPTION
1253: WHEN others THEN

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

1251:
1252: EXCEPTION
1253: WHEN others THEN
1254: IF g_debug THEN
1255: hr_utility.set_location('error raised in DEINITIALIZATION_CODE ',5);
1256: END if;
1257: RAISE;
1258: END;
1259: