How to query active users in ESS
Description of Issue
We need to determine which users are marked as Active in ESS.
Context
Enterprise ERP
EERP
Employee Self Service
ESS
Cause
Informational.
Resolution
There is no way to search for Active users in ESS, however, the following SQL script will return a query of all active user accounts:
select * from wbsecure where wbse_active = 'Y'
Additional Information
Please reach out to EERP Human Resources Support with any additional questions.Â