Skip to main content

Dear Team,

As I could recall the FND_CLIENT_LOGON_TAB doesn't exist in Apps8. It came up afterwards. could you please suggest me if any other table existing into Apps8 for the same details. i am looking for user’s login session details. 

 

Many Thanks.

 

Regards,

Hi @ascheeka12,
Could you please check FND_SESSION_RUNTIME or FND_SESSION_TAB for IFSAPP8.

select * from FND_SESSION_TAB
 


select * from FND_SESSION_RUNTIME
 


Best Regards,
Yasas


@Yasas Kasthuriarachchi  Thank you Bro!


@ascheeka12 You are welcome :slight_smile: !