The proc_version table holds information that is specific to a version of a procedure (or sub-procedure or sub-procedure parameter template).
The proc_version table has the following structure:
TABLE proc_version(
node_id INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
major_vers SMALLINT NOT NULL,
minor_vers SMALLINT NOT NULL,
pd_version INTEGER ,
pv_status SMALLINT ,
pv_user VARCHAR(49) ,
pv_comment VARCHAR(128) NULL,
pv_created TIMESTAMP ,
pv_modified TIMESTAMP ,
pv_released TIMESTAMP ,
pv_withdrawn TIMESTAMP ,
pv_is_subproc SMALLINT )
The proc_version table contains one row for every version of every procedure (or sub-procedure or sub-procedure parameter template) defined on the system.