DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on FND_CURRENCIES

Line 2406: FROM fnd_currencies cur

2402: -- Cursor Definitions
2403: CURSOR get_precision_csr(p_currency_code VARCHAR2)
2404: IS
2405: SELECT NVL(cur.precision,0) precision
2406: FROM fnd_currencies cur
2407: WHERE cur.currency_code = p_currency_code;
2408: -- Local Variables/Constants Declaration
2409: l_cash_inflow_strms_tbl cash_inflows_tbl_type;
2410: l_cash_outflow_strms_tbl cash_inflows_tbl_type;