Quoting - EBS (MOSC)

MOSC Banner

message from user hooks R11 vs R12

edited Mar 24, 2017 5:37AM in Quoting - EBS (MOSC) 1 commentAnswered

Hello Team,
I'm struggling in getting fnd_messages from aso_quote_cuhk.UPdate_quote_POST user hook.
Hook is enabled Execute_flag= 'Y' (and for testing purposes is the only one enabled)

In R11 I had this lines raising messages from same hook
             x_return_status := Fnd_Api.G_RET_STS_ERROR;
             Fnd_Message.Set_Name('ASO', 'XXCVT_ASO_QOT_UPDATEPOST_ER01');            
             Fnd_Msg_Pub.ADD;
             x_msg_count := 1;
             x_msg_data := fnd_message.get;
   
In R11 I got message both from
Quoting sales Manager (form resp)
and
Sales OnLine Supr user (HTML resp)

I' don't see the message when  trying to get same output from R12 with same code lines

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