Getting error details at line level when calling qp_price_list_pub.process_price_list using oe_msg_p
I am passing 1000 elements in the list line (p_price_list_line_tbl) and attribute table (p_pricing_attr_tbl) and calling the qp_price_list_pub.process_price_list API.If even 1 of the lines in the batch fails, the API returns error status and a generic error message like:-
One or more lines are duplicates of each other. Please change the effectivity dates or the product or the pricing attributes to make these lines unique.
Is there any way to find out which line of the 1000 lines failed?
Thanks,
Karan