DBA Data[Home] [Help]

APPS.PAY_US_PTO_CO_PKG dependencies on HR_UTILITY

Line 15: g_debug BOOLEAN := hr_utility.debug_enabled;

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:

Line 104: hr_utility.trace(p_text);

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.

Line 342: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

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:

Line 343: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');

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;

Line 344: hr_utility.set_message_token('STEP','1');

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:

Line 345: hr_utility.raise_error;

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: --