EBS Customizations (MOSC)

MOSC Banner

Error AP_VENDOR_PUB_PKG.Create_Vendor_Site on EXCLUSIVE_PAYMENT_FLAG

I am writing a script to create supplier sites using AP_VENDOR_PUB_PKG.Create_Vendor_Site. I set the site record with:

l_vendor_site_rec AP_VENDOR_PUB_PKG.r_vendor_site_rec_type;

When I try to set:

l_vendor_site_rec.EXCLUSIVE_PAYMENT_FLAG := 'Y'

I receive an error message that it must be declared. 'EXCLUSIVE_PAYMENT_FLAG' is a column in ap_supplier_sites_all. Can it be set when creating a supplier site?

Thanks,

Nancy

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