SELECT * FROM FND_CONCURRENT_REQUESTS WHERE REQUEST_ID= 007
update statment for argument14,argument15,and ARGUMENT_TEXT
which is '1, 1, MSTK, CUSTOMER_NAME, USC, D, , , , , , , , 01-FEB-04, 05-FEB-04, USD, N, N'
need to update inside ARGUMENT_TEXT the date to_char and to_date
and argument14 and argument15 is char but data is date
Thanks in advance
update statment for argument14,argument15,and ARGUMENT_TEXT
which is '1, 1, MSTK, CUSTOMER_NAME, USC, D, , , , , , , , 01-FEB-04, 05-FEB-04, USD, N, N'
need to update inside ARGUMENT_TEXT the date to_char and to_date
and argument14 and argument15 is char but data is date
Thanks in advance