I'm looking for the table(s) where is stored mta information that can be retrieved with the xs command "xs mta MyAppName". I'm specially interested by the version number.
I have succeeded to retrieve part of the information using the following statement but I'm still missing the version number.
SELECT * FROM "SYS_XS_RUNTIME"."STOREDAPPLICATION" WHERE "NAME" = 'MyAppName'