Error: ORA-20001: APP-AR-11500: The Unearned Revenue account set records do not equal 100% for line
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]