Home » Applications » Oracle Fusion Apps & E-Business Suite » FND_GLOBAL.CONC_LOGIN_ID and FND_GLOBAL.LOGIN_ID
FND_GLOBAL.CONC_LOGIN_ID and FND_GLOBAL.LOGIN_ID [message #241123] Mon, 28 May 2007 07:14 Go to next message
tomaac
Messages: 10
Registered: May 2006
Junior Member
I have an Oracle written package, where is something like this:
IF g_conc_flag = 'Y' THEN
loginid := FND_GLOBAL.CONC_LOGIN_ID;
ELSE
loginid := FND_GLOBAL.LOGIN_ID;
END IF;

However, after this loginid always is -1 and it causes an error.
Actually I don't understend the meaning of these.
Re: FND_GLOBAL.CONC_LOGIN_ID and FND_GLOBAL.LOGIN_ID [message #241142 is a reply to message #241123] Mon, 28 May 2007 08:08 Go to previous message
prashant_pathak
Messages: 263
Registered: February 2006
Location: California,US
Senior Member
-1 is anonymous in Oracle Application.

Before using custom package/program/form you have to do apps initialize.

Regards
Prashant Pathak
Previous Topic: REPORT OUTPUT
Next Topic: SQL*Loader and Conncurrent Manager
Goto Forum:
  


Current Time: Thu Jul 04 01:16:28 CDT 2024