DBA Data[Home] [Help]

APPS.BOM_CSTRPCRE_XMLP_PKG dependencies on FND_CURRENCIES

Line 33: from fnd_currencies

29:
30: l_stmt_num := 30;
31: select nvl(minimum_accountable_unit, power(10,nvl(-precision,0)))
32: into P_ROUND_UNIT
33: from fnd_currencies
34: where currency_code = P_CURRENCY_CODE;
35:
36: l_stmt_num := 40;
37: /* (1) Remove the Trace calls Bug No. 4432316 */