Receivables - EBS (MOSC)

MOSC Banner

ar_invoice_api_pub.create_single_invoice slow performance

edited Aug 8, 2018 5:00AM in Receivables - EBS (MOSC) 1 commentAnswered

we are creating invoices using ar_invoice_api_pub.create_single_invoice and it works as exepcted , but its very slow.  . A conversion of about 150K records to be processed.

Metalink has a patch Doc Id : 1536392.1 , we applied it but it has not made any improvement in performance. Any tips ?

In TOAD session browser, it appears it 'sits' on the following 'current statement' for some time when I refresh the window,

SELECT CUSTOMER_TRX_ID, CUSTOMER_TRX_LINE_ID

  FROM RA_CUSTOMER_TRX_LINES

WHERE     interface_line_context = 'OUR CONEXT' -- Changed.

       AND customer_trx_line_id + 0 <> NVL (:customer_trx_line_id, -98)

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