API to Update Organization details for a customer from backend
Hi Team,
I am trying to update Organization Details for customer type as person and below is the it throws, attaching the script.
I have to update attributes which needs to be added post fixing the error.
l_organization_rec apps.hz_party_v2pub.organization_rec_type;
l_organization_rec.party_rec.attribute_category := 'Legacy_CID';
l_organization_rec.party_rec.attribute7 := 'Bankruptcy';
Anonymous Block Script output:
***************************
Output information ....
return_status= E
msg_count= 1
msg_data= There is no active profile for party ID 777847 of content source type USER_ENTERED. If an active profile exists, the content source type passed must be the same as the content source type of the active profile.