DBA Data[Home] [Help]

APPS.PAY_HK_PAYSLIP_ARCHIVE dependencies on STANDARD

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

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

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

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

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

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