Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Where the Approver Comments are stored

Ashraf_ShoOoShMay 5 2010 — edited Jun 8 2010
Hi,

We have a workflow which requires two approvers, where the comments of the approvers are stored ( in whcih table).

Please note that to capture the comments for one approver we use the following code:
SELECT text_value
FROM wf_item_attribute_values
WHERE item_type = i.item_type
AND item_key = i.item_key
AND NAME LIKE 'WF%NOTE';

but once the second approver comments will override this.
so how we can capture the first approver and second approver comments.

Thanks in advance.

Regards....Ashraf
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 6 2010
Added on May 5 2010
3 comments
3,652 views