DBA Data[Home] [Help]

APPS.AP_BANK_CHARGE_PKG dependencies on FND_CURRENCIES_VL

Line 1498: FROM fnd_currencies_vl

1494: SELECT minimum_accountable_unit,
1495: nvl(precision, 0)
1496: INTO p_minimum_accountable_unit,
1497: p_precision
1498: FROM fnd_currencies_vl
1499: WHERE currency_code = p_currency_code;
1500:
1501: RETURN (TRUE);
1502: