Install Base and Asset Tracking - EBS (MOSC)

MOSC Banner

Our Client gave a requirement to mass update the additional attributes in Install base for instances

edited Nov 18, 2013 9:32AM in Install Base and Asset Tracking - EBS (MOSC) 1 commentAnswered
Hi,

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center