oper_step_ent_exc
- Last UpdatedNov 20, 2024
- 1 minute read
The oper_step_ent_exc table defines which steps from the oper_step table are to be omitted when the operation is scheduled to a specific entity. No rows in this table thus means that the same steps are required for all entities on which the operation may be performed.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
process_id |
string40 |
Y |
N |
Identify process |
|
oper_id |
string40 |
Y |
N |
Identify operation |
|
step_no |
int32 |
Y |
N |
Identify step |
|
ent_id |
int32 |
Y |
N |
On which entity to omit step |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
mod_id |
timestamp |
N |
N |
A binary number that increments each time the row is modified. |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail |
FK from process_id, oper_id, step_no to oper_step. (Cascade delete)
FK from ent_id to job_sched_exec. (Cascade delete)