DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on FND_CURRENCY

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

1189:
1190: begin
1191: l_string := p_amount;
1192: if p_amount is not null and p_currency_code is not null then
1193: select to_char(p_amount, fnd_currency.get_format_mask(p_currency_code,30))
1194: into l_string
1195: from dual;
1196:
1197: s1 := substr(l_string,0,1);