Hi,
I am creating xml using query
select xmlserialize(content(xmlelement(NOENTITYESCAPING "SOURCE_PROD_DESC",mis.description)))
from mtl_system_items_b mis
where mis.segment1='73324abcdef'
and mis.organization_id=186;
and in databse description column has data
BBCciafia1-BB1 <F>/A/R/U/hget/51/17-140/
but when i execute quer getting error
is there any alternative?
thanks,
/Z