This table stores on enterprise manager the procedures distributed to a domain manager.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| objectid | byte(16) | not null | Primary key, it is a uuid. |
| version | integer | not null | Version number is used to maintain cache and an optimistic transaction policy |
| distributiondate | integer | not null | Distribution date of the procedure |
| distributiontime | integer | not null | Distribution time of the procedure |
| ape | byte(16) | with null | This is the link to the procedure, FK to usd_actproc. |
| distsw | byte(16) | with null | This is the link to the distributed software package, FK to usd_distsw. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table