Retrieving the value of a Document attribute (PLSQLCLOB)
In the pl/sql code, I am generating the value of a document attribute A of type PL/SQL CLOB. I want to append the value of attribute A to another document attribute B of type PL/SQLCLOB. The requirement is that attribute B should have some additional content apart from whatever is there in attribute A. I can use the api wf_notification.writetoclob to manipulate the content. The question is how can i derive the value of document attribute A . GetItemAttrDocument will only derive the document id. Is there a way to derive the document data using document id or any