11:
12: --
13: -- Package variables.
14: --
15: g_debug BOOLEAN := hr_utility.debug_enabled;
16: g_conc_req_debug BOOLEAN;
17: g_max_errors NUMBER;
18: g_plan_status NUMBER;
19:
100: --
101: -- Output the PYUPIP.
102: --
103: IF g_debug THEN
104: hr_utility.trace(p_text);
105: END IF;
106:
107: --
108: -- Exit immediately if processing a debug line and SRS debugging is disabled.
338: --
339: if l_count = 0 then
340:
341: write_log(l_proc||', 40', DEBUG);
342: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
343: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');
344: hr_utility.set_message_token('STEP','1');
345: hr_utility.raise_error;
346:
339: if l_count = 0 then
340:
341: write_log(l_proc||', 40', DEBUG);
342: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
343: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');
344: hr_utility.set_message_token('STEP','1');
345: hr_utility.raise_error;
346:
347: end if;
340:
341: write_log(l_proc||', 40', DEBUG);
342: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
343: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');
344: hr_utility.set_message_token('STEP','1');
345: hr_utility.raise_error;
346:
347: end if;
348:
341: write_log(l_proc||', 40', DEBUG);
342: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
343: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');
344: hr_utility.set_message_token('STEP','1');
345: hr_utility.raise_error;
346:
347: end if;
348:
349: --