DBA Data[Home] [Help]

APPS.PJI_PROCESS_UTIL dependencies on V$PROCESS

Line 693: V$PROCESS

689: count(*)
690: into
691: l_count
692: from
693: V$PROCESS
694: where
695: SPID = l_process_id and
696: ROWNUM = 1;
697: