How to raise a warning message through Userhooks in HRMS
Dears,
we are using userhooks and sending error message
hr_utility.set_message(800,'error message');
hr_utility.raise_error;
above function working fine and not allowing the user to do the transaction,
but we need to allow user with warning message.
Please reply back how to do this. Thanks in Advance.