Skip Document with a large number can not display in "Skipped Document" Page
Hi
Skip Document with a large number can not display in "Skipped Document" Page.
e.g skip document more than 40 in PPR, when log in CE responsibility and navigate to "Skipped Document" Page, the skipped document does not display.
select * from IBY_USED_PAYMENT_DOCS where payment_document_id = <Document id you are using> and document_use = 'SKIPPED';
Do not list the large number documents.
if skip one document, it works fine.
===============
Have check the the logic of skipped document page as below:
SELECT UsedPaymentDocsEO.PAYMENT_DOCUMENT_ID,
UsedPaymentDocsEO.USED_DOCUMENT_NUMBER,
UsedPaymentDocsEO.DATE_USED,
UsedPaymentDocsEO.DOCUMENT_USE,
checkbooks.checkbook_id,