DBA Data[Home] [Help]

APPS.WF_ENGINE_UTIL dependencies on WF_COMMENTS

Line 2820: INSERT INTO wf_comments

2816: from WF_NOTIFICATION_ATTRIBUTES
2817: where notification_id = ntf_row.notification_id);
2818:
2819: -- Copy associated Notification Comments
2820: INSERT INTO wf_comments
2821: (notification_id,
2822: from_role,
2823: from_user,
2824: to_role,

Line 2841: FROM wf_comments

2837: action,
2838: action_type,
2839: user_comment,
2840: proxy_role
2841: FROM wf_comments
2842: WHERE notification_id = ntf_row.notification_id;
2843:
2844: end loop;
2845: