How to transfer ownership of item instance without changing contract subline status using API
Hi All ,
I am using csi_item_instance_pub.update_item_instance api to transfer ownership of Item instance in Install base.
When I am transferring ownership from Application with contract rule No updates on contracts, New subline in related Service contract got inserted with entered status .
But at the time of using csi_item_instance_pub.update_item_instance API new subline is created but with cancelled status .
Here is the code for transferring ownership of Item Instance ,
declare
p_instance_rec csi_datastructures_pub.instance_rec;
p_ext_attrib_values_tbl csi_datastructures_pub.extend_attrib_values_tbl;