How to populate the data into aso_tax_details table
Hi All,
I am creating a quote line using aso_quote_pub.create_quote_line procedure. I am passing all mandatory input values to the procedure and my script got completed successfully and also am able to see the records got inserted in aso_quote_lines_all table. But tax related values are doesn't created in aso_tax_details table.
Can any one help me on this. Your inputs would be highly appreciated.
Below is the script:
declare
l_control_rec aso_quote_pub.control_rec_type;
l_qte_line_rec apps.aso_quote_pub.qte_line_rec_type;
l_qte_header_rec apps.aso_quote_pub.qte_header_rec_type;