Payables and Cash Management - EBS (MOSC)

MOSC Banner

Instead of payment_method_lookup_code in R12.1.3?

edited Oct 27, 2019 5:05AM in Payables and Cash Management - EBS (MOSC) 2 commentsAnswered

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

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