I not able update more than 100 record in apps.ap_vendor_pub_pkg.update_vendor_site
Hi,
I using vendor site update scripts in apps.ap_vendor_pub_pkg.update_vendor_site.I am not able update more than 100 record in apps.ap_vendor_pub_pkg.update_vendor_site.it is not updating.
i use below scripts.
/* Formatted on 2015/10/27 17:05 (Formatter Plus v4.8.8) */
DECLARE
p_api_version NUMBER;
p_init_msg_list VARCHAR2 (200);
p_commit VARCHAR2 (200);
p_validation_level NUMBER;
x_return_status VARCHAR2 (200);
x_msg_count NUMBER;
x_msg_data VARCHAR2 (200);
p_vendor_site_rec apps.ap_vendor_pub_pkg.r_vendor_site_rec_type;
x_vendor_site_id NUMBER;
x_party_site_id NUMBER;
x_location_id NUMBER;