Question - How to populate comments when rejecting end assignment workflow using Oracle API
HI All,
I am in EBS R12.2.10 version and using Oracle API to Approve/Reject notification based on option selected.
When notification is approved the wf_note appears in approved notification but in case of reject it doesn't. I figured If I populate user_comment in wf_notifications table then that comments appear on the rejection notification. I tried to set user_comment but it errored as there is no user comment value in 'apps.wf_item_attribute_values' table.
wf_notification.SETATTRTEXT(r.notification_id,'USER_COMMENT','Automated Rejection Using Oracle API');
Is there an API I can use to populate comments in user_comment field?