DBA Data[Home] [Help]

APPS.QRM_FX_FORMULAS dependencies on XTR_BUY_SELL_COMBINATIONS

Line 551: from XTR_BUY_SELL_COMBINATIONS

547:
548: l_cur VARCHAR2(15) := NULL;
549: cursor c_cur is
550: select CURRENCY_FIRST
551: from XTR_BUY_SELL_COMBINATIONS
552: where (CURRENCY_BUY = p_base and CURRENCY_SELL = p_contra)
553: or (CURRENCY_BUY = p_contra and CURRENCY_SELL = p_base);
554:
555: begin