![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The cdqp_def table holds information about each field that is defined as a Case Data Queue Parameter (CDQP).TABLE cdqp_def (
def_id number(10) NOT NULL,
field_name varchar2(31) NOT NULL,
data_size number(5) NOT NULL,
description varchar2(40) NOT NULL,
is_predict number(1) NOT NULL)
The cdqp_def table contains one row for each field on the system that is currently defined as a CDQP.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |