Document toolboxDocument toolbox

sp156_job_dependency_groups

Each record in this table holds the group attributes for a collection of job dependencies. These define the collective start to completion time, and the type of group which determines the scheduling strategy that is used.

HouseKeeping

 This table is tidied by sp_dbtidy's Job group.


 

Table Definition

Field
Type
Default
Nullable
dependency_group_idvarchar2(50)  (error)
earliest_start date  (tick)
latest_finishdate (tick)
dependency_group_typenumber(1) (error)
dependency_group_nonumber(9) (error)

Keys

primary_key(dependency_group_id)

Primary Key Referenced From

 

Column Descriptions

FieldDescription
dependency_group_idUser supplied dependency group ID. Must be unique . 
earliest_start Earliest start time for the whole group – not currently used.  
latest_finishLatest finish time for the whole group – not currently used.
dependency_group_type

The type of the group

0 – Split

1 – other, such as part pick up or team.

dependency_group_noInternally generated number that unique identifies this dependency group.