By Hans van Hoogstraten, On 6/17/09 10:01 AM
Tags:
ebs, ebs api, end-date users
When cloning an EBS-environment, from production to test for example, it can be necessary to disable the end-users to prevent them from logging in. You can do this as SYSADMIN using the Apps-interface, but for more then 10 users that can take quite some time. An alternative is to update the fnd_user table directly, something like this: update fnd_user set end_date = sysdate ...
Read More »