Order Management - EBS (MOSC)

MOSC Banner

Releasing Sales Order Line Holds

edited Mar 18, 2025 2:32PM in Order Management - EBS (MOSC) 4 commentsAnswered

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center