DBA Data[Home] [Help]

APPS.PA_CI_SUPPLIER_UTILS dependencies on DUAL

Line 1195: from dual;

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