Oracle APPS Consultancy
SSS Oracle APPS Consultancy
Title
(Move to ...)
Home
APPS
PLSQL
PO
OM
Inventory
AR
GL
Form
Forms Personlization
Report
▼
Monday, 12 August 2024
Query to find 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 ='ARXSGP';
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment