DBA Data[Home] [Help]

APPS.BSC_TAB_VIEW_LABELS_PKG dependencies on V$SESSION

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

345: l_user NUMBER;
346: begin
347: SELECT VS.USER#
348: INTO l_user
349: FROM V$SESSION VS WHERE VS.AUDSID =USERENV('SESSIONID');
350:
351: delete from BSC_TAB_VIEW_LABELS_TL T
352: where not exists
353: (select NULL