Invoice API error
Hi All,
I am using apps 11i version
I am trying to create a singl einvoice through TOAD, here the error message i am getting in table ar_trx_errors_gt
Invalid bill-to address ID.
am not sure where this is happening.
DECLARE
l_return_status varchar2(1);
l_msg_count number;
l_msg_data varchar2(2000);
l_batch_id number;
l_cnt number := 0;
l_batch_source_rec ar_invoice_api_pub.batch_source_rec_type;
l_trx_header_tbl ar_invoice_api_pub.trx_header_tbl_type;
l_trx_lines_tbl ar_invoice_api_pub.trx_line_tbl_type;
l_trx_dist_tbl ar_invoice_api_pub.trx_dist_tbl_type;