Instead of payment_method_lookup_code in R12.1.3?
Hi All,
Oracle EBS R12.1.3
I am using the below SQL and payment_method_lookup_code as a parameter, I don't know why the data is not available in that column, maybe obsolete? (upgraded on 2016).
ap_payment_schedules_all.payment_method_lookup_code =p_method
I can use payment_method_code from ap_payment_schedules_all but it is causing performance( we are calling our custom program before we submit payment batch payment process request).
Can i use IBY_PAYMENT_METHODS_B table as a join with ap_payment_schedules?
from and nvl(ps.payment_method_lookup_code, 'CHECK') = l_payment_method