Receivables - EBS (MOSC)

MOSC Banner

Error: ORA-20001: APP-AR-11500: The Unearned Revenue account set records do not equal 100% for line

edited Apr 11, 2017 5:00AM in Receivables - EBS (MOSC) 3 commentsAnswered

Hi All,

We are trying to create an AR invoice with the following  API Call:

      AR_INVOICE_API_PUB.create_single_invoice(

               p_api_version => 1,

               p_batch_source_rec => l_batch_source_rec,

               p_trx_header_tbl => l_trx_header_tbl,

               p_trx_lines_tbl => l_trx_lines_tbl,

               p_trx_dist_tbl => l_trx_dist_tbl,

               p_trx_salescredits_tbl => l_trx_salescredits_tbl,

               x_customer_trx_id => l_customer_trx_id,

               x_return_status => l_return_status,

               x_msg_count => l_msg_count,

               x_msg_data => l_msg_data );

We are getting the error :

ORA-20001: APP-AR-11500: The Unearned Revenue account set records do not equal 100% for line 16. [row 10]

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