DBA Data[Home] [Help]

APPS.PAY_CA_T4_CANCEL_MAG dependencies on FND_NUMBER

Line 1850: l_return_xml := convert_2_xml(lpad(ceil(fnd_number.canonical_to_number(l_return)),3,0),tab_other_info_tag(i),'N');

1846:
1847: if(i=22) then
1848: --added lpad and ceil functions for dispalying code 73 in three digit format
1849: -- bug 3891966
1850: l_return_xml := convert_2_xml(lpad(ceil(fnd_number.canonical_to_number(l_return)),3,0),tab_other_info_tag(i),'N');
1851: else
1852: l_return_xml := convert_2_xml(l_return ,tab_other_info_tag(i),'C');
1853: end if;
1854: