RTF template migration in BIP

Posted by Manoj Madhusoodanan on Oracle Blogs See other posts from Oracle Blogs or by Manoj Madhusoodanan
Published on Sun, 10 Jun 2012 17:22:37 +0000 Indexed on 2012/06/10 22:44 UTC
Read the original article Hit count: 247

Filed under:

When you are creating BI template through application the RTF template information will stored in XDO_LOBS table.Column LOB_CODE will store the template short code,ie the link between the template and lob.

When you migrate the template through java oracle.apps.xdo.oa.util.XDOLoader make sure the rtf file name and template short code are same.Otherwise the rtf will not get attached.

Eg: 

Source Instance

Template Short Code : XXCUST_TEMPLATE

RTF Name: XXCUST_TEMPLATE_1.rtf

When you migrate the above details through  XDOLoader the rtf will not get attached to template in destination instance.So make sure RTF Name should be XXCUST_TEMPLATE.


© Oracle Blogs or respective owner

Related posts about /Apps