New Util_Reas_Corr_Action_Link Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
reas_cd |
int32 |
Y |
N |
Identify utilization reason |
|
action_id |
int32 |
Y |
N |
Identify corrective action |
|
action_seq |
int32 |
N |
Y |
If multiple corrective actions for a given utilization reason, in which order must they be done (lowest first). |
|
last_edit_comment |
string254 |
N |
Y |
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 0 |
N |
N |
Unique row identifier, for audit trail. |
FK from reas_cd to util_reas. (Cascade delete)
FK from action_id to corr_action. (Cascade delete)