DBA Data[Home] [Help]

APPS.WF_ADVANCED_WORKLIST dependencies on WF_USER_ROLES

Line 145: wf_user_roles wur,

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