Is any window in ifs10 IEE version where i can get logged in user pc’s ip address?
Following query will return the os user and machine for currently logged on users in IFS EE. I hope you can resolve the client IP by pinging the machine name. Note that the Aurena sessions will not be included here.
select OS_USER, MACHINE from fnd_client_logon
Otherwise the client IP is recorded in the HTTP access log.