DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on WF_NOTIFICATIONS

Line 153: wf_notifications wfn,

149: cursor cur_check_wf_status(cur_p_context varchar2) is
150: select
151: TEXT_VALUE,RESPONDER
152: from
153: wf_notifications wfn,
154: wf_notification_attributes wfna
155: where
156: wfn.notification_id=wfna.notification_id and context like cur_p_context and responder is not null and name ='RESULT';
157: