std_oper_step_grp
- Last UpdatedNov 20, 2024
- 1 minute read
The std_oper_step_grp table provides the ability to define any number of step groups per standard operation.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
oper_id |
string40 |
Y |
N |
Identify operation |
|
step_grp_id |
int32 |
Y |
N |
Identify step group |
|
step_grp_desc |
string80 |
N |
N |
Description for this step group |
|
step_grp_seq |
int32 |
N |
N |
Sequence to perform step groups. Same seq means groups can be done concurrently. |
|
repeatability |
int32 |
N |
N |
0 for setup and teardown steps that are only performed once during the execution of the job 1 (the default) if the steps should be repeated for each lot that is produced |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail |
FK from oper_id to std_oper. (Cascade delete)