How to use OE_ORDER_ADJ_PVT.price_action in R12.2.5
Hi All,
We are upgrading the system from 11.5.10 to 12.2.5 and retrofitting the 11i source code.
I came across a custom package which invokes OE_ORDER_ADJ_PVT.price_action using the signature
OE_ORDER_ADJ_PVT.price_action(p_header_count => v_header_count,
p_header_list => v_header_list,
p_line_count => v_line_count,
p_line_list => v_line_list,
p_price_level => v_price_level,
x_return_status => v_return_status,
x_msg_count => v_msg_count,
x_msg_data => v_msg_data );
I believe there is a new overloaded procedure which has a different signature
OE_ORDER_ADJ_PVT.price_action(p_selected_records => v_selected_records,