You can get the information about all xml publihser details in tables starts with XDO%.
select * from XDO_TEMPLATES_B where template_code = :p_template_code
select * from XDO_TEMPLATES_TL where template_code = :p_template_code
select * from XDO_LOBS where lob_code = :p_template_code
select * from XDO_DS_DEFINITIONS_TL where data_source_code = :p_template_code
select * from XDO_DS_DEFINITIONS_B where data_source_code = :p_template_code
XMl publisher template rtf files stored in XDO_LOBS tables in File_data column.
select * from XDO_LOBS
select * from XDO_TEMPLATES_B where template_code = :p_template_code
select * from XDO_TEMPLATES_TL where template_code = :p_template_code
select * from XDO_LOBS where lob_code = :p_template_code
select * from XDO_DS_DEFINITIONS_TL where data_source_code = :p_template_code
select * from XDO_DS_DEFINITIONS_B where data_source_code = :p_template_code
XMl publisher template rtf files stored in XDO_LOBS tables in File_data column.
select * from XDO_LOBS
No comments:
Post a Comment