Error when creating supplier site
When I am trying to create a supplier site, I am able to do so but the address name and the site nama are same. I am supping the Supplier Sites Open Interface Import to create the site.
The insert statemnet I used is :
select * from ap_suppliers where vendor_id = 466861;
select * from ap_supplier_sites_int where vendor_id = 466861 order by creation_date desc;
INSERT
INTO ap_supplier_sites_int
(
vendor_site_interface_id,
vendor_id,
vendor_site_code, address_line1,
address_line2,
address_line3,
City,
State,
Zip,
Country,
operating_unit_name,
created_by,
creation_date,
pay_site_flag,