You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

User login account detail information.

edited Jan 7, 2020 6:30AM in Financials – General (READ ONLY) 5 comments

Summary

User login account detail information.

Content

Dear all,

I am customized a report to show user login and roles assignments. However, the user login account is set to "Inactive" but my sql statement still include the inactive user login. Please kindly advice.

 

SELECT U.USERNAME, RV.ROLE_NAME, RV.ROLE_COMMON_NAME 
FROM PER_USERS U, PER_USER_ROLES UR, PER_ROLES_DN_VL RV 
WHERE U.USER_ID(+) = UR.USER_ID AND UR.ROLE_ID (+) = RV.ROLE_ID AND UR.ACTIVE_FLAG = 'Y'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!