API AR_CREDIT_MEMO_API_PUB.CREATE_REQUEST throwing error :arp_process_header.post_commit ORA-20001:
Hi,
We are trying to create Credit Memo using API: API AR_CREDIT_MEMO_API_PUB.CREATE_REQUEST
We are getting the error:
"arp_process_header.post_commit ORA-20001: ."
But when we create the credit memo manually from the application for the same invoice (Action Menu > Credit), then it is creating a Credit memo without any error.
We are using the following call:
AR_CREDIT_MEMO_API_PUB.CREATE_REQUEST( -- standard api parameters
p_api_version => 1.0
, p_init_msg_list => fnd_api.g_true
, p_commit => fnd_api.g_false
-- credit memo request parameters
, p_customer_trx_id => l_customer_trx_id