DBA Data[Home] [Help]

APPS.SSP_SMP_SUPPORT_PKG dependencies on V$SESSION

Line 614: or locked not in (select to_char(AUDSID) from v$session);

610: --
611: delete ssp_temp_affected_rows
612: where locked = to_char(userenv('sessionid'))
613: or locked is null
614: or locked not in (select to_char(AUDSID) from v$session);
615: end if;
616: --
617: hr_utility.set_location('Leaving :'||l_proc,100);
618: --