Format Currency from USD to SGD [message #329563] |
Wed, 25 June 2008 19:59 |
apps_ara
Messages: 29 Registered: January 2007 Location: Pune
|
Junior Member |
|
|
Hi All,
I have a standard report 'Trial Audit Report' which has to be executed in Singapore operating unit. Functional Currency for the Singapore is set to 'USD'.
Now the requirement is that they want the invoice and tax report in 'SGD' currency.
I am using format currency for this report which is something like this
SRW.USER_EXIT('FND FORMAT_CURRENCY
CODE="SGD"
DISPLAY_WIDTH="15"
AMOUNT=":C_TOTAL"
DISPLAY=":C_TOTAL_DISP"
MINIMUM_PRECISION=":P_MINPRECISION"');
Earlier the value of 'CODE' was set to USD and now I changed it to 'SGD'.
But I am having the same output without any difference.
Can you please help me out if my approach is wrong.
Thankyou,
Anita
|
|
|