Document toolboxDocument toolbox

sp290_dispatch_types

Look up table of earmark types (as used in sp100). Current contents of this table are:

0automaticAutomatic is anything eamarked as a side effect of another operation e.g. ABS, Gantt allocation, Gantt move.
1 batchBatch is anything earmarked by the batch scan. 
2userUser is the explicit change from tentative/fixed to earmarked on the Gantt. 
3Real Time EarmarkReal Time Earmark is anything earmarked by the real-time scan (or the scan by the optimizer on completion).

  


 

Table Definition

Field
Type
Default
Nullable
dispatch_typenumber(2)   (error)
descriptionvarchar2(20)   (error)
field_idvarchar2(100)   (error)

Keys

primary key (dispatch_type) 
foreign key (field_id) references sp900_language_translation (field_id)

Primary Key Referenced From

 

Column Descriptions

FieldDescription
dispatch_typePrimary key: unique identifier of the type. 
descriptionDeprecated - Short description of the type.   
field_idKey to language translation for description. Â