Our Client gave a requirement to mass update the additional attributes in Install base for instances
Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.
So I tried the below code to update:
But getting the error:
The Object Version Number passed does not match with the one existing in Installed Base tables.
Can any one please help how to fix it.
Code:
--------------
declare
x_instance_rec CSI_DATASTRUCTURES_PUB.INSTANCE_REC;
p_ext_attrib_values CSI_DATASTRUCTURES_PUB.EXTEND_ATTRIB_VALUES_TBL;
p_party_tbl CSI_DATASTRUCTURES_PUB.PARTY_TBL;
p_account_tbl CSI_DATASTRUCTURES_PUB.PARTY_ACCOUNT_TBL;
p_pricing_attrib_tbl CSI_DATASTRUCTURES_PUB.PRICING_ATTRIBS_TBL;