If you are wanting to inject variables into the body of the view, the
best approach is probably to use changelog parameters. http://www.liquibase.org/documentation/changelog_parameters.html
That will allow you to "hard code" a schema-identified
table in the changelog file but change what that value is at runtime.
Nathan