EBS 12.1.3 Processing XML BI Publisher report with input parameter in date format
I have a Report submitted by Concurrent Manager to generate a BI Publisher Report. The input parameters are start_date and end_date. Program defines the parameters as default value of sysdate-1, character. (Note: date did not work either; hence I'm now working with character format). The Concurrent Manager log displays these parameters correctly -but the the XML query does not return the correct results. With debug messages - I can see that the XML report is NOT receiving the parameter input. Hence, it is processing null values for the data parameter, which causes the incorrect results. Why won't it handle date