Query to get the details of Invoice and Supplier Payment Method Mismatch in fusion.
WITH FUNCTION f_payment_method_at_supplier ( p_vendor_id IN NUMBER ) RETURN VARCHAR2 IS payment_method VARCHAR2(250); — — This function will tell us payment method from supplier…
Read More