Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re[1]:reg APPS standard WHO column ?
>"select TO_NUMBER (FND_PROFILE.VALUE('LOGIN_ID')) from dual"
>returns null.
>
>
I think the problem is that you are trying to get the value of LOGIN_ID using SQL*PLUS as against Oracle Apps login.
A normal SQL*PLUS login is different from Oracle Apps Login.
When you login through SQL*PLUS, you don't get any values from FND_PROFILE since the profile needs to be setup by the application.
This is the very same reason, that you don't see any values in lots of views like 'AP_INVOICES_V', since the profile doesn't get setup by a normal login.
>so what does 42365 in FND_USER.LAST_UPDATE_LOGIN mean ?
>i'm confused !!! can this be related to any v$ view ?
Try running the following query:
SELECT * FROM FND_USER where user_id = 42365;
Regards
Naveen
-- 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 - 07:43:52 CDT