DBA Data[Home] [Help]

APPS.XTR_COF_P dependencies on XTR_BUY_SELL_COMBINATIONS

Line 2511: from XTR_BUY_SELL_COMBINATIONS

2507: R get_rt%rowtype;
2508:
2509: cursor GET_COM(P_CURRENCY_BUY varchar2,P_CURRENCY_SELL varchar2) is
2510: select CURRENCY_FIRST||'/'||CURRENCY_SECOND
2511: from XTR_BUY_SELL_COMBINATIONS
2512: where (CURRENCY_BUY = P_CURRENCY_BUY and CURRENCY_SELL = P_CURRENCY_SELL)
2513: or (CURRENCY_BUY = P_CURRENCY_SELL and CURRENCY_SELL = P_CURRENCY_BUY);
2514: --
2515: cursor get_ig_year_calc is