How to use date parameter in rdf
Hi Guru's
I have a script that I have inserted into an rdf. The script has one parameter as below:
WHERE to_date(to_char(RECEIPT_DATE, 'DD-MON-YYYY')) between :p_from_date and :p_to_date
When I run the query in TOAD and in RDF data is returned without an error, but when I run the report out of EBS I get an error :
Program exited with status 1Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 87653811.
I know it as something to do about the date…. My concurrent report is defined using the FND_STANDARD_DATE value set and when I enter the parameters in EBS I enter it as 01-JAN-2024 and 31-JAN-2024