DBA Data[Home] [Help]

APPS.QP_PS_ATTR_GRP_PVT dependencies on V$SESSION

Line 734: select sid into v_sid from v$session where audsid = userenv('SESSIONID');

730: write_log( 'p_high_list_line_id ' || p_high_list_line_id);
731: write_log( 'p_no_of_threads ' || p_no_of_threads);
732: write_log( 'p_spawned_request ' || p_spawned_request);
733:
734: select sid into v_sid from v$session where audsid = userenv('SESSIONID');
735:
736: write_log( 'session ID = ' || v_sid);
737: ELSE
738: write_log( 'Patterns are not created because');