DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on WF_NOTIFICATIONS

Line 181: wf_notifications wfn,

177: cursor cur_check_wf_status(cur_p_context varchar2) is
178: select
179: TEXT_VALUE,RESPONDER
180: from
181: wf_notifications wfn,
182: wf_notification_attributes wfna
183: where
184: wfn.notification_id=wfna.notification_id and context like cur_p_context and responder is not null and name ='RESULT';
185: