DBA Data[Home] [Help]

APPS.HR_API_USER_HOOKS_UTILITY dependencies on GV$SESSION

Line 843: from gv$session

839: -- Cursor to find if a specific session is active
840: --
841: cursor csr_v_ses (p_session_id number) is
842: select null
843: from gv$session
844: where audsid = p_session_id;
845: --
846: c_header_lines constant number := 4;
847: l_exists varchar2(1);