DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS dependencies on WF_COMMENTS

Line 1113: from wf_comments wc

1109: wc.from_user,
1110: to_char(wc.comment_date, 'DD-MON-RRRR HH24:MI:SS') comm_date,
1111: wc.action,
1112: wc.user_comment
1113: from wf_comments wc
1114: where wc.notification_id = p_nid
1115: order by comment_date;
1116:
1117: begin