DBA Data[Home] [Help]

APPS.WF_ADVANCED_WORKLIST dependencies on WF_USER_ROLES

Line 147: wf_user_roles wur,

143: WHERE username IN
144: (
145: SELECT fg.grantee_key
146: FROM wf_notifications wn,
147: wf_user_roles wur,
148: fnd_grants fg
149: WHERE ((wn.more_info_role IS NOT NULL AND wur.role_name = wn.more_info_role)
150: OR wur.role_name = wn.recipient_role)
151: AND fg.parameter1 = wur.user_name