Payroll Relationship Group Fast Formula - Get Current User
Summary
How to get Current userContent
Hello Experts.
We have a need to get current user in Payroll Relationship Group Dynamic group Fast Formula.
Tried the following in custom valueset. All of them were returning "FUSION_APPS_HCM_ESS_APPID" when we run Calculate Payroll.
Any thoughts of getting the actual logged in user details? Is there a DBI for this?
SELECT hrc_session_util.get_userid from dual
SELECT hrc_session_util.get_user_personid from dual
SELECT sys_context( 'USERENV', 'CLIENT_IDENTIFIER')) from dual
SELECT FND_GLOBAL.USER_GUID from dual
Thanks
Suresh
2