Hi
I know when we call IFS projection action passing json message, the framework parses json into plsql record type then in the plsql code for the action, we deal with this record. I have situation where customer wants to save request json message to clob column then process it in the background. Is there any framework plsql utility that can convert plsql record to json and vise versa ?
Thanks