Overview: This API will help you to update Existing Vendor Site details in Oracle Application R12, you can use this API in your PL/SQL block to execute this API for Updating Vendor site’s address details.
ap_vendor_pub_pkg.update_vendor_site_public( p_api_version => 1.0, p_init_msg_list => fnd_api.g_true, p_commit => fnd_api.g_false, p_validation_level => fnd_api.g_valid_level_full, x_return_status => lc_return_status, x_msg_count => ln_msg_count, x_msg_data => lc_msg_data, p_vendor_site_rec => gr_ven_site_rec, p_vendor_site_id => ln_supplier_site_id );