How to populate Party Contacts while creating a Install Base Item Instance through API
Can anybody let me know how to populate party contact detials in 11.5.10 while creating new item instance through CSI_ITEM_INSTANCE_PUB.CREATE_ITEM_INSTANCE (11.5.10) API? I tried below senario but it is not working ...
Populated below two fileds in party_rec record, item instacne is creating scucessfully (verified from backend tables) but I am not able to see item instance from application
X_PARTY_TBL(1).contact_ip_id := party_id
X_PARTY_TBL(1).CONTACT_FLAG := 'Y';
Thanks..