oracle8.1.6
begin
:1 := bt_bug_revision.new (
bug_revision_id => null,
bug_id => :bug_id,
component_id => :component_id,
found_in_version => :found_in_version,
fix_for_version => :fix_for_version,
fixed_in_version => :fixed_in_version,
resolution => :resolution,
user_agent => :user_agent,
summary => :summary,
creation_date => sysdate,
creation_user => :creation_user,
creation_ip => :creation_ip
);
end;
begin
workflow_case_pkg.delete(:case_id);
end;
content_keyword.is_assigned(b.bug_id, :f_category_$parent_id, 'none') = 't'
and exists (select 1
from acs_object_party_privilege_map
where object_id = b.bug_id
and party_id = :user_id
and privilege = 'read')