Monday 14 December 2015

Query for location of rtf template in bursting control file

select 'xdo://'||
       xtb.application_short_name||'.'||
         xtb.template_code ||'.'||
         xtb.default_language ||'.'||
         xtb.default_territory
  from   apps.xdo_templates_b xtb
 where   xtb.template_code ='template_name';

No comments:

Post a Comment