DBA Data[Home] [Help]

APPS.BIV_RT_TASK_BLOG_PKG dependencies on CS_INCIDENT_SEVERITIES_VL

Line 678: set col23= (select substr(name,1,50) from cs_incident_severities_vl s

674: --
675: l_pos := 'updating severity';
676: begin
677: update biv_tmp_hs2 r
678: set col23= (select substr(name,1,50) from cs_incident_severities_vl s
679: where s.incident_severity_id = r.col22)
680: where report_code = 'BIV_SERVICE_REQUEST'
681: and session_id = l_session_id;
682: exception