DBA Data[Home] [Help]

APPS.PAY_SE_ARCHIVE_TETA dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: archive_assact_id NUMBER);
6:
7: TYPE lock_table IS TABLE OF lock_rec INDEX BY BINARY_INTEGER;
8:
9: g_debug boolean := hr_utility.debug_enabled;
10: g_lock_table lock_table;
11: g_index NUMBER := -1;
12: g_index_assact NUMBER := -1;
13: g_index_bal NUMBER := -1;

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

34: BEGIN
35: --
36: --fnd_file.put_line(fnd_file.log,'Range Code 23'||p_token);
37: IF g_debug THEN
38: hr_utility.set_location(' Entering Function GET_PARAMETER',10);
39: END IF;
40: l_start_pos := instr(' '||p_parameter_string,l_delimiter||p_token||'=');
41: --
42: IF l_start_pos = 0 THEN

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

60: END IF;
61: END IF;
62: --
63: IF g_debug THEN
64: hr_utility.set_location(' Leaving Function GET_PARAMETER',20);
65: END IF;
66:
67: --fnd_file.put_line(fnd_file.log,'Range Code 24');
68: RETURN l_parameter;

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

106:
107: --fnd_file.put_line(fnd_file.log,'Range Code 22');
108: --
109: IF g_debug THEN
110: hr_utility.set_location(' Leaving Procedure GET_ALL_PARAMETERS',30);
111: END IF;
112: --fnd_file.put_line(fnd_file.log,'Range Code 22222');
113: END GET_ALL_PARAMETERS;
114:

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

139:
140: BEGIN
141:
142: IF g_debug THEN
143: hr_utility.set_location(' Entering Procedure RANGE_CODE',40);
144: END IF;
145:
146: p_sql := 'SELECT DISTINCT person_id
147: FROM per_people_f ppf

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

230:
231: END IF;
232:
233: IF g_debug THEN
234: hr_utility.set_location(' Leaving Procedure RANGE_CODE',50);
235: END IF;
236: EXCEPTION
237: WHEN others THEN
238: IF g_debug THEN

Line 239: hr_utility.set_location('error raised assignment_action_code ',5);

235: END IF;
236: EXCEPTION
237: WHEN others THEN
238: IF g_debug THEN
239: hr_utility.set_location('error raised assignment_action_code ',5);
240: END if;
241: RAISE;
242: END RANGE_CODE;
243:

Line 292: hr_utility.set_location(' Entering Procedure ASSIGNMENT_ACTION_CODE',60);

288: l_action_info_id NUMBER;
289: l_ovn NUMBER;
290: BEGIN
291: IF g_debug THEN
292: hr_utility.set_location(' Entering Procedure ASSIGNMENT_ACTION_CODE',60);
293: END IF;
294:
295: --fnd_file.put_line(fnd_file.log,'Assignment Action Code');
296:

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

327:
328: END LOOP;
329:
330: IF g_debug THEN
331: hr_utility.set_location(' Leaving Procedure ASSIGNMENT_ACTION_CODE',70);
332: END IF;
333: EXCEPTION
334: WHEN others THEN
335: IF g_debug THEN

Line 336: hr_utility.set_location('error raised assignment_action_code ',5);

332: END IF;
333: EXCEPTION
334: WHEN others THEN
335: IF g_debug THEN
336: hr_utility.set_location('error raised assignment_action_code ',5);
337: END if;
338: RAISE;
339:
340: END ASSIGNMENT_ACTION_CODE;

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

343: IS
344:
345: BEGIN
346: IF g_debug THEN
347: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
348: END IF;
349:
350: IF g_debug THEN
351: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);

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

347: hr_utility.set_location(' Entering Procedure INITIALIZATION_CODE',80);
348: END IF;
349:
350: IF g_debug THEN
351: hr_utility.set_location(' Leaving Procedure INITIALIZATION_CODE',90);
352: END IF;
353:
354: EXCEPTION
355: WHEN others THEN

Line 357: hr_utility.set_location('error raised initialization code ',5);

353:
354: EXCEPTION
355: WHEN others THEN
356: IF g_debug THEN
357: hr_utility.set_location('error raised initialization code ',5);
358: END if;
359: RAISE;
360: END INITIALIZATION_CODE;
361:

Line 486: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',380);

482:
483:
484: BEGIN
485: IF g_debug THEN
486: hr_utility.set_location(' Entering Procedure ARCHIVE_CODE',380);
487: END IF;
488:
489: --fnd_file.put_line(fnd_file.log,'Archive Code');
490: IF g_archive='Y' THEN

Line 632: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',390);

628: END;
629: END IF;---ARCHIVE=YES
630:
631: IF g_debug THEN
632: hr_utility.set_location(' Leaving Procedure ARCHIVE_CODE',390);
633: END IF;
634:
635: EXCEPTION
636: WHEN others THEN

Line 638: hr_utility.set_location('error raised in archive code ',5);

634:
635: EXCEPTION
636: WHEN others THEN
637: IF g_debug THEN
638: hr_utility.set_location('error raised in archive code ',5);
639: END if;
640: RAISE;
641: END ARCHIVE_CODE;
642:

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

674: AND action_information11 IN ('PH','CH');
675:
676: BEGIN
677: IF g_debug THEN
678: hr_utility.set_location(' Entering Procedure DEINITIALIZATION_CODE',380);
679: END IF;
680:
681: PAY_SE_ARCHIVE_TETA.GET_ALL_PARAMETERS(
682: p_payroll_action_id

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

796:
797: END LOOP;
798:
799: IF g_debug THEN
800: hr_utility.set_location(' Leaving Procedure DEINITIALIZATION_CODE',390);
801: END IF;
802:
803: EXCEPTION
804: WHEN others THEN

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

802:
803: EXCEPTION
804: WHEN others THEN
805: IF g_debug THEN
806: hr_utility.set_location('error raised in DEINITIALIZATION_CODE ',5);
807: END if;
808: RAISE;
809: END;
810: