DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on AP_USER_EXCHANGE_RATES

Line 36: from ap_user_exchange_rates

32: /* select exchange_rate */
33: select decode( nvl(fnd_profile.value('DISPLAY_INVERSE_RATE'),'N'),'N',exchange_rate,
34: 'Y', 1/exchange_rate)
35: into l_rate
36: from ap_user_exchange_rates
37: where checkrun_id = p_checkrun_id
38: and ledger_currency_code = p_base_currency_code
39: and payment_currency_code = p_payment_currency_code;
40: