DBA Data[Home] [Help]

APPS.SSP_SMP_SUPPORT_PKG dependencies on V$SESSION

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

655: --
656: delete ssp_temp_affected_rows
657: where locked = to_char(userenv('sessionid'))
658: or locked is null
659: or locked not in (select to_char(AUDSID) from v$session);
660: end if;
661: --
662: hr_utility.set_location('Leaving :'||l_proc,100);
663: --