DBA Data[Home] [Help]

APPS.PQP_EXPPREPROC_PKG dependencies on PAY_ARCHIVE

Line 387: pay_archive.remove_report_actions(pactid);

383: where ppa.payroll_action_id = pactid;
384:
385: --
386: if (l_remove_act is null or l_remove_act = 'Y') then
387: pay_archive.remove_report_actions(pactid);
388: end if;
389: --
390: end deinitialize;
391: END;