I'm working on a component for reading and generating qrp reports independently of store operations manager.
In some of the qrp files, within the ReportSummary section, there is a property "ProcedureCall" with values like ListDailySalesByRegister, ListDailySalesByDepartment, ListSalesTaxAnalysis... and others.
Observing with sql profiler shows some sql statements are being executed when these reports are run. However, the sql statements are not defined in the qrp, do not correspond with any stored procedures but they do alter themselves in places, to accommodate filters.
I think these are something like stored procedures, but defined in the software, rather than the database.
Is this correct? Is there any information/documentation or similar about these built-in "ProcedureCall" statements?
Many thanks in advance for any help.