DBA Data[Home] [Help]

APPS.PAY_DK_BAL_UPLOAD dependencies on PAY_DK_BAL_UPLOAD

Line 1: PACKAGE BODY PAY_DK_BAL_UPLOAD AS

1: PACKAGE BODY PAY_DK_BAL_UPLOAD AS
2: /* $Header: pydkbalupl.pkb 120.1 2007/03/13 07:12:31 saurai noship $ */
3:
4: START_OF_TIME constant date := to_date('01/01/0001','DD/MM/YYYY');
5: END_OF_TIME constant date := to_date('31/12/4712','DD/MM/YYYY');

Line 216: --fnd_file.put_line(fnd_file.log,' Exiting pay_dk_bal_upload.is_supported');

212: else
213: --fnd_file.put_line(fnd_file.log,' condition is false');
214: return 0;
215: end if;
216: --fnd_file.put_line(fnd_file.log,' Exiting pay_dk_bal_upload.is_supported');
217: end is_supported;
218:
219:
220: -----------------------------------------------------------------------------

Line 253: --fnd_file.put_line(fnd_file.log,' Entering pay_dk_bal_upload.include_adjustment');

249: l_return number := 0;--TRUE;--True
250: l_original_entry_id Number;
251: l_include_adj BOOLEAN := TRUE ;
252: Begin
253: --fnd_file.put_line(fnd_file.log,' Entering pay_dk_bal_upload.include_adjustment');
254: if (p_dimension_name = 'ASSIGNMENT CALENDAR HALF YEAR TO DATE'
255: -- or p_dimension_name = 'ASSIGNMENT WITHIN LEGAL EMPLOYER CALENDAR HALF YEAR TO DATE'
256: -- or p_dimension_name = 'PERSON WITHIN LEGAL EMPLOYER CALENDAR HALF YEAR TO DATE'
257: -- or p_dimension_name = 'ASSIGNMENT WITHIN LEGAL EMPLOYER HOLIDAY YEAR TO DATE'

Line 266: --fnd_file.put_line(fnd_file.log,' Exiting pay_dk_bal_upload.include_adjustment l_return:'||l_return);

262:
263: NULL;
264: end if;
265:
266: --fnd_file.put_line(fnd_file.log,' Exiting pay_dk_bal_upload.include_adjustment l_return:'||l_return);
267:
268: if l_include_adj then
269: l_return := 1;
270: else

Line 296: END PAY_DK_BAL_UPLOAD;

292: hr_utility.trace('Exiting pay_fi_bal_upload.validate_batch_lines stub' );
293: END validate_batch_lines;
294:
295:
296: END PAY_DK_BAL_UPLOAD;
297: