You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

how to convert Amount to Words

Summary:

in EBS we Used Pacjage AP_AMOUNT_UTILITIES_PKG to convert Amount numbers into Word

We see the same package in fusion but We do not understand how to use it - SQL returns error

is there any other way to translate number to words?

Content (please ensure you mask any confidential information):

in EBS we used:

SELECT  ‘USD‘||REPLACE(AP_AMOUNT_UTILITIES_PKG.ap_convert_number(REGEXP_SUBSTR (x_tot_amount, ‘[^.]+’, 1, 1))||

                            DECODE(AP_AMOUNT_UTILITIES_PKG.ap_convert_number(REGEXP_SUBSTR (x_tot_amount, ‘[^.]+’, 1, 2)),NULL,’ Only’,

                            ‘ and Paisa’||AP_AMOUNT_UTILITIES_PKG.ap_convert_number(REGEXP_SUBSTR (x_tot_amount, ‘[^.]+’, 1, 2))||’ Only’),’-‘,’ ‘)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!