DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on DUAL

Line 1590: from dual;

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);
1593: s2 := substr(l_string,length(l_string),1);
1594: if((s1 ='<' and s2='>')OR (s1='(' and s2=')')OR(s1='[' and s2=']')) then