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 346: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

342: --
343: if l_count = 0 then
344:
345: write_log(l_proc||', 40', DEBUG);
346: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
347: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');
348: hr_utility.set_message_token('STEP','1');
349: hr_utility.raise_error;
350:

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

343: if l_count = 0 then
344:
345: write_log(l_proc||', 40', DEBUG);
346: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
347: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');
348: hr_utility.set_message_token('STEP','1');
349: hr_utility.raise_error;
350:
351: end if;

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

344:
345: write_log(l_proc||', 40', DEBUG);
346: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
347: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');
348: hr_utility.set_message_token('STEP','1');
349: hr_utility.raise_error;
350:
351: end if;
352:

Line 349: hr_utility.raise_error;

345: write_log(l_proc||', 40', DEBUG);
346: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
347: hr_utility.set_message_token('PROCEDURE','US_PTO_CARRY_OVER');
348: hr_utility.set_message_token('STEP','1');
349: hr_utility.raise_error;
350:
351: end if;
352:
353: --