Create AR transaction invoice using API - Is there any sample code for transaction with tax?
Hi,
I want to create AR transaction invoice using API and create successfully for invoice without tax by using API AR_INVOICE_API_PUB.create_single_invoice.
Now I want to create AR transaction invoice with tax but I don't know what attribute is need for function.
I have pass value for trx_header_id, trx_line_id, link_to_trx_line_id, line_number, vat_tax_id, amount, tax_rate, line_type := 'TAX'
and receive unexpected error.
Please help me for this case. Is there any sample code for transaction with tax?
Many thanks!
I want to create AR transaction invoice using API and create successfully for invoice without tax by using API AR_INVOICE_API_PUB.create_single_invoice.
Now I want to create AR transaction invoice with tax but I don't know what attribute is need for function.
I have pass value for trx_header_id, trx_line_id, link_to_trx_line_id, line_number, vat_tax_id, amount, tax_rate, line_type := 'TAX'
and receive unexpected error.
Please help me for this case. Is there any sample code for transaction with tax?
Many thanks!
0