Hi,
I am working on abdc program where i am trying to upload a numerical value 293,00 .In the program i have written the code as REPLACE ',' WITH '.' INTO v_wrbtr.When i try to process the session in the o/p i am getting error as 'enter numeric value'.when i remove ',' and 00 from 293,00 i am not getting any error.How can i upload this value without removing ',' from output?