This table stores the definition of move package process
| Column Name | Column Datatype | Column Null Option | Column Comment |
| processobjid | integer | not null | Object ID of process |
| processname | char(128) | not null | Process name |
| includepkghistory | char(1) | not null | Include package history (Y/N) |
| stateobjid | integer | not null | Object ID of state |
| toenvironmentid | integer | not null | Object ID of target project |
| tostateid | integer | not null | Object ID of target state |
| creationtime | date | not null | Time process was created |
| creatorid | integer | not null | Object ID of user to create |
| modifiedtime | date | not null | Time process was modified |
| modifierid | integer | not null | Object ID of user to modify |
| note | varchar(2000) | with null | User-defined note |
Product Name: AllFusion Harvest Change Manager
Table Type: Table