DBA Data[Home] [Help]

APPS.CST_MGD_INFL_ADJUSTMENT_PVT dependencies on FND_CURRENCIES

Line 2101: FROM fnd_currencies

2097: CURSOR precision_cur(c_currency_code VARCHAR2)
2098: IS
2099: SELECT
2100: nvl(precision,0)
2101: FROM fnd_currencies
2102: WHERE currency_code = c_currency_code;
2103:
2104:
2105: -- local debug vairables to use within loop