Copyright © Cloud Software Group, Inc. All Rights Reserved |
The proc_defn table holds procedure definitions.TABLE proc_defn (
node_id number(5) NOT NULL,
proc_id number(5) NOT NULL,
pd_version number(5) NOT NULL,
pd_type number(1) NOT NULL,
pd_index number(10) NOT NULL,
pd_size number(10) NOT NULL,
pd_directory varchar2(25) NOT NULL,
pd_file varchar2(25) NOT NULL,
pd_data long raw NOT NULL)
• 0 pro data (textual procedure definition)
• 1 lst data (binary procedure definition)
• 2 nod data (not used)
• 3 gwd data (iProcess Modeler layout information)
• 4 nod data (not used)
• 5 VBA project data (VBA project files)
− (UNIX Oracle) any Version i9.n-o iProcess Engine, or from a pre-Version 9.0-o(0.15) Process Engine. If pd_type is 5, contains the sub-directory path (relative to SWDIR\projects) where any VBA project files related to this procedure definition are stored. Filenames are stored in pd_file. If pd_type is 5, contains the filename of a VBA project file related to this procedure definition (if there is one). The file is physically stored in the location defined by pd_directory.
This key enforces the DELETE CASCADE referential action.
The proc_defn table contains one or more rows for each instance of each procedure definition on the system.
Copyright © Cloud Software Group, Inc. All Rights Reserved |