Recorder Scoring Detail 2
A reporting stored procedure used for the following report(s): Recorder Scoring 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: ScoringDetail_viw, IR_Qform, IR_Questionnaire, IR_Qdirectory.
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 |