Details
Description
The procedure uses the passed in user name correctly as a normalized name but incorrectly validates it as though it was a SQL identifier.
E.g. if the CURRENT_USER is fred@derby.com then this call fails:
CALL SYSCS_UTIL.SYSCS_SET_USER_ACCESS(CURRENT_USER, 'FULLACCESS')