Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Re[1]:reg APPS standard WHO column ?
Sometimes when u run bug fix scripts
support update this WHO columns with bug number also ,which may
not be same as your user ids
Sultan
> and
> "select TO_NUMBER (FND_PROFILE.VALUE('LOGIN_ID')) from dual"
> returns null.
Where did you execute it from? If you did from plain sqlplus session, it might not work, because it might use some session or package variables which Apps Forms normally execute.
Try to initialize the apps variables first (or create a temporary after logon trigger which gets the login_id value using fnd_profile).
Tanel.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- 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 - 08:02:03 CDT
![]() |
![]() |