354: l_association_id := attr_group.association_id;
355: l_instance_number := asset.instance_number;
356: l_attribute_category := attr_group.attribute_category;
357:
358: select instance_id into l_instance_id from csi_item_instances where instance_number = l_instance_number;
359:
360:
361: -- 2002-01-11: chrng: Fixed bug 2180770.
362: -- Check if Attribute has not existed (for Create Mode), or exists (for Update Mode)