SELECT 'xdo://'||
xtb.application_short_name||'.'||
xtb.template_code ||'.'||
xtb.default_language ||'.'||
xtb.default_territory rtf_template_location
FROM xdo_templates_b xtb
WHERE 1=1
AND xtb.template_code = 'RTF_TEMPLATE_CODE'
xtb.application_short_name||'.'||
xtb.template_code ||'.'||
xtb.default_language ||'.'||
xtb.default_territory rtf_template_location
FROM xdo_templates_b xtb
WHERE 1=1
AND xtb.template_code = 'RTF_TEMPLATE_CODE'
No comments:
Post a Comment