DBA Data[Home] [Help]

APPS.AK_DOWNLOAD_GRP dependencies on V$SESSION

Line 218: from v$session

214: AK_ON_OBJECTS_PUB.G_LOAD_MODE := 'DOWNLOAD';
215:
216: /** retreive the sessio id **/
217: select sid into l_session_id
218: from v$session
219: where AUDSID = userenv('SESSIONID');
220:
221: AK_ON_OBJECTS_PVT.G_SESSION_ID := l_session_id;
222: