DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on FND_CURRENCY

Line 1588: select to_char(p_amount, fnd_currency.get_format_mask(p_currency_code,30))

1584:
1585: begin
1586: l_string := p_amount;
1587: if p_amount is not null and p_currency_code is not null then
1588: select to_char(p_amount, fnd_currency.get_format_mask(p_currency_code,30))
1589: into l_string
1590: from dual;
1591:
1592: s1 := substr(l_string,0,1);