DBA Data[Home] [Help]

APPS.OKE_FUNDING_UTIL_PKG dependencies on FND_CURRENCIES

Line 1541: fnd_currencies f

1537: cursor c_min_unit is
1538: select nvl(minimum_accountable_unit, power(10, -1 * precision)),
1539: p.projfunc_currency_code
1540: from pa_projects_all p,
1541: fnd_currencies f
1542: where project_id = x_project_id
1543: and f.currency_code = p.projfunc_currency_code;
1544:
1545: l_currency VARCHAR2(15);