DBA Data[Home] [Help]

APPS.QRM_FX_FORMULAS SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 550

select CURRENCY_FIRST
from XTR_BUY_SELL_COMBINATIONS
where (CURRENCY_BUY = p_base and CURRENCY_SELL = p_contra)
    or (CURRENCY_BUY = p_contra and CURRENCY_SELL = p_base);