labor_raw_reas
- Last UpdatedNov 20, 2024
- 1 minute read
The labor_raw_reas table holds the default labor code for a given input reason code from the I/O, and whether to prompt the operator for a final reason.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
ent_id |
int32 |
Y |
N |
Identify entity |
|
raw_reas_cd |
string40 |
Y |
N |
Code from I/O |
|
prompt |
logical |
N |
N |
Prompt for final labor category? Default = No. |
|
def_lab_cd |
string40 |
N |
N |
The default labor category for this raw_reas_cd |
|
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 |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail. |
FK from ent_id to labor_exec. (Cascade delete)
FK from def_lab_cd to labor_cat. (Cascade delete)