Hi,
iam using the below code in compound trigger within "BEFORE EACH ROW" block to capture the logged in user but somehow its recording the DB schema instead of the Apex application logged user.
:NEW.CLOSED\_BY := NVL(V('APP\_USER'), USER);
where am i going wrong here?
typical question i found here: https://forums.oracle.com/ords/apexds/post/how-to-pass-app-user-to-a-database-trigger-for-auditing-2402
Using Apex 5.1x
regards,
Enock