need to hide ERROR_MESSGE encoded part and display only custom one in FND_FLEX_PLSQL
Need to hide the encoded error message part in the package FND_FLEX_PLSQL and display only the custom part. on FND_FLEX_PLSQL.validate by default display error message encoded "FlexField external PLSQL validation procedure FND_FLEX_PLSQL.VALIDATE failed with error" then display the custom part.
So I need to hide the the default part and display only the custom part, is this possible?
Thanks