Payables and Cash Management - EBS (MOSC)

MOSC Banner

Not able to load the Payment_method_lookup_code in pos_vendor_pub_pkg.create_vendor_site API

edited Sep 7, 2021 6:17AM in Payables and Cash Management - EBS (MOSC) 1 commentAnswered

Hi All,

I'm trying to load the vendor and vendor sites through API but not able to load the Payment_method_lookup_code in vendor site level and vendor level.

DECLARE

l_vendor_site_rec ap_vendor_pub_pkg.r_vendor_site_rec_type;

l_return_status VARCHAR2(10);

l_msg_count NUMBER;

l_msg_data VARCHAR2(1000);

l_vendor_site_id NUMBER;

l_party_site_id NUMBER;

l_location_id NUMBER;


BEGIN


--Required

l_vendor_site_rec.vendor_id :='10249584';

l_vendor_site_rec.vendor_site_code := 'TEST_SITE123';

l_vendor_site_rec.address_line1 := 'TEST123';

l_vendor_site_rec.country := 'SA';

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