Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Procedures : proc_deadline

proc_deadline
The proc_deadline table stores definitions of procedure deadlines.
Structure
The proc_deadline table has the following structure:
TABLE proc_deadline(
node_id number(5) NOT NULL,
proc_id number(5) NOT NULL,
major_vers number(5) NOT NULL,
minor_vers number(5) NOT NULL,
pd_version number(7) NOT NULL,
dead_name varchar(32) NOT NULL,
event_name varchar(32) NOT NULL,
dead_value varchar(512) NOT NULL)
minutes^hours^days^weeks^months^years
date expression^time expression
Primary Key
The following primary key is defined for this table.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following index is defined for this table.
Storage
The following STORAGE values are defined for this table.
Table Activity
The proc_deadline table contains one or more rows for each instance of each procedure definition on the system. Rows are added, updated, and deleted in the following situations.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved