RTF template migration in BIP
- by Manoj Madhusoodanan
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.