DBA Data[Home] [Help]

APPS.XTR_FX_TRANSFERS_PKG dependencies on XTR_BUY_SELL_COMBINATIONS_V

Line 752: from xtr_buy_sell_combinations_v

748: BEGIN
749: BEGIN
750: select currency_first, currency_second
751: into g_currency_first, g_currency_second
752: from xtr_buy_sell_combinations_v
753: where nvl(authorised,'N') = 'Y'
754: and currency_buy = p_buy_currency
755: and currency_sell = p_sell_currency
756: and rownum = 1;