All,
Here is my pice of code from the database trigger.
How can i validate 'GS&M (D'Ambrosio)' string. since we have quote in middle of string....
IF :NEW.GENERIC_FN IS NULL AND :NEW.FISCGR_SUPVLASTNAME = 'GS&M (D'Ambrosio)' THEN
:NEW.GENERIC_FN := 'Sales & Marketing';
END IF;
Regards
GT
