Can we use FNDLOAD and XDOLoader to create a new template definition and add physical file in same instance of Oracle R12.
Say:
We create a Data Definition from the XML Publisher Administrator responsibility.
We download a template definition (of a different Data template) using FNDLOAD. We have the LDT file. We modify the LDT file with a new template name, above Data defn and other relevant details. We use FNDLOAD to upload this in same instance(so that a new template def is created for the newly created data defn.)
Then use XDOLoader to download a physical RTF. Modify the resulting LDT to use new RTF and mention above data defn. Upload using XDOLoader again.
I have done the above steps and it seems to work. But is it supported? I can see the new template. Tables XDO_TEMPLATES and XDO_LOBS are also populated.
Note: For some reasons I cannot use the usual way of creating Template definition thro XML Publisher Administrator responsibility.
Your thoughts please.