![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The sequences table is used to generate unique sequence numbers for the use of TIBCO iProcess Engine server processes.TABLE sequences (
seq_id number(5) NOT NULL,
seq_val number(20) NOT NULL,
seq_name varchar2(24) NOT NULL)
Sequence ID of the associated seq_val value. One of the following values: Name of the associated seq_id column. One of the following values:Note: This value is not currently used by the iProcess Suite.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |