DBA Data[Home] [Help]

APPS.BIV_RT_TASK_BLOG_PKG dependencies on CS_INCIDENT_TYPES_VL

Line 569: set col6 = (select substr(name,1,50) from cs_incident_types_vl s

565: end;
566: l_pos := 'updating incident type';
567: begin
568: update biv_tmp_hs2 r
569: set col6 = (select substr(name,1,50) from cs_incident_types_vl s
570: where s.incident_type_id = r.col5)
571: where report_code = 'BIV_SERVICE_REQUEST'
572: and session_id = l_session_id;
573: exception