User Interactions
A reporting stored procedure used for the following report(s): User Call Detail Report, User Call Summary Report. These reports can be found in the User Reports category. The stored procedure uses the following table(s) to gather its data set: user_calldetail_viw, Individual.
Column | Parameter Direction | Data Type (Size) | Description |
---|---|---|---|
@WhereClause | INPUT | nvarchar (MAX) | Filters the data set based on the selected filtering options. |
@OrderClause | INPUT | nvarchar (MAX) | Orders the data set based on the selected ordering options. |
Column | Parameter Direction | Data Type (Size) | Description |
---|---|---|---|
i_WhereClause | INPUT | nvarchar2 | Filters the data set based on the selected filtering options. |
i_OrderClause | INPUT | nvarchar2 | Orders the data set based on the selected ordering options. |
o_prc1 | OUTPUT | sys_refcursor |