Amount in Words - Not displaying in UK or RU in 12.1.3
In the report development using BI Publisher, we have a requirement to show the amount in words in Ukraniean and Russian Language, we have implemented the MLS path for the implementation.
WE tried to use
CLE_F094_POR_PKG.amount_to_words (12, 'RUB') FROM DUAL;
XXRL_UTILITIES_PKG.MONEY_TO_CHAR (12, 'RUB', 'RUSSIAN') FROM DUAL
But it is not diplaying the correct language value as a converted one.
Regards
Kirthi