DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on AP_USER_EXCHANGE_RATES

Line 30: from ap_user_exchange_rates

26: begin
27:
28: select exchange_rate
29: into l_rate
30: from ap_user_exchange_rates
31: where checkrun_id = p_checkrun_id
32: and ledger_currency_code = p_base_currency_code
33: and payment_currency_code = p_payment_currency_code;
34: