Payables and Cash Management - EBS (MOSC)

MOSC Banner

Skip Document with a large number can not display in "Skipped Document" Page

edited Oct 29, 2014 9:43PM in Payables and Cash Management - EBS (MOSC) 6 commentsAnswered

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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center