DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS dependencies on WF_COMMENTS

Line 935: from wf_comments wc

931: wc.from_user,
932: to_char(wc.comment_date, 'DD-MON-RRRR HH24:MI:SS') comm_date,
933: wc.action,
934: wc.user_comment
935: from wf_comments wc
936: where wc.notification_id = p_nid
937: order by comment_date;
938:
939: begin