[Home] [Help]
195: SELECT minimum_accountable_unit,
196: precision
197: INTO l_minimum_accountable_unit,
198: l_precision
199: FROM fnd_currencies
200: WHERE currency_code = p_currency_code
201: AND enabled_flag = 'Y'
202: AND currency_flag = 'Y'
203: AND (start_date_active <= sysdate or start_date_active is null)