The SQL is built programmatically. The program is navigating through a table
that contains EntityXML values and associated XMLTagNames. I plug these into
an SQL statement using the EntityXML value as the table and the XMLTagName as
the column.
I am running into situations were the XMLTagName is not defined in the table
and I get the Enter Parameter Value box. The fact that the data element is
not there is acceptable, I just want to report it as not existing without
generating all the prompts.