154: and (obj2.language = userenv('LANG') or obj2.language is null);
155:
156: cursor task_cursor is select 'TASK' source_type,jtf.task_id,fnd.user_name,
157: jtf.last_update_date,jtf.description
158: from jtf_tasks_vl jtf, fnd_user fnd
159: where source_object_type_code='SR'
160: and source_object_id=p_incident_id
161: and jtf.last_updated_by = fnd.user_id;
162: