Questionnaire Scores 2
A reporting stored procedure used for the following report(s): Calibration Details. These reports can be found in the Interaction Quality Manager Reports category. The stored procedure uses the following table(s) to gather its data set: RecordingSummaryScoring_viw, scoringsummary_calltime_viw, InteractionWrapup, IR_Questionnaire.
Column | Parameter Direction | Data Type (Size) | Description |
---|---|---|---|
@WhereClause | INPUT | nvarchar (MAX) | Filters the data set based on the selected filtering options. |
@OrderClause | INPUT | nvarchar (2048) | Orders the data set based on the selected ordering options. |
Column | Parameter Direction | Data Type (Size) | Description |
---|---|---|---|
I_WHERECLAUSE | INPUT | nvarchar2 | |
I_ORDERCLAUSE | INPUT | varchar2 | |
o_prc | OUTPUT | sys_refcursor |