Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re[1]:reg APPS standard WHO column ?

Re[1]:reg APPS standard WHO column ?

From: Prem Khanna J <premj_at_rediffmail.com>
Date: 20 Jul 2004 11:14:34 -0000
Message-ID: <20040720111434.2424.qmail@webmail7.rediffmail.com>


Hi Naveen,
>>
>>The LAST_UPDATE_LOGIN points to FND_USER.USER_ID
>>

thanx for ur input.
this is what the apps dev. guide says:



LAST_UPDATE_LOGIN NUMBER(15)
- Foreign Key to FND_LOGINS
- Provides access to information about the operating   system login of the user who last updated each row value is : TO_NUMBER (FND_PROFILE.VALUE('LOGIN_ID'))

SQL > select USER_ID,LAST_UPDATE_LOGIN,USER_NAME from fnd_user

      where user_name = 'TEST';
   USER_ID LAST_UPDATE_LOGIN

---------- -----------------
1048		42365

SQL >select LOGIN_ID,USER_ID from fnd_logins where USER_ID = 1048; LOGIN_ID USER_ID
---------- ----------

22780       1048
36108       1048
36109       1048
36111       1048

and
"select TO_NUMBER (FND_PROFILE.VALUE('LOGIN_ID')) from dual" returns null.

so what does 42365 in FND_USER.LAST_UPDATE_LOGIN mean ? i'm confused !!! can this be related to any v$ view ?

Thanks and Regards,
Prem.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Jul 20 2004 - 06:11:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US