Oracle BIP – RTF Template- Display Amount In Words
•<?xdofx:expression?>
•<?xdofx:to_check_number(amount, precisionOrCurrency, caseType, decimalStyle)?>
•<?xdofx:to_check_number(INVOICE_AMOUNT , INVOICE_CURRENCY_CODE, ‘CASE_INIT_CAP’, ‘DECIMAL_STYLE_WORDS’)?>
Attribute | Description | Valid Value |
amount | The number to be transformed. | Any number or Column name |
precisionOrCurrency | For this attribute you can specify either the precision, which is the number of digits after the decimal point; or the currency code, which will govern the number of digits after the decimal point. The currency code does not generate a currency symbol in the output. | An integer, such as 2; or a currency code, such as ‘USD’. |
caseType | The case type of the output. | Valid values are: ‘CASE_UPPER’, ‘CASE_LOWER’, ‘CASE_INIT_CAP’ |
decimalStyle | Output type of the decimal fraction area. | Valid values are: ‘DECIMAL_STYLE_FRACTION1’, ‘DECIMAL_STYLE_FRACTION2’, ‘DECIMAL_STYLE_WORD’ |
Comments |0|
Category: BIP