Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
Fast Formula
Hi
I have a fast formula problem.
this line of code
l_warning_msg2 | = l_msg_header|| ' Insufficient net pay to make full recovery for leaver. £' + TO_CHAR(l_outstanding_amount) + ' outstanding' |
produces
this line of text
" message header is here " Insufficient net pay to make full recovery for leaver. £763.8 outstanding
The zero after the 8 in the amount is missing. How do I retain currency to 2 decimal places including 0's when a number is being converted to text.
Thanks
Veronica