DBA Data[Home] [Help]

APPS.IGW_WORKFLOW dependencies on WF_NOTIFICATIONS

Line 117: wf_notifications wn

113:
114: cursor select_responder(l_forward_to_username varchar2) is
115: select wn.responder,wna.text_value
116: from wf_notification_attributes wna,
117: wf_notifications wn
118: where wn.notification_id = wna.notification_id
119: and wna.name = 'NOTE'
120: and wn.recipient_role = l_forward_to_username
121: and wn.responder is not null