Hi,
I have an IG (Apex 5.1.1) and my query has a filter that uses values in text fields i.e. select * from table where org_id = P1_ORG_ID and username = P1_USERNAME
The 2 text fields were set to Static Values.
So I edit one column and then when I save, it gives me this error:

But, when I hard code the where clause in my query select * from table where org_id = 123 and username = 'JSMITH', it successfully saves!
I don't know if this is a bug. Is there any workaround for this? Please help!
Thank you in advance..