Update Supplier Contact Phone number using ap_vendor_pub_pkg.Update_Vendor_Contact_Public
Hi All,
Version : R12.1.3
I am using api ap_vendor_pub_pkg.Update_Vendor_Contact_Public to update supplier contact. But for some reason phone number is not getting updated
Others values like First name,Middle name,Last name email id etc are being updated when i called via API. But Phone is not getting updated.
i am using below query to Validate the data.
select * from po_vendor_contacts
where 1=1
order by LAST_UPDATE_DATE desc;
Any inputs please.
Many Thanks.
Pavan