Inactivate Suppliers / Parties
I have created some suppliers, sites and contacts through open interface which were created successfully. Now I want to Inactivate them to create with same names with some different info. I have tried running this API to disable suppliers.
AP_VENDOR_PUB_PKG.Update_Vendorl_vendor_rec.ENABLED_FLAG := 'N';
l_vendor_rec.END_DATE_ACTIVE := SYSDATE;
Furthermore, changed the organization name and inactivated (STATUS = 'I') by running this API:
hz_party_v2pub.update_organization
But when I am running open interface, it says, 0 suppliers imported. I have checked db and status is REJECTED.
If I run with other data then its fine.