Solution:
SELECT ap_amount_utilities_pkg.ap_convert_number(12345) AS amt_in_words FROM dual;
SELECT ap_amount_utilities_pkg.ap_convert_number(12345) AS amt_in_words FROM dual;
Output:
AMT_IN_WORDS
AMT_IN_WORDS
———————
Twelve thousand three hundred forty-five
We used this in some localized reports and check printing.
No comments:
Post a Comment