This table stores the package information
| Column Name | Column Datatype | Column Null Option | Column Comment |
| packageobjid | integer | not null | Object ID of package |
| packagename | varchar(128) | not null | Name of package |
| envobjid | integer | not null | Object ID of environment |
| stateobjid | integer | not null | Object ID of state |
| viewobjid | integer | not null | Object ID of view |
| approved | char(1) | not null | Flag indicate approval |
| status | char(32) | not null | Package status: idle or operation that has exclusive use of the package. |
| creationtime | date | not null | Time to create the package |
| creatorid | integer | not null | Object ID of user to create |
| modifiedtime | date | not null | Time to modify the package |
| modifierid | integer | not null | Object ID of user to modify |
| packagedes | varchar(255) | with null | Descriptions for package object |
| note | varchar(2000) | with null | User-defined note |
| priority | integer | not null | Priority of package |
| assigneeid | integer | not null | Assigned user object ID |
| stateentrytime | date | not null | Entry time to current state |
Product Name: AllFusion Harvest Change Manager
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| packageobjid | harexternassoc | packageobjid |
| packageobjid | harassocpkg | assocpkgid |
| packageobjid | harversions | packageobjid |
| packageobjid | harpkgsinpkggrp | packageobjid |
| packageobjid | harpkghistory | packageobjid |