EBS Customizations (MOSC)

MOSC Banner

I not able update more than 100 record in apps.ap_vendor_pub_pkg.update_vendor_site

edited Nov 5, 2015 10:00AM in EBS Customizations (MOSC) 1 commentAnswered

Hi,

I using vendor site update  apps.ap_vendor_pub_pkg.update_vendor_site.It is not updating if i keep more than 1000 record.If i keep for 100 record.it getting update .any face issue.please advice.I share scripts also.

----------------------------------------------------------

/* 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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center