Workflow: Posting message to the order management Process Messages screen

Problem


You want to get messages from your custom workflow back to the Order Entry screen.

Solution


FND_MESSAGE.SET_NAME('GNS','XXGNS_OM_EXCESS_DISCOUNT');
OE_MSG_PUB.Add;
OE_STANDARD_WF.Save_Messages;

Where the message has been defined or already exists in wf_new_messages.


Comments