How to create a validation on number field.
Rahul385Jul 27 2012 — edited Jul 30 2012Hello Experts,
My database table has a numeric column EMP_ID. I want to create a validation so that a user can only enter numeric value in this field on the Apex page.
I have tried to create validation Item/Column specified is numeric for item P2_EMP_ID.
But when I submit the page, I still get the error ORA-01722: invalid number.
How can I create a validation so that the ORA error is hidden from the end user and instead a custom message is displayed.
Thanks,
Rahul