SQL using indirection in Data Type tag

Is there a way to use the indirection {variable} in a UDT in an SQL query tag?

Yes we do it on ours to populate device information from the database.
In the screenshot, it is calling a stored procedure and passing 2 variables to it. One string and one integer.
The variables are parameters on the UDT

[attachment=0]UDTSQlTag.PNG[/attachment]