DBA Data[Home] [Help]

APPS.PAY_HK_PAYSLIP_ARCHIVE dependencies on STANDARD

Line 297: hr_utility.set_location('Archiving Standard Element Details',20);

293:
294: LOOP
295:
296: IF g_debug THEN
297: hr_utility.set_location('Archiving Standard Element Details',20);
298: END IF;
299:
300:
301: if csr_rec.classification_name<>'Employer Liabilities' then

Line 346: hr_utility.set_location('End of archive Standard Element',4);

342:
343: END LOOP;
344: IF g_debug THEN
345: hr_utility.trace('Closing Cursor csr_std_elements');
346: hr_utility.set_location('End of archive Standard Element',4);
347: hr_utility.set_location('Leaving Procedure pay_hk_payslip_archive.' || l_procedure_name,10);
348: END IF;
349:
350: EXCEPTION

Line 353: hr_utility.set_location('Error in archiving Standard Elements ',5);

349:
350: EXCEPTION
351: WHEN OTHERS THEN
352: IF g_debug THEN
353: hr_utility.set_location('Error in archiving Standard Elements ',5);
354: END IF;
355: RAISE;
356:
357: END archive_stat_elements;