find application user that is holding locks in database
I need to link fnd_user to other tables so that I can determing the name of the applications
user that is holding locks in the database. I tried using fnd_user, fnd_login, v$session, v$process
and I can determine the db session that is holding locks -- how do I find out the applications user
that caused the db session to be started?
thanks
brh