Hi,
I create a validation for holidays availability.
I have the fields f1, f2, f...
I use pl/sql function body return boolean and my algorithm is ok when I update the record. If the employee asks days <= total days I can update, if not I have an error message.
When I create a new record, I can type 1000 days but I don't have the error.
Why?
