User login information is not matching when i join fnd_user with fnd_logins and icx_sessions for par
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,