Hi,
I have this error: ORA-06502: PL/SQL: numeric or value error: character to number conversion error
I created a validation for a numeric field with a format mask (FML999G999G999G999G990D00)
if ... and :P41_VAL_BUDGET > 0 ... then
when I create the new record I don't have errors (I don't have the $ symbol in my page), but when I reopen the record for update I have this error.
If I delete the format mask I don't have the error during update statement.
How can I do my validation to use the format mask?
Thanks for the help.