DBA Data[Home] [Help]

APPS.PJI_PROCESS_UTIL dependencies on V$PROCESS

Line 805: V$PROCESS

801: count(*)
802: into
803: l_count
804: from
805: V$PROCESS
806: where
807: SPID = l_process_id and
808: ROWNUM = 1;
809: