How To Handle Numeric Fields When Profile Icx: Numeric Character = 10.000,00
(Doc ID 452839.1)
Last updated on APRIL 04, 2024
Applies to:
Oracle Application Object Library - Version 11.5.10.0 to 11.5.10.0 [Release 11.5]Oracle Financials for the Americas - Version 11.5.10.0 to 11.5.10.0 [Release 11.5]
Information in this document applies to any platform.
Goal
When you change the profile option "ICX: Numeric Characters" = 10.000,00 the following custom.pll entries fail -> to_number(name_in('lines.order_quantity'). The problem is because name_in returns values like 5.100,20 and then to_number fails.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |