Install Base and Asset Tracking - EBS (MOSC)

MOSC Banner

How to perform an Item Move transaction using the csi_item_instance_pub.update_item_instance api

edited Jan 17, 2012 9:26AM in Install Base and Asset Tracking - EBS (MOSC) 2 commentsAnswered ✓
Hi everyone,
We are trying to perform exactly what the Item Move transaction performs from the OAT deployment page but using the csi_item_instance_pub.update_item_instance api.

So far, we have tried this script without success, which should enable location change and transaction history updates calling the csi_item_instance_pub.update_item_instance api.
*****************************************************************
SET serveroutput ON SIZE 1000000

DECLARE
p_instance_rec CSI_DATASTRUCTURES_PUB.INSTANCE_REC;
p_ext_attrib_values_tbl CSI_DATASTRUCTURES_PUB.EXTEND_ATTRIB_VALUES_TBL;
p_party_tbl CSI_DATASTRUCTURES_PUB.PARTY_TBL;
p_account_tbl CSI_DATASTRUCTURES_PUB.PARTY_ACCOUNT_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