Order Management - EBS (MOSC)

MOSC Banner

Try OE_HOLDS_PUB To Apply Holds On Order Using API

edited Nov 3, 2016 5:00AM in Order Management - EBS (MOSC) 1 commentAnswered

HI

I try use api, for apply holds in order OM.

Version: R12

I use:

OE_HOLDS_PUB.APPLY_HOLDS (

                       p_api_version     => 1.0,

                       p_init_msg_list   => FND_API.G_TRUE,

                       p_commit          => FND_API.G_FALSE,

                       p_hold_source_rec => v_hold_source_rec,

                       x_return_status   => v_return_status,

                       x_msg_count       => v_msg_count,

                       x_msg_data        => v_msg_data

                         );

do booked order, for sales order.

I do make personalize, that execute this.

Failled, hold

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