DBA Data[Home] [Help]

APPS.PAY_KR_BAL_UPLOAD dependencies on HR_UTILITY

Line 6: g_debug boolean := hr_utility.debug_enabled;

2: /* $Header: pykrupld.pkb 120.0 2005/05/29 06:32:03 appldev noship $ */
3: --
4: -- Global Variables.
5: --
6: g_debug boolean := hr_utility.debug_enabled;
7: g_eot date := hr_api.g_eot;
8: g_sot date := hr_api.g_sot;
9: --------------------------------------------------------------------------------
10: function expiry_date(p_upload_date date,

Line 190: hr_utility.trace('Entering pay_kr_bal_upload.is_supported');

186: --
187: begin
188: --
189: if g_debug then
190: hr_utility.trace('Entering pay_kr_bal_upload.is_supported');
191: end if;
192:
193: if p_dimension_name in
194: ('_ASG_MTD',

Line 220: hr_utility.trace('Exiting pay_kr_bal_upload.is_supported');

216: --
217: return (l_support);
218: --
219: if g_debug then
220: hr_utility.trace('Exiting pay_kr_bal_upload.is_supported');
221: end if;
222: --
223: end is_supported;
224: --------------------------------------------------------------------------------

Line 231: hr_utility.trace('Entering pay_kr_bal_upload.validate_batch_lines');

227: is
228: begin
229: --
230: if g_debug then
231: hr_utility.trace('Entering pay_kr_bal_upload.validate_batch_lines');
232: end if;
233: --
234: if g_debug then
235: hr_utility.trace('Exiting pay_kr_bal_upload.validate_batch_lines');

Line 235: hr_utility.trace('Exiting pay_kr_bal_upload.validate_batch_lines');

231: hr_utility.trace('Entering pay_kr_bal_upload.validate_batch_lines');
232: end if;
233: --
234: if g_debug then
235: hr_utility.trace('Exiting pay_kr_bal_upload.validate_batch_lines');
236: end if;
237: --
238: end validate_batch_lines;
239: --------------------------------------------------------------------------------

Line 299: hr_utility.trace('Entering pay_kr_bal_upload.include_adjustment');

295: --
296: begin
297: --
298: if g_debug then
299: hr_utility.trace('Entering pay_kr_bal_upload.include_adjustment');
300: end if;
301: --
302: open csr_tax_unit(p_batch_line_id => p_batch_line_id);
303: fetch csr_tax_unit

Line 337: hr_utility.trace('Exiting pay_kr_bal_upload.include_adjustment');

333: --
334: return (l_include_adj);
335: --
336: if g_debug then
337: hr_utility.trace('Exiting pay_kr_bal_upload.include_adjustment');
338: end if;
339: --
340: end include_adjustment;
341: end pay_kr_bal_upload;