DBA Data[Home] [Help]

APPS.HZ_DSS_UTIL_PUB dependencies on WF_USER_ROLES

Line 356: from wf_user_roles

352: AND grants.grantee_key = t_user_name)
353: OR ( grants.grantee_type = 'GROUP' --grantee a group
354: AND grants.grantee_key in
355: (select role_name
356: from wf_user_roles
357: where user_name = t_user_name))
358: OR (grants.grantee_type = 'GLOBAL'));
359:
360: