CEDE 9.0 Database Reference
tActivityTypeActivityStageXref Table
AIRReference Database : tActivityTypeActivityStageXref Table
Description
System reference table used by the Activity Monitor to determine the current stage of the activity.
Properties
Creation Date2/16/2011 6:00 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows196
Data Space Used8.00 KB
Index Space Used40.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code for the activity type.

For a complete list of codes, see tActivityType Table.

varchar10   
Primary Key 

Identifier for the current stage of the activity.

tinyint1   
 

Code for the current stage of the activity; corresponds to the identifier in ActivityStageID.

For a complete list of codes, see tActivityStage Table.

varchar10   
 Used to provide the status on the overall activity/job, which is done by summing all the previous stages at a particular time. To enable this calculation, each stage is given a weight based on the time spent by activity type.tinyint1   
Objects that tActivityTypeActivityStageXref depends on
 Database ObjectObject TypeDescriptionDep Level
tActivityType tabletActivityTypeTableStores codes that represent types of activities.1
See Also

Related Objects

AIRReference Database