New Data_Log_Grp_Oper_Step_Link Table (in FI_Data)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
grp_id |
int32 |
Y |
N |
Identify data log group |
|
process_id |
string40 |
Y |
N |
Identify operation to which data log group is linked |
|
oper_id |
string40 |
Y |
N |
|
|
step_no |
int32 |
Y |
N |
Identify step to which data log group is linked |
|
cert_name |
string40 |
N |
Y |
Identify certification necessary to confirm data |
|
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 process_id, oper_id, step_no to oper_step. (Cascade delete)
FK from grp_id to data_log_grp. (Cascade delete)
FK from cert_name to cert_type. (Set null)
(CR L69981)