Technology Stack - EBS (MOSC)

MOSC Banner

User login information is not matching when i join fnd_user with fnd_logins and icx_sessions for par

edited Aug 20, 2021 11:34AM in Technology Stack - EBS (MOSC) Question

HI,

I am using the following queries to get the user session details for a particular user in given month but both are giving different results.

I request some one explain why it is sos and which one is the correct information.

on 01-OCT-14 first query retreived 5 login timings where Query 2 retreived only one row.

Query 1:

SELECT

  fu.user_name,

  NVL(papf.employee_number, papf.npw_number) AS employee_number,

  TO_CHAR(fl.start_time,'DD/MM/YYYY') logon_date,

  TO_CHAR(fl.start_time,'HH24:MI:SS') logon_time,

  TO_CHAR(fl.end_time,'HH24:MI:SS') logout_time,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center