DBA Data[Home] [Help]

APPS.PV_CONTEXT_VALUES dependencies on V$SESSION

Line 300: FROM v$session

296: -- -----------------------------------------------------------------------
297: -- Exit the program if there is already a session running.
298: -- -----------------------------------------------------------------------
299: FOR x IN (SELECT COUNT(*) count
300: FROM v$session
301: WHERE module LIKE 'Refresh Attribute Texts Concurrent Program%')
302: LOOP
303: IF (x.count > 0) THEN
304: Debug('There is already a Refresh Attribute Text CC session running.');