Releasing Sales Order Line Holds
Hi all,
can anyone suggest an API to release sales order line Holds by passing necessary parameters please. I have tried but getting success message but the sales order line still remains the same on Hold. I have attached the Anonymous call below, please anyone suggest to me if i missed anything or suggest a new API to release the Holds in Sales Order Line Level…!
Code:-
DECLARE
v_return_status VARCHAR2(30);
v_msg_data VARCHAR2(4000);
v_msg_count NUMBER;
v_lookup_code VARCHAR2(50);
v_hold_source_rec oe_holds_pvt.hold_source_rec_type;
v_hold_release_rec oe_holds_pvt.hold_release_rec_type;