DBA Data[Home] [Help]

APPS.PQP_EXPPREPROC_PKG dependencies on PAY_ARCHIVE

Line 298: pay_archive.remove_report_actions(pactid);

294: where ppa.payroll_action_id = pactid;
295:
296: --
297: if (l_remove_act is null or l_remove_act = 'Y') then
298: pay_archive.remove_report_actions(pactid);
299: end if;
300: --
301: end deinitialize;
302: END;