Not able to load the Payment_method_lookup_code in pos_vendor_pub_pkg.create_vendor_site API
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';