WORKAROUND
The trigger of this problem is the existing of an '&' character in one of the condition. A workaround is to avoid the use of the '&' character. The user can change to the following:
a.c100000014 = 'TESTING & DEVELOPMENT APPS'
to
a.c100000014 = 'TESTING ' || chr(38) || ' DEVELOPMENT APPS'
STATUS
No definitive date of when this issue will be fixed, but it will be included in the future release.