DBA Data[Home] [Help]

APPS.JTF_DBSTREAM_UTILS dependencies on FND_CURRENCY

Line 345: return to_number(readNextString,fnd_currency.get_format_mask(currencyCode,jtf_dbstring_utils.getCurrencyFormatLength));

341:
342: -----------------------------------------------------------------------------
343: function readCurrency(currencyCode in varchar2) return number is
344: begin
345: return to_number(readNextString,fnd_currency.get_format_mask(currencyCode,jtf_dbstring_utils.getCurrencyFormatLength));
346: end readCurrency;
347:
348: -----------------------------------------------------------------------------
349: function getLongOutputStream return streamType is

Line 468: writeNextString(to_char(c,fnd_currency.get_format_mask(currencyCode,jtf_dbstring_utils.getCurrencyFormatLength)));

464: -----------------------------------------------------------------------------
465:
466: procedure writeCurrency(c in number, currencyCode in varchar2) is
467: begin
468: writeNextString(to_char(c,fnd_currency.get_format_mask(currencyCode,jtf_dbstring_utils.getCurrencyFormatLength)));
469: end writeCurrency;
470:
471: ----------------------------------------------------------------------------
472: FUNCTION getVersion RETURN VARCHAR2 IS