DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 154: wf_notification_attributes wfna

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