DBA Data[Home] [Help]

APPS.IGW_WORKFLOW dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 116: from wf_notification_attributes wna,

112: result out nocopy varchar2) is
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