Oracle XML - Data DEfinition Queries
If I have 2 queries in the XML definition - one for summary and one for details information.
the template has the if clause to look for Details or summary parameter and accordingly it will display the template ,Data Definition has both the SQL queries .
When does the SQL Queries in Data Definition get executed ? Does both the queires get executed and only gets displayed based on the template definition ?