DBA Data[Home] [Help]

APPS.AK_UPLOAD_GRP dependencies on V$SESSION

Line 99: from v$session

95: commit;
96:
97: /** retreive the sessio id **/
98: select sid into l_session_id
99: from v$session
100: where AUDSID = userenv('SESSIONID');
101:
102: AK_ON_OBJECTS_PVT.G_SESSION_ID := l_session_id;
103: