DBA Data[Home] [Help]

APPS.AP_BANK_CHARGE_PKG dependencies on FND_CURRENCIES_VL

Line 1389: FROM fnd_currencies_vl

1385: SELECT minimum_accountable_unit,
1386: nvl(precision, 0)
1387: INTO p_minimum_accountable_unit,
1388: p_precision
1389: FROM fnd_currencies_vl
1390: WHERE currency_code = p_currency_code;
1391:
1392: RETURN (TRUE);
1393: