DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on FND_CURRENCY

Line 60: fnd_currency.get_info(p_currency_code,l_currency_precision,l_ext_precision,l_min_acct_unit);

56: BEGIN
57:
58: p_price_mask := GET_MASK(p_price_precision);
59:
60: fnd_currency.get_info(p_currency_code,l_currency_precision,l_ext_precision,l_min_acct_unit);
61: p_amount_mask := GET_MASK(l_currency_precision);
62:
63: END SET_AUCTION_MASKS;
64: