DBA Data[Home] [Help]

APPS.BSC_TAB_VIEWS_PKG dependencies on V$SESSION

Line 230: FROM V$SESSION VS WHERE VS.AUDSID =USERENV('SESSIONID');

226: begin
227:
228: SELECT VS.USER#
229: INTO l_user
230: FROM V$SESSION VS WHERE VS.AUDSID =USERENV('SESSIONID');
231:
232: delete from BSC_TAB_VIEWS_TL T
233: where not exists
234: (select NULL