DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 182: wf_notification_attributes wfna

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:
186: begin