Selecting value set for date in concurrent program EBS
Hi All,
I developed Oracle report with 2 input parameters :P_FROM_DATE and :P_END_DATE in the format of DD-MON-RR. In my SQL query and in Oracle report I gave same datatype mentioned above. While in EBS, for concurrent program parameteres I selected value set as FND_STANDARD_DATE. After submitting my request, status is showing error. Following are the error details, 1) REP-0613: Value does not match mask 'DD-MON-RR'. 2)ORA-01861: Literal does not match format string. 3)REP-0091: Invalid value for parameter 'P_FROM_DATE'.
Thanks in advance.
Regards,
Prashant