How to find which processes user has access to?

/*Access to Process definitions*/

select 'X' from ps_PRCSDEFNGRP where prcsname= AND PRCSGRP IN (select DISTINCT PRCSGRP from PSAUTHPRCS where classid in
(select distinct classid from psroleclass where rolename in (select rolename from psroleuser where roleuser=)))

No comments:

Post a Comment