Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Re[1]:reg APPS standard WHO column ?
> 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 -----------------------------------------------------------------Received on Tue Jul 20 2004 - 07:44:47 CDT
![]() |
![]() |