![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The list_names table holds the names and definitions of all iProcess lists defined on the system.TABLE list_names (
node_id number(5) NOT NULL,
list_id number(5) NOT NULL,
list_name varchar2(15) NOT NULL,
list_type varchar2(1) NOT NULL,
list_length number(5) NOT NULL,
list_decimals number(5) NOT NULL)
This key enforces the DELETE CASCADE referential action.
a Move System Information is performed, if the flag_table indicates that the Lists data area has been modified. a Move System Information is performed, if the flag_table indicates that the Lists data area has been modified.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |