DBA Data[Home] [Help]

APPS.PAY_PAYROLL_CONTACT_PKG dependencies on PAY_ARCHIVE

Line 197: pay_archive.remove_report_actions(pactid);

193: --
194: if (cnt_incomplete_actions = 0) then
195: --
196: if (l_remove_act is null or l_remove_act = 'Y') then
197: pay_archive.remove_report_actions(pactid);
198: end if;
199: end if;
200: --
201: end deinitialise;