DBA Data[Home] [Help]

APPS.PV_ENRL_PREREQ_BINS_PUB dependencies on V$SESSION

Line 414: FROM v$session

410: -- -----------------------------------------------------------------------
411: -- Exit the program if there is already a session running.
412: -- -----------------------------------------------------------------------
413: FOR x IN (SELECT COUNT(*) count
414: FROM v$session
415: WHERE module = g_module_name)
416: LOOP
417: IF (x.count > 0) THEN
418: Debug('There is already a Refresh Eligibilities CC session running.');