Receivables - EBS (MOSC)

MOSC Banner

How to get errors (when occurred) when using AR_INVOICE_API_PUB.create_single_invoice

edited Feb 11, 2017 5:14AM in Receivables - EBS (MOSC) 4 commentsAnswered

I am using AR_INVOICE_API_PUB.create_single_invoice api to create AR invoices in EBS 12.1.3 with database 11.1.0.7.0 release 11g. But if any error occurs api is not returning any error. For example if I provide invalid cust trx type id, although AR invoice is not created which is OK but any error message is not appearing. Further return status out parameter is also S (success) which is wrong. I am using following code to get error details (if occurs)

DBMS_OUTPUT.PUT_LINE('l_return_status : '||l_return_status);

IF l_return_status = 'S' THEN

dbms_output.put_line('AR Invoice Created Sucessfully : '||l_customer_trx_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